.premium-page-hero .premium-button.secondary,
.premium-dark .premium-button.secondary,
.footer-cta .premium-button.secondary {
    border-color: rgba(213, 189, 122, 0.72) !important;
    background: rgba(255, 253, 248, 0.10) !important;
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.08) !important;
}

.premium-page-hero .premium-button.secondary:hover,
.premium-page-hero .premium-button.secondary:focus-visible,
.premium-dark .premium-button.secondary:hover,
.premium-dark .premium-button.secondary:focus-visible,
.footer-cta .premium-button.secondary:hover,
.footer-cta .premium-button.secondary:focus-visible {
    border-color: #d5bd7a !important;
    background: #d5bd7a !important;
    color: #080a32 !important;
    -webkit-text-fill-color: #080a32 !important;
}

html[data-theme="light"] .premium-page-hero .premium-button.secondary,
html[data-theme="light"] .premium-dark .premium-button.secondary,
html[data-theme="light"] .footer-cta .premium-button.secondary {
    border-color: rgba(213, 189, 122, 0.78) !important;
    background: rgba(8, 10, 50, 0.82) !important;
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
}

html[data-theme="light"] .premium-page-hero .premium-button.secondary:hover,
html[data-theme="light"] .premium-page-hero .premium-button.secondary:focus-visible,
html[data-theme="light"] .premium-dark .premium-button.secondary:hover,
html[data-theme="light"] .premium-dark .premium-button.secondary:focus-visible,
html[data-theme="light"] .footer-cta .premium-button.secondary:hover,
html[data-theme="light"] .footer-cta .premium-button.secondary:focus-visible {
    border-color: #d5bd7a !important;
    background: #d5bd7a !important;
    color: #080a32 !important;
    -webkit-text-fill-color: #080a32 !important;
}

.boost-page .leaflet-tooltip.boost-map-tooltip,
.boost-page .boost-map .leaflet-tooltip.boost-map-tooltip {
    opacity: 1 !important;
    border: 1px solid rgba(213, 189, 122, 0.82) !important;
    border-radius: 0.35rem !important;
    background: #080a32 !important;
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
    box-shadow: 0 10px 24px rgba(8, 10, 50, 0.26) !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    padding: 0.35rem 0.5rem !important;
}

.boost-page .leaflet-tooltip-top.boost-map-tooltip::before {
    border-top-color: #080a32 !important;
}

.boost-page .leaflet-tooltip-bottom.boost-map-tooltip::before {
    border-bottom-color: #080a32 !important;
}

.boost-page .leaflet-tooltip-left.boost-map-tooltip::before {
    border-left-color: #080a32 !important;
}

.boost-page .leaflet-tooltip-right.boost-map-tooltip::before {
    border-right-color: #080a32 !important;
}
