/**
 * Kontaktsida (kundregister-hub) — samma ljusa företagstema som kontaktboken
 */

body.company-page.contact-hub-page,
body.contact-hub-page {
  background: #f8fafc !important;
  color: #1e293b;
}

/* Footer-placeholder bakgrund styrs av company-arv-shell (mörk, matchar footer) */
#header-placeholder .header-modern,
#header-placeholder .header-modern.scrolled {
  background: #ffffff !important;
}

.contact-hub-container {
  --primary: var(--company-cta, #0f172a);
  --primary-light: var(--company-cta-hover, #1e293b);
  --secondary: #64748b;
  --success: var(--company-success, #10b981);
  --warning: var(--company-warning, #ca8a04);
  --danger: var(--company-danger, #ef4444);
  --bg-primary: #f8fafc;
  --bg-card: #ffffff;
  --bg-hover: #f1f5f9;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --border-color: #e2e8f0;
  --border-light: #f1f5f9;
  --primary-gradient: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  --header-height: 80px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.08);

  max-width: var(--arv-shell-max, 1600px);
  margin: 0 auto;
  min-height: calc(100vh - var(--header-height));
  padding: calc(var(--header-height) + 1.25rem) 1.25rem 3rem;
  background: var(--bg-primary);
  color: var(--text-primary);
}

.contact-hub-top .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.contact-hub-top .back-link:hover {
  color: var(--primary);
}

.hub-loading,
.hub-error {
  padding: 2rem 0;
  color: var(--text-secondary);
}

.hub-error {
  color: var(--danger);
}

.contact-hub-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
}

.hub-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.hub-title-row h1 {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--text-primary);
}

.hub-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.hub-meta,
.hub-address {
  margin: 0.35rem 0 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

/* Knappar — samma språk som kontaktboken */
.contact-hub-container .btn-primary,
.contact-hub-container .btn-secondary {
  padding: 0.65rem 1.1rem;
  border-radius: var(--border-radius-md);
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.2;
  appearance: none;
  font-family: inherit;
}

.contact-hub-container .btn-primary {
  background: var(--primary-gradient);
  color: #fff;
  border: none;
}

.contact-hub-container .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(30, 41, 59, 0.25);
}

.contact-hub-container .btn-secondary {
  background: var(--bg-card);
  color: var(--text-secondary);
  border: 2px solid var(--border-color);
}

.contact-hub-container .btn-secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--bg-hover);
}

.contact-hub-container .btn-primary svg,
.contact-hub-container .btn-secondary svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.contact-hub-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-md);
  padding: 0.35rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.hub-tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.55rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  border-radius: 6px;
  font-family: inherit;
}

.hub-tab:hover {
  color: var(--text-primary);
  background: var(--bg-hover);
}

.hub-tab.active {
  color: #fff;
  background: var(--primary);
}

.hub-panel {
  display: none;
}

.hub-panel.active {
  display: block;
}

.hub-kpi-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.hub-kpi {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow-sm);
}

.hub-kpi-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
}

.hub-kpi strong {
  font-size: 1.15rem;
  color: var(--text-primary);
}

.hub-two-col {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1rem;
}

@media (max-width: 800px) {
  .hub-two-col {
    grid-template-columns: 1fr;
  }
}

.hub-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-sm);
}

.hub-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: var(--text-primary);
}

.hub-card textarea,
.hub-card input,
.hub-upload-row input,
.hub-upload-row select,
.hub-form-grid input,
.hub-form-grid select {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  margin-bottom: 0.6rem;
  font: inherit;
  background: #fff;
  color: var(--text-primary);
}

.hub-card textarea:focus,
.hub-card input:focus,
.hub-upload-row input:focus,
.hub-upload-row select:focus,
.hub-form-grid input:focus,
.hub-form-grid select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.hub-muted {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.hub-timeline-item {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border-light);
}

.hub-timeline-item:last-child {
  border-bottom: 0;
}

.hub-timeline-date {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.hub-timeline-title {
  font-size: 0.92rem;
  color: var(--text-primary);
}

.hub-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
}

.hub-chip {
  appearance: none;
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-secondary);
  font-family: inherit;
}

.hub-chip:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.hub-chip.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.hub-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hub-list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, box-shadow 0.15s ease;
  box-shadow: var(--shadow-sm);
}

.hub-list-row:not(.static):hover {
  background: var(--bg-hover);
  box-shadow: var(--shadow-md);
}

.hub-list-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.hub-list-row .action-btn {
  appearance: none;
  border: 1px solid var(--border-color);
  background: #fff;
  color: var(--text-secondary);
  border-radius: 6px;
  padding: 0.35rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}

.hub-list-row .action-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.hub-list-row .action-btn.danger {
  color: var(--danger);
}

.hub-list-row .action-btn.danger:hover {
  background: #fef2f2;
  border-color: var(--danger);
}

.hub-upload-row,
.hub-form-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.2fr auto;
  gap: 0.5rem;
  align-items: start;
}

.hub-form-grid {
  grid-template-columns: 1fr 1.3fr 0.7fr 0.9fr 0.8fr auto;
}

@media (max-width: 900px) {
  .hub-upload-row,
  .hub-form-grid {
    grid-template-columns: 1fr;
  }
}

.hub-disclaimer {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.quote-status-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.08rem 0.4rem;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
  white-space: nowrap;
  vertical-align: middle;
}

.quote-status-pill.ok {
  background: #d1fae5;
  color: #065f46;
}

.quote-status-pill.warn {
  background: #fef3c7;
  color: #92400e;
}

.quote-status-pill.bad {
  background: #fee2e2;
  color: #991b1b;
}

.quote-status-pill.muted {
  background: #f1f5f9;
  color: #64748b;
}

.contact-row .quote-count {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

.contact-row .document-count {
  font-size: 0.8rem;
  color: #0f766e;
  font-weight: 600;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 0.1rem 0.5rem;
}

.contact-row .quote-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin-top: 0.2rem;
}

.type-badge.type-private {
  background: #e0e7ff;
  color: #3730a3;
}

.contact-list-hint {
  margin: 0.35rem 0 0.75rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.contact-row.is-clickable {
  cursor: pointer;
}

.contact-row.is-clickable:hover {
  background: var(--bg-hover, #f1f5f9);
  box-shadow: inset 3px 0 0 var(--primary, #0f172a);
}

.hub-quote-row {
  width: 100%;
  text-align: left;
  font: inherit;
  cursor: pointer;
  appearance: none;
}

.hub-quote-row:hover {
  background: var(--bg-hover, #f1f5f9);
}

/* Status-rad i offert-popup (säkerställ knapptema även utan quotes-page-scope) */
.quote-actions-status .btn.btn-primary,
.quote-actions-status .btn-primary {
  background: #0f172a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.55rem 1rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.quote-actions-status .form-input,
.quote-actions-status select {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  font: inherit;
  background: #fff;
}

/* Fallback om :has inte stöds */
body.company-page .contact-hub-container {
  background: #f8fafc;
}

/* Kunddokument / notice wizard */
.notice-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
}

.notice-badge.type-advisory {
  background: #fef3c7;
  color: #92400e;
}

.notice-badge.type-info {
  background: #e0f2fe;
  color: #075985;
}

.notice-badge.status-draft { background: #f1f5f9; color: #64748b; }
.notice-badge.status-sent { background: #dbeafe; color: #1e40af; }
.notice-badge.status-opened { background: #fef3c7; color: #92400e; }
.notice-badge.status-signed,
.notice-badge.status-acknowledged { background: #d1fae5; color: #065f46; }

.notice-wizard-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.notice-wizard-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.notice-wizard-sheet {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(92vh, 900px);
  margin: 4vh auto 0;
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.notice-wizard-header,
.notice-wizard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}

.notice-wizard-footer {
  border-bottom: none;
  border-top: 1px solid #e2e8f0;
}

.notice-wizard-header h3 {
  margin: 0;
  font-size: 1.1rem;
}

.notice-wizard-step {
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.85rem;
}

.notice-wizard-close {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #64748b;
}

.notice-wizard-body {
  padding: 1rem 1.25rem;
  overflow: auto;
  flex: 1;
}

.notice-wizard-footer-right {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}

.notice-type-cards {
  display: grid;
  gap: 0.75rem;
}

.notice-type-card {
  text-align: left;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem;
  background: #fff;
  cursor: pointer;
  display: grid;
  gap: 0.25rem;
}

.notice-type-card strong {
  color: #0f172a;
}

.notice-type-card span {
  color: #64748b;
  font-size: 0.875rem;
}

.notice-type-card.active {
  border-color: #0f172a;
  box-shadow: inset 0 0 0 1px #0f172a;
  background: #f8fafc;
}

.notice-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.95rem;
}

.notice-party-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.85rem;
}

.notice-party-preview strong {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.notice-risks {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0.15rem 0 0.65rem;
}

.notice-wizard-modal .notice-risks label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6rem;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: #334155;
  line-height: 1.35;
  cursor: pointer;
}

.notice-wizard-modal .notice-risks input[type="checkbox"] {
  width: 1.1rem !important;
  min-width: 1.1rem;
  max-width: 1.1rem;
  height: 1.1rem;
  margin: 0.15rem 0 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
  accent-color: #0f172a;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent;
  appearance: auto;
  -webkit-appearance: checkbox;
}

.notice-wizard-modal .notice-risks label span {
  flex: 1 1 auto;
  min-width: 0;
}

.notice-wizard-modal .form-group {
  margin-bottom: 1rem;
}

.notice-wizard-modal .form-group > label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.4rem;
}

.notice-wizard-modal .form-group input[type="text"],
.notice-wizard-modal .form-group input[type="email"],
.notice-wizard-modal .form-group select,
.notice-wizard-modal .form-group textarea,
.notice-wizard-modal .notice-textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.45;
  min-height: 44px;
  resize: vertical;
}

.notice-wizard-modal .form-group select {
  resize: none;
  appearance: auto;
}

.notice-wizard-modal .form-group input:focus,
.notice-wizard-modal .form-group select:focus,
.notice-wizard-modal .form-group textarea:focus,
.notice-wizard-modal .notice-textarea:focus {
  outline: none;
  border-color: #0f172a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.notice-wizard-modal .form-group textarea,
.notice-wizard-modal .notice-textarea {
  min-height: 5.5rem;
}

#noticeInfoBody.notice-textarea {
  min-height: 12rem;
}

.notice-wizard-modal .form-group input:focus,
.notice-wizard-modal .form-group textarea:focus,
.notice-wizard-modal .notice-textarea:focus {
  outline: none;
  border-color: #0f172a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.notice-templates-label {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  color: #64748b;
}

.notice-templates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

.notice-template-chip {
  appearance: none;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}

.notice-template-chip:hover {
  border-color: #94a3b8;
  background: #fff;
}

.notice-template-chip.is-active {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
}

.notice-preview {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem;
  background: #f8fafc;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.notice-preview h4 {
  margin: 0 0 0.5rem;
}

.notice-preview-actions {
  margin: -0.25rem 0 1rem;
}

.notice-preview-actions .btn-secondary {
  width: 100%;
  justify-content: center;
}

.notice-company-sign {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid #d1fae5;
  background: #ecfdf5;
  border-radius: 10px;
}

.notice-edit-no-email {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  border-radius: 10px;
  color: #1e3a8a;
}

.notice-edit-no-email strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.notice-edit-no-email p {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
}

.notice-edit-no-email p:last-child {
  margin-bottom: 0;
}

.notice-company-sign h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #065f46;
}

.notice-company-sign .hub-muted {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
}

.notice-sign-consent {
  margin-top: 0.35rem;
}

.hub-notice-row {
  cursor: pointer;
}

.hub-notice-row:hover {
  background: var(--bg-hover, #f1f5f9);
}

.hub-notice-row .hub-list-right {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.notice-btn-danger,
.hub-notice-row .action-btn.danger {
  color: #b91c1c !important;
  border-color: #fecaca !important;
}

.notice-btn-danger:hover,
.hub-notice-row .action-btn.danger:hover {
  background: #fef2f2 !important;
}

.notice-wizard-footer-right {
  flex-wrap: wrap;
}

.hub-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
}

@media (max-width: 640px) {
  .notice-wizard-sheet {
    margin: 0;
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
  .notice-party-preview {
    grid-template-columns: 1fr;
  }
}

/* Dela kontakt — rent action sheet (inte form-modal) */
.share-sheet {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.75rem;
  background: rgba(22, 35, 30, 0.45);
  box-sizing: border-box;
}
.share-sheet-panel {
  width: min(100%, 400px);
  background: #FBFAF7;
  border: 1px solid rgba(199, 204, 209, 0.85);
  border-radius: 16px;
  padding: 1rem 1rem 0.85rem;
  box-shadow: 0 12px 40px rgba(22, 35, 30, 0.18);
  box-sizing: border-box;
}
.share-sheet-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #16231E;
}
.share-sheet-lead {
  margin: 0.25rem 0 0.85rem;
  font-size: 0.875rem;
  color: #5C6560;
  line-height: 1.35;
}
.share-sheet-actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.share-sheet-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
  padding: 0.8rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(199, 204, 209, 0.9);
  background: #fff;
  color: #16231E;
  cursor: pointer;
  box-shadow: none;
  font: inherit;
}
.share-sheet-action:hover,
.share-sheet-action:focus-visible {
  border-color: #16231E;
  outline: none;
}
.share-sheet-action:active {
  background: #F2EFE9;
}
.share-sheet-icon {
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: #E8EDE9;
  color: #16231E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.share-sheet-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}
.share-sheet-label {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.share-sheet-label strong {
  font-size: 0.95rem;
  font-weight: 700;
}
.share-sheet-label small {
  font-size: 0.78rem;
  color: #5C6560;
  font-weight: 500;
}
.share-sheet-cancel {
  display: block;
  width: 100%;
  margin-top: 0.65rem;
  padding: 0.75rem;
  border: none;
  background: transparent;
  color: #5C6560;
  font: inherit;
  font-weight: 650;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 10px;
}
.share-sheet-cancel:hover,
.share-sheet-cancel:focus-visible {
  background: rgba(22, 35, 30, 0.06);
  color: #16231E;
  outline: none;
}

@media (min-width: 640px) {
  .share-sheet {
    align-items: center;
  }
}

