/*
 * Dancz Premium live fixes, 2026-05-13 S.
 * WO29273 DaveAI lane: final button contrast and mobile target polish.
 */

/* WO29273_DAVEAI_LANE_POLISH_20260513S_START */
body.dm-sitewide-codex.dm-area-daveai a.dm-btn-primary,
body.dm-sitewide-codex.dm-area-daveai a.dm-btn-outline,
body.dm-sitewide-codex.dm-area-daveai .dm-card-link,
body.dm-sitewide-codex.dm-area-daveai .dm-consumer-action-card,
body.dm-sitewide-codex.dm-area-daveai .dm-daveai-launch,
body.dm-sitewide-codex.dm-area-daveai .dm-daveai-mode-button,
body.dm-sitewide-codex.dm-area-daveai .dm-daveai-mode-route,
body.dm-sitewide-codex.dm-area-daveai .dm-footer-action-row a {
  min-height: 44px !important;
}

body.dm-sitewide-codex.dm-area-daveai a.dm-btn-outline,
body.dm-sitewide-codex.dm-area-daveai .dm-footer-action-row a.dm-btn-outline {
  background: #fff7df !important;
  border-color: rgba(111, 36, 55, .34) !important;
  color: #172132 !important;
  -webkit-text-fill-color: #172132 !important;
}

body.dm-sitewide-codex.dm-area-daveai a.dm-btn-primary,
body.dm-sitewide-codex.dm-area-daveai .dm-footer-action-row a.dm-btn-primary {
  background: #6f2437 !important;
  border-color: rgba(255, 216, 115, .58) !important;
  color: #fff7df !important;
  -webkit-text-fill-color: #fff7df !important;
}

.dancz-professional-access-page .dm-hero-buttons a.dm-btn-outline,
.dancz-professional-access-page .dm-professional-cta a.dm-btn-outline {
  background: #fff7df !important;
  border-color: rgba(111, 36, 55, .36) !important;
  color: #172132 !important;
  -webkit-text-fill-color: #172132 !important;
}

.dancz-professional-access-page a[href="/ministry-ops"],
.dancz-professional-access-page a[href="/company-hq/"],
.dancz-professional-access-page a[href="/company-hq"] {
  background: #6f2437 !important;
  border-color: rgba(255, 216, 115, .62) !important;
  color: #fff7df !important;
  -webkit-text-fill-color: #fff7df !important;
}

@media (max-width: 720px) {
  body.dm-sitewide-codex.dm-area-daveai .dm-footer-action-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.dm-sitewide-codex.dm-area-daveai .dm-footer-action-row a {
    width: 100% !important;
  }
}
/* WO29273_DAVEAI_LANE_POLISH_20260513S_END */
