@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap');

/* ============================================
   ZONE 1 : AJUSTEMENTS THÈME GHOST EXISTANT
   ============================================ */
.max-h-9 { max-height: 50px; margin-top: -2px; }
.landing-block.tag-hash-landing-testimonials .kg-product-card-image { height: 4.5rem; width: 4.5rem; }
.kg-button-card {
  --color-contrast: #ffffff;
}
[data-content-cta] a.bg-accent:hover {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .landing-block.tag-hash-landing-testimonials .kg-product-card-image { height: 2.5rem; width: 2.5rem; }
}

/* ============================================
   ZONE 2 : FOOTER DARK MODE FORCÉ
   ============================================ */
[data-footer] {
  background-color: #111827;
  color: rgb(156 163 175);
}
[data-footer] * {
  border-color: rgba(249, 250, 251, 0.05);
}
[data-footer] [data-brand] {
  color: rgb(249 250 251);
}
[data-footer] h3 {
  color: rgb(107 114 128);
}
[data-footer] p {
  color: inherit;
}
[data-footer] a:hover {
  color: rgb(209 213 219);
}
[data-footer] .text-accent,
[data-footer] .text-accent:hover {
  color: var(--ghost-accent-color);
}

/* Séparateurs entre les colonnes du footer */
@media (min-width: 1024px) {
  [data-footer] .inner > div:nth-child(2) > div:nth-child(2) {
    position: relative;
    padding-left: 20px;
  }
  [data-footer] .inner > div:nth-child(2) > div:nth-child(2)::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(249, 250, 251, 0.05);
  }
}
@media (max-width: 639px) {
  [data-footer] .inner > div:nth-child(2) > div:first-child {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  [data-footer] .inner > div:nth-child(2) > div:first-child::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(249, 250, 251, 0.05);
  }
}

/* ============================================
   ZONE 4 : PAGE INSCRIPTION
   Classes : .ins-*, .da-*
   ============================================ */
.ins-wrapper { max-width: 720px; margin: 0 auto; padding: 0 20px; }

.ins-title {
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
  line-height: 1.1;
}
.ins-subtitle {
  text-align: center;
  font-size: 17px;
  color: #475569;
  line-height: 1.5;
  margin: 0 auto 14px;
  max-width: 600px;
}
.ins-signin-link {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 36px;
}
.ins-signin-link button {
  background: none;
  border: none;
  color: #0f172a;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color, #3DE5BC);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  padding: 0;
}
.ins-signin-link button:hover { color: var(--ghost-accent-color, #3DE5BC); }

/* Note d'intro dans le formulaire */
.da-form-intro {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 20px;
  font-style: italic;
}

/* Sous-titres de section */
.da-section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ghost-accent-color, #3DE5BC) !important;
  margin: 32px 0 14px !important;
}
.da-section-title:first-of-type { margin-top: 0 !important; }

/* Formulaire */
#da-form { margin: 0; }
.da-field { margin-bottom: 14px; }
.da-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.da-field-row .da-field { margin-bottom: 0; }
@media (max-width: 560px) {
  .da-field-row { grid-template-columns: 1fr; }
}
.da-field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}
.da-field label .opt {
  font-weight: 500;
  color: #9ca3af;
  font-size: 13px;
  margin-left: 4px;
}
.da-field input,
.da-field select,
.da-field textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.da-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
}
.da-field textarea {
  min-height: 90px;
  resize: vertical;
  line-height: 1.5;
}
.da-field input:focus,
.da-field select:focus,
.da-field textarea:focus {
  outline: none;
  border-color: var(--ghost-accent-color, #3DE5BC);
  box-shadow: 0 0 0 3px rgba(61, 229, 188, 0.15);
}
.da-field input::placeholder,
.da-field textarea::placeholder { color: #9ca3af; }
.da-help {
  margin: 6px 0 0;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
}

/* Checkboxes */
.da-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  padding: 4px 0;
}
.da-checkbox input[type="checkbox"] {
  margin-top: 4px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: var(--ghost-accent-color, #3DE5BC);
}
.da-checkbox label {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  cursor: pointer;
}
.da-checkbox label strong { color: #111; }
.da-checkbox label a { color: #111; text-decoration: underline; }

/* Bouton submit */
.da-submit-wrap {
  margin-top: 28px;
  text-align: center;
}
#da-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 36px;
  background: var(--ghost-accent-color, #3DE5BC);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.15s ease, transform 0.15s ease;
  box-shadow: 0 4px 12px rgba(61, 229, 188, 0.25);
}
#da-btn:hover { opacity: 0.92; transform: translateY(-1px); }
#da-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* Bloc rappel "déjà un compte" en bas */
.signin-reminder {
  margin: 36px auto 0;
  padding: 18px 24px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  color: #374151;
}
.signin-reminder button {
  background: none;
  border: none;
  color: #0f172a;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color, #3DE5BC);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  padding: 0;
  margin-left: 4px;
}
.signin-reminder button:hover { color: var(--ghost-accent-color, #3DE5BC); }

/* Messages */
#da-error {
  display: none;
  margin: 16px 0 0;
  padding: 12px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #b91c1c;
  font-size: 14px;
}
#da-success {
  display: none;
  margin: 0 auto;
  padding: 28px 32px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  max-width: 560px;
}
#da-success p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #166534;
  line-height: 1.6;
}
#da-success p:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* ============================================
   ZONE 5 : PAGE MON COMPTE
   Classes : .mc-*
   ============================================ */
.mc-wrapper { max-width: 720px; margin: 0 auto; padding: 0 20px; }

/* Titre (greeting) */
.mc-title {
  text-align: center;
  margin: 0 0 40px;
}
.mc-title h1 {
  font-size: 40px;
  font-weight: 200;
  color: #111;
  margin: 0 0 6px;
  line-height: 1.2;
}
.mc-title h1 .mc-welcome {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 66px;
  color: var(--ghost-accent-color);
}
#mc-greeting-name {
  font-style: italic;
}
.mc-title-meta {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}

/* Sections */
.mc-section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  transition: border-color 0.2s ease;
}
.mc-section:hover { border-color: #d1d5db; }

.mc-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.mc-section-header svg {
  width: 20px; height: 20px;
  color: var(--ghost-accent-color);
  flex-shrink: 0;
}
.mc-section-header h2 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #111;
  line-height: 1;
}

/* Lignes d'info */
.mc-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}
.mc-info:last-of-type { border-bottom: none; }
.mc-info-label { color: #6b7280; font-size: 14px; }
.mc-info-value { color: #111; font-weight: 600; font-size: 14px; }

/* Listes (Mes dossiers) */
.mc-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.mc-list li {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  list-style: none !important;
}
.mc-list li::before { display: none !important; content: none !important; }
.mc-list li + li { margin-top: 8px !important; }
.mc-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f9fafb;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  transition: all 0.15s ease;
}
.mc-list a:hover {
  background: #fff;
  border-color: var(--ghost-accent-color);
  color: var(--ghost-accent-color) !important;
  transform: translateX(2px);
}
.mc-list a svg {
  width: 18px; height: 18px;
  color: #6b7280;
  flex-shrink: 0;
  transition: color 0.15s ease;
}
.mc-list a:hover svg { color: var(--ghost-accent-color); }
.mc-list a .mc-arrow { margin-left: auto; opacity: 0.4; }
.mc-list a:hover .mc-arrow { opacity: 1; }

/* Helpers et sous-titres */
.mc-help { font-size: 13px; color: #6b7280; margin: 0 0 16px; line-height: 1.5; }
.mc-subtitle { font-size: 12px; color: #9ca3af; margin: -10px 0 16px; line-height: 1.4; font-style: italic; }

/* Actions et boutons */
.mc-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.mc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111 !important;
  font-family: inherit;
  transition: all 0.15s ease;
}
.mc-btn:hover { background: #f9fafb; border-color: #d1d5db; }
.mc-btn svg { width: 15px; height: 15px; }

.mc-btn.primary {
  background: var(--ghost-accent-color);
  color: #fff !important;
  border-color: transparent;
}
.mc-btn.primary:hover {
  opacity: 0.9;
  background: var(--ghost-accent-color);
  color: #fff !important;
}
.mc-btn.danger { color: #b91c1c !important; border-color: #fecaca; }
.mc-btn.danger:hover { background: #fef2f2; border-color: #fca5a5; }

/* Zone danger isolée */
.mc-section-danger {
  background: #fffbfb;
  border: 1px solid #fecaca;
  margin-top: 28px;
}
.mc-section-danger:hover { border-color: #fca5a5; }
.mc-section-danger .mc-section-header svg { color: #b91c1c; }
.mc-danger-help {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0 0 14px;
}

.mc-empty { color: #9ca3af; font-size: 14px; font-style: italic; text-align: center; padding: 16px 0; }

/* Champs du formulaire édition */
.mc-field { margin-bottom: 14px; }
.mc-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 6px;
}
.mc-field input {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-family: inherit;
  transition: border-color 0.15s ease;
  box-sizing: border-box;
}
.mc-field input:focus {
  outline: none;
  border-color: var(--ghost-accent-color);
  box-shadow: 0 0 0 3px rgba(61, 229, 188, 0.15);
}
#mc-form-msg {
  margin-top: 10px;
  font-size: 13px;
  padding: 0;
}
#mc-form-msg.success { color: #059669; }
#mc-form-msg.error { color: #b91c1c; }

/* Lien de déconnexion */
.mc-signout-wrapper {
  text-align: center;
  margin: 24px 0 8px;
}
.mc-signout-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #9ca3af !important;
  text-decoration: none !important;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
  transition: color 0.15s ease;
}
.mc-signout-link:hover { color: #6b7280 !important; }
.mc-signout-link svg { width: 14px; height: 14px; }

/* ============================================
   ZONE 6 : DARK MODE
   Pages utilisateur (inscription + mon compte)
   ============================================ */

/* --- Page inscription : titres et en-tête --- */
html.dark-mode .ins-title,
html[data-color-mode="dark"] .ins-title,
html.dark .ins-title { color: #f1f5f9; }

html.dark-mode .ins-subtitle,
html[data-color-mode="dark"] .ins-subtitle,
html.dark .ins-subtitle { color: #cbd5e1; }

html.dark-mode .da-form-intro,
html[data-color-mode="dark"] .da-form-intro,
html.dark .da-form-intro { color: #94a3b8; }

html.dark-mode .ins-signin-link,
html[data-color-mode="dark"] .ins-signin-link,
html.dark .ins-signin-link { color: #94a3b8; }

html.dark-mode .ins-signin-link button,
html[data-color-mode="dark"] .ins-signin-link button,
html.dark .ins-signin-link button { color: #f1f5f9; }

html.dark-mode .da-section-title,
html[data-color-mode="dark"] .da-section-title,
html.dark .da-section-title { color: var(--ghost-accent-color, #3DE5BC) !important; }

/* --- Page inscription : champs et labels --- */
html.dark-mode .da-field label,
html[data-color-mode="dark"] .da-field label,
html.dark .da-field label { color: #f1f5f9; }

html.dark-mode .da-field label .opt,
html[data-color-mode="dark"] .da-field label .opt,
html.dark .da-field label .opt { color: #94a3b8; }

html.dark-mode .da-help,
html[data-color-mode="dark"] .da-help,
html.dark .da-help { color: #94a3b8; }

html.dark-mode .da-field input,
html.dark-mode .da-field select,
html.dark-mode .da-field textarea,
html[data-color-mode="dark"] .da-field input,
html[data-color-mode="dark"] .da-field select,
html[data-color-mode="dark"] .da-field textarea,
html.dark .da-field input,
html.dark .da-field select,
html.dark .da-field textarea {
  background: #1e293b;
  color: #f1f5f9;
  border-color: #334155;
}

html.dark-mode .da-field input::placeholder,
html.dark-mode .da-field textarea::placeholder,
html[data-color-mode="dark"] .da-field input::placeholder,
html[data-color-mode="dark"] .da-field textarea::placeholder,
html.dark .da-field input::placeholder,
html.dark .da-field textarea::placeholder { color: #64748b; }

html.dark-mode .da-checkbox label,
html[data-color-mode="dark"] .da-checkbox label,
html.dark .da-checkbox label { color: #cbd5e1; }

html.dark-mode .da-checkbox label strong,
html[data-color-mode="dark"] .da-checkbox label strong,
html.dark .da-checkbox label strong { color: #f1f5f9; }

html.dark-mode .da-checkbox label a,
html[data-color-mode="dark"] .da-checkbox label a,
html.dark .da-checkbox label a { color: #f1f5f9; }

html.dark-mode .signin-reminder,
html[data-color-mode="dark"] .signin-reminder,
html.dark .signin-reminder {
  background: #1e293b;
  border-color: #334155;
  color: #cbd5e1;
}

html.dark-mode .signin-reminder button,
html[data-color-mode="dark"] .signin-reminder button,
html.dark .signin-reminder button { color: #f1f5f9; }

/* --- Page mon compte : titres --- */
html.dark-mode .mc-title h1,
html[data-color-mode="dark"] .mc-title h1,
html.dark .mc-title h1 { color: #f1f5f9; }

html.dark-mode #mc-greeting-name,
html[data-color-mode="dark"] #mc-greeting-name,
html.dark #mc-greeting-name { color: #f1f5f9 !important; }

html.dark-mode .mc-title-meta,
html[data-color-mode="dark"] .mc-title-meta,
html.dark .mc-title-meta { color: #94a3b8; }

/* --- Page mon compte : sections --- */
html.dark-mode .mc-section,
html[data-color-mode="dark"] .mc-section,
html.dark .mc-section {
  background: #1e293b;
  border-color: #334155;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

html.dark-mode .mc-section:hover,
html[data-color-mode="dark"] .mc-section:hover,
html.dark .mc-section:hover { border-color: #475569; }

html.dark-mode .mc-section-header h2,
html[data-color-mode="dark"] .mc-section-header h2,
html.dark .mc-section-header h2 { color: #f1f5f9; }

/* --- Page mon compte : infos --- */
html.dark-mode .mc-info,
html[data-color-mode="dark"] .mc-info,
html.dark .mc-info { border-bottom-color: #334155; }

html.dark-mode .mc-info-label,
html[data-color-mode="dark"] .mc-info-label,
html.dark .mc-info-label { color: #94a3b8; }

html.dark-mode .mc-info-value,
html[data-color-mode="dark"] .mc-info-value,
html.dark .mc-info-value { color: #f1f5f9; }

/* --- Page mon compte : listes (dossiers) --- */
html.dark-mode .mc-list a,
html[data-color-mode="dark"] .mc-list a,
html.dark .mc-list a {
  background: #0f172a;
  color: #f1f5f9 !important;
  border-color: transparent;
}

html.dark-mode .mc-list a:hover,
html[data-color-mode="dark"] .mc-list a:hover,
html.dark .mc-list a:hover {
  background: #1e293b;
  border-color: var(--ghost-accent-color);
  color: var(--ghost-accent-color) !important;
}

html.dark-mode .mc-list a svg,
html[data-color-mode="dark"] .mc-list a svg,
html.dark .mc-list a svg { color: #94a3b8; }

/* --- Page mon compte : helpers --- */
html.dark-mode .mc-help,
html[data-color-mode="dark"] .mc-help,
html.dark .mc-help { color: #94a3b8; }

html.dark-mode .mc-subtitle,
html[data-color-mode="dark"] .mc-subtitle,
html.dark .mc-subtitle { color: #64748b; }

/* --- Page mon compte : boutons --- */
html.dark-mode .mc-btn,
html[data-color-mode="dark"] .mc-btn,
html.dark .mc-btn {
  background: #0f172a;
  color: #f1f5f9 !important;
  border-color: #334155;
}

html.dark-mode .mc-btn:hover,
html[data-color-mode="dark"] .mc-btn:hover,
html.dark .mc-btn:hover {
  background: #1e293b;
  border-color: #475569;
}

html.dark-mode .mc-btn.primary,
html[data-color-mode="dark"] .mc-btn.primary,
html.dark .mc-btn.primary {
  background: var(--ghost-accent-color);
  color: #0f172a !important;
  border-color: transparent;
}

html.dark-mode .mc-btn.primary:hover,
html[data-color-mode="dark"] .mc-btn.primary:hover,
html.dark .mc-btn.primary:hover {
  background: var(--ghost-accent-color);
  color: #0f172a !important;
  opacity: 0.85;
}

html.dark-mode .mc-btn.danger,
html[data-color-mode="dark"] .mc-btn.danger,
html.dark .mc-btn.danger {
  background: transparent;
  color: #fca5a5 !important;
  border-color: #7f1d1d;
}

html.dark-mode .mc-btn.danger:hover,
html[data-color-mode="dark"] .mc-btn.danger:hover,
html.dark .mc-btn.danger:hover {
  background: rgba(127, 29, 29, 0.2);
  border-color: #991b1b;
}

/* --- Page mon compte : zone danger --- */
html.dark-mode .mc-section-danger,
html[data-color-mode="dark"] .mc-section-danger,
html.dark .mc-section-danger {
  background: rgba(127, 29, 29, 0.08);
  border-color: #7f1d1d;
}

html.dark-mode .mc-section-danger:hover,
html[data-color-mode="dark"] .mc-section-danger:hover,
html.dark .mc-section-danger:hover { border-color: #991b1b; }

html.dark-mode .mc-section-danger .mc-section-header svg,
html[data-color-mode="dark"] .mc-section-danger .mc-section-header svg,
html.dark .mc-section-danger .mc-section-header svg { color: #fca5a5; }

html.dark-mode .mc-danger-help,
html[data-color-mode="dark"] .mc-danger-help,
html.dark .mc-danger-help { color: #94a3b8; }

/* --- Page mon compte : formulaire édition --- */
html.dark-mode .mc-field label,
html[data-color-mode="dark"] .mc-field label,
html.dark .mc-field label { color: #94a3b8; }

html.dark-mode .mc-field input,
html[data-color-mode="dark"] .mc-field input,
html.dark .mc-field input {
  background: #0f172a;
  color: #f1f5f9;
  border-color: #334155;
}

html.dark-mode .mc-field input:focus,
html[data-color-mode="dark"] .mc-field input:focus,
html.dark .mc-field input:focus { border-color: var(--ghost-accent-color); }

html.dark-mode .mc-empty,
html[data-color-mode="dark"] .mc-empty,
html.dark .mc-empty { color: #64748b; }

html.dark-mode .mc-signout-link,
html[data-color-mode="dark"] .mc-signout-link,
html.dark .mc-signout-link { color: #94a3b8 !important; }

html.dark-mode .mc-signout-link:hover,
html[data-color-mode="dark"] .mc-signout-link:hover,
html.dark .mc-signout-link:hover { color: #cbd5e1 !important; }

/* --- Modal suppression compte en dark --- */
html.dark-mode #mc-delete-modal > div,
html[data-color-mode="dark"] #mc-delete-modal > div,
html.dark #mc-delete-modal > div {
  background: #1e293b;
  color: #f1f5f9;
}

html.dark-mode #mc-delete-modal h3,
html[data-color-mode="dark"] #mc-delete-modal h3,
html.dark #mc-delete-modal h3 { color: #fca5a5; }

html.dark-mode #mc-delete-modal p,
html[data-color-mode="dark"] #mc-delete-modal p,
html.dark #mc-delete-modal p { color: #cbd5e1 !important; }
