:root{
  --bg:#f5f7fb;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --text:#111827;
  --muted:#6b7280;
  --border:#e5e7eb;
  --primary:#2563eb;
  --primary-soft:#dbeafe;
  --success:#166534;
  --success-bg:#ecfdf3;
  --error:#991b1b;
  --error-bg:#fef2f2;
  --warning:#92400e;
  --warning-bg:#fffbeb;
  --radius:16px;
  --shadow:0 8px 24px rgba(15,23,42,.08);
  --footer-clearance:0px;
}
*{box-sizing:border-box}
body{font-family:Inter,Roboto,"Noto Sans",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;margin:0;min-height:100vh;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0px)}
a{color:var(--primary)}
.wrap{max-width:1100px;margin:0 auto;padding:28px 16px 36px}
.logo{max-width:280px;width:100%;height:auto}
h1,h2,h3{margin:.2rem 0 .65rem}
.lead{color:var(--muted)}
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;margin-bottom:14px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}
.mini{border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);padding:12px}
.asset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
.asset-card{border:1px solid var(--border);border-radius:14px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:10px}
.asset-grid--proofing{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.asset-card--proofing{padding:10px;gap:8px}
.proof-decision-row{display:flex;gap:8px;align-items:center}
.proof-icon-form{margin:0}
.proof-btn{min-width:44px;min-height:44px}
.proof-btn--approve{background:#ecfdf3;border-color:#86efac;color:#166534}
.proof-btn--approve:hover{background:#dcfce7}
.proof-btn--reject{background:#fff1f2;border-color:#fda4af;color:#9f1239}
.proof-btn--reject:hover{background:#ffe4e6}
.proof-status-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.78rem;font-weight:700;text-transform:capitalize}
.proof-status-chip--pending{background:#fffbeb;color:#92400e}
.proof-status-chip--approved,.proof-status-chip--client-approved{background:#ecfdf3;color:#166534}
.proof-status-chip--rejected,.proof-status-chip--client-rejected{background:#fef2f2;color:#991b1b}
.proof-note-list{border-top:1px solid var(--border);padding-top:8px;display:flex;flex-direction:column;gap:8px}
.proof-note-list__heading{margin:0;font-size:.9rem;font-weight:700;color:#334155}
.proof-note-item{border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);padding:8px}
.proof-note-delete-form{margin-top:6px}
.proof-client-note-readonly{border:1px solid #d1d5db;border-radius:10px;background:#f8fafc;padding:10px;display:flex;flex-direction:column;gap:8px}
.proof-client-note-readonly p{margin:0;color:#334155}
.proof-client-note-readonly__item{border-bottom:1px solid #e5e7eb;padding-bottom:6px}
.proof-client-note-readonly__item:last-child{border-bottom:none;padding-bottom:0}
.gallery-page-header{display:flex;flex-direction:column;gap:4px}
.gallery-page-header h2{margin:0}
.gallery-page-header--actions{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.gallery-page-header--actions .btn{margin-left:auto}
.gallery-feedback-stack{margin-top:16px;margin-bottom:14px;display:flex;flex-direction:column;gap:10px}
.gallery-feedback-stack .msg{margin:0}
.gallery-assets-grid{margin-top:20px}
.gallery-card-grid{margin-top:14px}
.back-nav-row{margin:0 0 14px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 6px 16px rgba(15,23,42,.06)}
.back-nav-button{width:100%;justify-content:flex-start;white-space:normal;line-height:1.3}
.back-nav-button:hover{background:var(--surface-soft)}
.action-row--spaced{margin:12px 0 16px}
.gallery-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
.gallery-card{border:1px solid var(--border);border-radius:14px;background:#fff;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 6px 16px rgba(15,23,42,.06)}
.gallery-card__thumb-link{display:block;line-height:0;background:#e2e8f0}
.gallery-card__thumb{width:100%;height:170px;object-fit:cover;display:block}
.gallery-card__thumb--empty{display:flex;align-items:center;justify-content:center;color:#64748b;font-weight:600;font-size:.9rem}
.gallery-card__body{padding:12px;display:flex;flex-direction:column;gap:2px}
.gallery-card__body h3{font-size:1rem;margin:0}
.gallery-card__slug{margin:0;color:#64748b;font-size:.85rem;word-break:break-word}
.gallery-card__meta{margin:0;font-size:.88rem;color:#374151}
.gallery-card__actions{display:flex;gap:8px;flex-wrap:wrap;padding:0 12px 12px}
.gallery-card__actions .btn{flex:1 1 120px}
.gallery-manage-dialog{max-width:620px;width:min(620px,94vw)}
.asset-thumb{width:100%;height:180px;object-fit:cover;border-radius:10px;border:1px solid var(--border);background:#f1f5f9}
.asset-thumb--proof{position:relative}
.asset-thumb--empty{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem}
.gallery-image-page{padding-bottom:22px}
.gallery-image-page__frame{display:flex;align-items:center;justify-content:center;min-height:75vh;background:#0f172a;border-radius:14px;padding:12px}
.gallery-image-page__image{width:100%;max-height:calc(100vh - 220px);object-fit:contain;border-radius:10px}
.gallery-image-page__controls{margin-top:14px;display:grid;gap:10px}
.asset-meta{display:flex;flex-direction:column;gap:2px}
.asset-meta small{color:var(--muted)}
.asset-form{display:flex;flex-direction:column;gap:6px}
.asset-form__actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;margin-top:6px}
.asset-form__actions button[type="submit"]{margin:0}
.booking-request-form{display:flex;flex-direction:column;gap:10px}
.booking-request-form__consent{border:1px solid var(--border);border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:8px;background:var(--surface-soft);margin-top:6px}
.booking-request-form__consent legend{padding:0 6px;font-size:.85rem;font-weight:700;color:#334155}
.booking-request-form__consent-item{display:flex;align-items:flex-start;gap:8px;margin:0;font-weight:500;color:#1f2937}
.booking-request-form__consent-item input[type="checkbox"]{width:auto;min-width:18px;height:18px;margin-top:2px;flex:0 0 auto}
.booking-request-form__actions{display:flex;justify-content:flex-end;margin-top:4px}
.booking-request-form__actions .btn,
.booking-request-form__actions button{margin:0}
.btn-danger{background:#fff1f2;border-color:#fecdd3;color:#be123c}
.btn-danger:hover{background:#ffe4e6;border-color:#fda4af;color:#9f1239}
.btn-icon{width:42px;height:42px;padding:0;font-size:1.1rem;line-height:1;border-radius:999px}
.upload-stack{display:flex;flex-direction:column;gap:8px}
.upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:18px;border:1.5px dashed #93c5fd;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-weight:700}
.upload-dropzone input[type="file"]{margin:0}
.inline-form{display:flex;flex-direction:column;gap:6px}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 16px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border:1px solid var(--border);border-radius:999px;background:#fff;color:#1f2937;text-decoration:none;font-weight:600}
.btn:hover,.btn.active{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}
.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}
.btn-primary:hover{filter:brightness(.95);color:#fff}
.banner{padding:12px 14px;border-left:4px solid var(--warning);background:var(--warning-bg);color:var(--warning);margin-bottom:14px;border-radius:10px}
.msg{padding:10px 12px;background:var(--success-bg);border:1px solid #86efac;color:var(--success);border-radius:10px;margin-bottom:10px}
.err{padding:10px 12px;background:var(--error-bg);border:1px solid #fca5a5;color:var(--error);border-radius:10px;margin-bottom:10px}

.gallery-feedback-error{margin-top:12px}
input,textarea,select{width:100%;padding:10px;margin:6px 0;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:var(--text);font:inherit}
button{padding:10px 14px;border-radius:10px;border:1px solid var(--primary);background:var(--primary);color:#fff;font-weight:600;cursor:pointer}
button:hover{filter:brightness(.95)}
label{display:block;font-weight:600;color:#374151;font-size:.95rem}
code{background:#eef2ff;color:#3730a3;padding:2px 6px;border-radius:6px}
table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}
th,td{border:1px solid var(--border);padding:8px;text-align:left;vertical-align:top}
th{background:#f1f5f9}
.top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}
.hero{text-align:center;padding:8px 0 12px}
.hero--landing{position:relative;padding:24px 18px 22px;margin-bottom:18px;border:1px solid #dbe4f0;border-radius:20px;background:linear-gradient(140deg,#eff6ff 0%,#f8fafc 45%,#ffffff 100%);box-shadow:0 16px 32px rgba(15,23,42,.1)}
.hero--landing h1{font-size:clamp(1.9rem,4vw,2.9rem);margin-bottom:.55rem;letter-spacing:-.02em}
.hero__eyebrow{margin:0 0 .45rem;font-size:.8rem;letter-spacing:.08em;font-weight:800;text-transform:uppercase;color:#1d4ed8}
.hero-metrics{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;text-align:left}
.hero-metrics__item{border:1px solid #dbe4f0;border-radius:14px;background:rgba(255,255,255,.88);padding:12px 14px;display:flex;flex-direction:column;gap:3px;min-height:92px}
.hero-metrics__item strong{font-size:1.05rem;color:#0f172a}
.hero-metrics__item span{color:#475569;font-size:.88rem;line-height:1.4}
.parallel-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:8px 0 16px}
.parallel-showcase__panel{background:#fff;border:1px solid #dbe4f0;border-radius:18px;padding:18px;box-shadow:0 14px 26px rgba(15,23,42,.08);position:relative;overflow:hidden}
.parallel-showcase__panel::before{content:"";position:absolute;inset:0 0 auto 0;height:4px}
.parallel-showcase__panel--owner::before{background:linear-gradient(90deg,#1d4ed8,#3b82f6)}
.parallel-showcase__panel--client::before{background:linear-gradient(90deg,#0f766e,#14b8a6)}
.parallel-showcase__panel h2{margin-top:.35rem;font-size:1.25rem}
.feature-list{margin:.4rem 0 0;padding-left:1.05rem;display:flex;flex-direction:column;gap:8px;color:#1f2937}
.feature-list li{padding-left:.15rem}
.feature-grid{margin-bottom:14px}
.feature-grid .card{margin-bottom:0;border-radius:14px}
.feature-grid h3{font-size:1.04rem;margin-bottom:.4rem}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:4px;padding:20px;border-radius:18px;background:linear-gradient(115deg,#0f172a 0%,#1e293b 52%,#334155 100%);border-color:#334155;color:#fff}
.cta-band h2,.cta-band .lead{color:#fff;margin:0}
.cta-band .lead{opacity:.85;margin-top:6px}
.cta-band__actions{margin:0;justify-content:flex-end}
.cta-band .btn{border-color:#93c5fd;background:rgba(255,255,255,.92)}
.cta-band .btn.btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}
.landing-add-card{background:#f3f4f6;border:1px dashed #9ca3af;box-shadow:none}
.landing-dialog{max-width:680px;width:min(680px,92vw);max-height:min(88vh,900px);margin:0;border:1px solid var(--border);border-radius:14px;padding:16px;overflow:auto;box-shadow:0 22px 44px rgba(15,23,42,.22)}
.landing-dialog[open]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
.landing-dialog::backdrop{background:rgba(15,23,42,.28)}
.landing-dialog__close-row{display:flex;justify-content:flex-end;margin-bottom:8px}
.payment-method-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-top:12px}
.payment-method-card{border:1px solid var(--border);border-radius:12px;padding:10px;background:var(--surface-soft);display:flex;flex-direction:column;gap:4px;align-items:flex-start}
.payment-method-card__logo{font-size:1.35rem;line-height:1}
.payment-method-card small{color:var(--muted);word-break:break-word}
[contenteditable="true"]#home-lead-copy{border:1px dashed #93c5fd;border-radius:10px;padding:8px 10px;background:#eff6ff;outline:none}

.global-nav{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px;padding:12px 14px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid #dbe4f0;border-radius:16px;box-shadow:0 14px 30px rgba(15,23,42,.12)}
.global-nav__brand{display:inline-flex;align-items:center;gap:10px;color:#0f172a;font-weight:800;text-decoration:none}
.global-nav__brand span{letter-spacing:.2px}
.global-nav__logo{width:38px;height:38px;border-radius:11px;box-shadow:0 5px 14px rgba(37,99,235,.24)}
.global-nav__links{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.global-nav__group{display:flex;align-items:center;gap:10px}
.global-nav__group.active .global-nav__dropdown-summary{border-color:#93c5fd;box-shadow:0 6px 14px rgba(37,99,235,.15)}
.global-nav__dropdown{position:relative}
.global-nav__dropdown-summary{list-style:none;display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid #d1d9e6;padding:8px 12px;background:#fff;color:#0f172a;font-weight:650;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}
.global-nav__dropdown-summary::-webkit-details-marker{display:none}
.global-nav__dropdown-summary:focus{outline:3px solid #93c5fd;outline-offset:2px}
.global-nav__dropdown-caret{font-size:.8rem;color:#64748b}
.global-nav__dropdown[open] .global-nav__dropdown-caret{color:#1d4ed8;transform:rotate(180deg)}
.global-nav__dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:210px;padding:8px;border-radius:12px;border:1px solid #dbe4f0;background:#fff;box-shadow:0 16px 30px rgba(15,23,42,.12);display:flex;flex-direction:column;gap:4px;z-index:40}
.global-nav__dropdown-link{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:8px;color:#334155;text-decoration:none;font-weight:600}
.global-nav__dropdown-link:hover{background:#eff6ff;color:#1d4ed8}
.global-nav__dropdown-link.is-current{background:#eff6ff;color:#1d4ed8}
.global-nav__session-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid #d1d9e6;padding:8px 12px;background:#fff;color:#0f172a;font-weight:650;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}
.global-nav__business-switcher{position:relative}
.global-nav__business-switcher-toggle{list-style:none;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #d1d9e6;border-radius:10px;background:#fff;color:#334155;cursor:pointer;font-size:1rem;transition:all .2s ease}
.global-nav__business-switcher-toggle::-webkit-details-marker{display:none}
.global-nav__business-switcher[open] .global-nav__business-switcher-toggle{border-color:#93c5fd;color:#1d4ed8;background:#eff6ff;box-shadow:0 6px 14px rgba(37,99,235,.15)}
.global-nav__business-switcher-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;padding:8px;border-radius:12px;border:1px solid #dbe4f0;background:#fff;box-shadow:0 16px 30px rgba(15,23,42,.12);display:flex;flex-direction:column;gap:4px;z-index:45}
.global-nav__business-switcher-link{display:block;padding:8px 10px;border-radius:8px;color:#334155;text-decoration:none;font-weight:600}
.global-nav__business-switcher-link:hover,.global-nav__business-switcher-link.is-current{background:#eff6ff;color:#1d4ed8}
.global-nav__business-switcher--mobile{display:none}
.global-nav__session-link:hover{border-color:#93c5fd;color:#1d4ed8;background:#eff6ff;box-shadow:0 6px 14px rgba(37,99,235,.12)}
.global-nav a:focus-visible,.global-nav summary:focus-visible{outline:3px solid #93c5fd;outline-offset:2px;border-radius:10px}
.global-nav__mobile-toggle{display:none;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:1px solid #d1d9e6;border-radius:10px;background:#fff;color:#334155;text-decoration:none;font-weight:700;font-size:.92rem;cursor:pointer;transition:all .2s ease}
.global-nav__mobile-toggle[aria-expanded="true"]{border-color:#93c5fd;color:#1d4ed8;background:#eff6ff;box-shadow:0 6px 14px rgba(37,99,235,.15)}
.global-nav__mobile-overlay{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.58);padding:14px;display:none;align-items:stretch;justify-content:stretch}
.global-nav__mobile-overlay.is-open{display:flex}
.global-nav__mobile-panel{width:100%;height:100%;padding:16px;background:#fff;border:1px solid #dbe4f0;border-radius:16px;box-shadow:0 16px 30px rgba(15,23,42,.16);display:flex;flex-direction:column;overflow:auto}
.global-nav__mobile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}
.global-nav__mobile-title{font-weight:800;color:#0f172a;font-size:1.05rem}
.global-nav__mobile-close{border:1px solid #d1d9e6;background:#fff;color:#334155;border-radius:999px;width:38px;height:38px;font-size:1.2rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}
.global-nav__mobile-links{display:flex;flex-direction:column;gap:2px}
.global-nav__mobile-section{border-bottom:1px solid #e2e8f0;padding:4px 0}
.global-nav__mobile-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 4px;cursor:pointer}
.global-nav__mobile-summary::-webkit-details-marker{display:none}
.global-nav__mobile-heading{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b}
.global-nav__mobile-caret{font-size:.9rem;line-height:1;color:#64748b;transition:transform .2s ease,color .2s ease}
.global-nav__mobile-section[open] .global-nav__mobile-caret{transform:rotate(180deg);color:#1d4ed8}
.global-nav__mobile-section.is-active .global-nav__mobile-heading,.global-nav__mobile-section[open] .global-nav__mobile-heading{color:#1d4ed8}
.global-nav__mobile-session{padding-top:8px;border-bottom:none}
.global-nav__mobile-session-link{font-weight:700;color:#0f172a}
.global-nav__mobile-section-links{display:flex;flex-direction:column;gap:2px;padding:0 0 6px}
.global-nav__mobile-link{display:block;padding:9px 11px;border-radius:9px;color:#334155;text-decoration:none;font-weight:600}
.global-nav__mobile-link:hover{background:#eff6ff;color:#1d4ed8}
.portal-heading{margin:18px 0 12px}
.portal-heading__control{width:100%;border:1px solid #dbe4f0;border-radius:16px;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.08);padding:14px 18px;display:flex;flex-direction:column;gap:10px}
.portal-heading__label{font-weight:800;color:#0f172a;font-size:1rem;letter-spacing:.2px}
.portal-heading__select{border-radius:12px;border:1px solid #d1d9e6;padding:10px 12px;background:#f8fafc;font-weight:600;color:#0f172a;min-height:44px}
.portal-heading__select:focus{outline:3px solid #93c5fd;outline-offset:2px;border-color:#93c5fd;background:#fff}
.site-footer-nav{position:static;margin-top:auto;z-index:35;width:100%;display:block;padding:10px 16px;border-top:1px solid #dbe4f0;background:rgba(255,255,255,.96);backdrop-filter:blur(8px)}
.site-footer-nav__meta{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;scrollbar-width:thin}
.site-footer-nav__branding{display:flex;align-items:center;gap:10px}
.site-footer-nav__links{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}
.site-footer-nav__link{font-weight:600;font-size:.8rem;line-height:1.2;text-decoration:none;color:#2563eb}
.site-footer-nav__link:hover{text-decoration:underline}
.site-footer-nav__copyright{margin:0;color:#475569;font-size:.82rem;font-weight:600;text-align:left}
.site-footer-nav__version{margin:0;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}
body.mobile-nav-open{overflow:hidden}
@media (min-width:641px){.global-nav__mobile-overlay{display:none!important}}
@media (min-width:641px){.back-nav-button{width:auto;white-space:nowrap}}
@media (max-width:640px){:root{--footer-clearance:0px}.wrap{padding:18px 12px 28px}.card{padding:14px}.landing-dialog{width:min(680px,96vw);max-height:92vh;padding:14px}.gallery-manage-dialog{width:min(620px,96vw)}.global-nav{position:static;align-items:center;justify-content:space-between;padding:10px 12px}.global-nav__brand{min-width:0;gap:8px}.global-nav__brand span{font-size:1rem;white-space:nowrap}.global-nav__links{display:none}.global-nav__mobile-toggle{display:inline-flex;width:auto;margin-left:auto}.back-nav-row{padding:8px 10px}.booking-request-form__actions{justify-content:stretch}.booking-request-form__actions button{width:100%}.parallel-showcase{grid-template-columns:1fr}.hero--landing{padding:18px 12px}.hero-metrics__item{min-height:unset}.cta-band{flex-direction:column;align-items:flex-start}.cta-band__actions{width:100%;justify-content:stretch}.cta-band__actions .btn{flex:1 1 auto}.site-footer-nav{padding:9px 10px}.site-footer-nav__meta{justify-content:flex-start;gap:10px}.site-footer-nav__link{font-size:.74rem}.site-footer-nav__copyright{font-size:.76rem}.site-footer-nav__version{font-size:.62rem}}

.group-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.25rem 0 0.7rem;
}

.group-pills label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid #c6d0df;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    background: #f8fbff;
    white-space: nowrap;
    width: auto;
}

.group-pills input[type="checkbox"] {
    width: auto;
    min-width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    accent-color: var(--primary);
    flex: 0 0 auto;
}

.email-compose-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.55rem;
}

.email-template-select{min-width:190px;width:auto;max-width:100%}
.email-compose-toolbar .btn{padding:7px 10px}

.email-compose-editor {
    min-height: 170px;
    border: 1px solid #c6d0df;
    border-radius: 0.45rem;
    padding: 0.65rem;
    background: #fff;
    overflow-y: auto;
}

@media (max-width:640px){.global-nav__business-switcher--mobile{display:inline-block;margin-right:8px}.global-nav__business-switcher--mobile .global-nav__business-switcher-menu{left:auto;right:0}}
