/* ==========================================================
   v20-fixes.css — Final Apple-style Premium Fixes
   ========================================================== */

/* 1. Fix Black Rectangle in Hero Content in Dark Mode */
html[data-theme="dark"] .hero-content,
[data-theme="dark"] .hero-content {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* 2. Dark Mode for Delivery Cards: consolidated in final-fixes.css to avoid cascade conflicts.
   Do not add .delivery-card dark overrides here — managed in final-fixes.css only. */

/* 3. Force FAQ visibility */
.delivery-faq,
.delivery-faq .faq-list,
.delivery-faq .faq-item,
.delivery-faq .cb-faq-q,
.delivery-faq .cb-faq-a {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.delivery-faq .cb-faq-q {
  display: flex !important;
}
.delivery-faq .cb-faq-a {
  display: block !important;
  max-height: 0;
}
.faq-item.open .cb-faq-a,
.faq-item.cb-open .cb-faq-a {
  max-height: 500px !important;
}
html[data-theme="dark"] .delivery-faq .faq-item,
[data-theme="dark"] .delivery-faq .faq-item {
  border-color: rgba(212, 167, 106, 0.15) !important;
}
