/* Header CTA - Desktop only */
@media (min-width: 1024px) {
    .header-cta-desktop {
        display: flex !important;
    }
}

@media (max-width: 1023px) {
    .header-cta-desktop {
        display: none !important;
    }
}
