/* v0.40.0: gửi báo giá qua email, chia sẻ đường dẫn, cài đặt email, liên kết mã báo giá */
.qs-form{display:grid;gap:12px}
.qs-share{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid #d7dce5;border-radius:10px;background:#f8fafc}
.qs-share>div{display:grid;gap:2px}
.qs-share .hint{margin:0}
.qs-share button{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-weight:600}
.qs-share button .solid-icon{width:16px;height:16px;flex-basis:16px}
.qs-title{display:flex;align-items:center;gap:8px;margin:4px 0 0;font-size:16px}
.qs-title .solid-icon{width:18px;height:18px;flex-basis:18px}
.qs-block{margin:0}
.qs-form .qd-mail,.qs-form label{margin-bottom:0}
.qs-attach{display:flex;align-items:center;gap:8px;margin-top:6px;color:#344054;font-size:13.5px}
.qs-attach .solid-icon{width:16px;height:16px;flex-basis:16px;color:#d92d20}
a.quote-no-link{font-weight:700;text-decoration:underline;cursor:pointer}
.smtp-card h2{display:flex;align-items:center;gap:8px}
.smtp-state{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding:8px 12px;border-radius:8px;background:#fff4d6;color:#93370d;font-size:13.5px}
.smtp-state.ok{background:#e7f6ec;color:#067647}
.smtp-state .solid-icon{width:16px;height:16px;flex-basis:16px}
.smtp-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}
.smtp-actions button{display:inline-flex;align-items:center;gap:6px}
.smtp-actions .solid-icon{width:16px;height:16px;flex-basis:16px}
.smtp-test{display:inline-flex;gap:8px;align-items:center}
.smtp-test input{width:260px;margin:0}
#smtp-error:empty{display:none}
body.theme-dark .qs-share{border-color:var(--d-line-2);background:var(--d-surface-2)}
body.theme-dark .qs-attach{color:var(--d-ink-2)}
body.theme-dark .qs-attach .solid-icon{color:#ff9a90}
body.theme-dark .smtp-state{background:#3a2a0c;color:#fcc96b}
body.theme-dark .smtp-state.ok{background:#113322;color:#6ee7a0}
body.theme-dark a.quote-no-link{color:#ffd0ca}
.smtp-card fieldset{min-width:0;margin:0;padding:0;border:0}
