body[data-theme="light"] .home-feature-card,
body[data-theme="light"] .membership-active-card,
body[data-theme="light"] .membership-plan-card,
body[data-theme="light"] .visual-offer,
body[data-theme="light"] .draw-hero,
body[data-theme="light"] .product-image-viewer,
body[data-theme="light"] .install-modal__panel {
  color: var(--text);
}

body[data-theme="light"] .membership-active-card,
body[data-theme="light"] .membership-plan-card {
  --text: #fffaf0;
  --muted: #e7ded0;
  --line: rgba(255, 250, 240, 0.24);
  --gold: #f2c66d;
  --gold-2: #f2c66d;
  color: #fffaf0;
}

body[data-theme="light"] .membership-active-card > strong,
body[data-theme="light"] .membership-plan-head h3,
body[data-theme="light"] .membership-feature-chips span {
  color: #fffaf0 !important;
}

body[data-theme="light"] .membership-plan-head p,
body[data-theme="light"] .membership-plan-head small,
body[data-theme="light"] .membership-plan-description,
body[data-theme="light"] .membership-active-card p,
body[data-theme="light"] .membership-active-card small {
  color: #e7ded0 !important;
}

body[data-theme="light"] .membership-plan-head p strong,
body[data-theme="light"] .membership-price,
body[data-theme="light"] .membership-plan-icon,
body[data-theme="light"] .membership-chip-icon,
body[data-theme="light"] .membership-link-icon {
  color: #f2c66d !important;
}

body[data-theme="light"] .membership-description-toggle {
  color: #f6d68d !important;
}

body[data-theme="light"] .membership-plan-action.primary-action,
body[data-theme="light"] .membership-active-card .primary-action {
  color: #332306 !important;
  background: #f2c66d !important;
  text-shadow: none;
}

body[data-theme="light"] #screen-draws .draw-list-card {
  --text: #fffaf0;
  --muted: #e6ddd0;
  --line: rgba(255, 250, 240, 0.22);
  --gold: #f2c66d;
  --gold-2: #f2c66d;
  color: #fffaf0;
  border-color: rgba(83, 60, 25, 0.28);
  background: #111318 !important;
  background-image: none !important;
  box-shadow: 0 0.75rem 1.8rem rgba(43, 32, 15, 0.12);
}

body[data-theme="light"] #screen-draws .draw-list-body h3 {
  color: #fffaf0 !important;
}

body[data-theme="light"] #screen-draws .draw-list-body p:not(.kicker),
body[data-theme="light"] #screen-draws .draw-list-body small {
  color: #e6ddd0 !important;
}

body[data-theme="light"] #screen-draws .draw-list-body .kicker {
  color: #f2c66d !important;
}

body[data-theme="light"] #screen-draws .offer-actions .outline-action {
  color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, 0.35) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

body[data-theme="light"] #screen-draws .offer-actions .primary-action {
  color: #332306 !important;
  background: #f2c66d !important;
  text-shadow: none;
}

body[data-theme="light"] #screen-draws .offer-actions .primary-action:disabled {
  opacity: 1;
  color: #4b350c !important;
  background: #e8c572 !important;
}

body[data-theme="light"] .module-screen-head h3,
body[data-theme="light"] .section-title {
  color: #171512;
}

body[data-theme="light"] .module-screen-head p {
  color: #5f5a51;
}

.whatsapp-header-button svg {
  display: block;
  width: 1.42rem;
  height: 1.42rem;
  transform: translate(0.35px, -0.45px) scale(0.985);
  transform-origin: center;
}

.whatsapp-header-button {
  place-items: center;
  line-height: 0;
}
