@media (max-width: 640px) {
    .theme-strip {
        gap: 0.5rem;
        padding: 0.85rem;
    }

    .theme-chip {
        padding: 0.5rem 0.72rem;
        font-size: 10px;
    }

    .premium-card {
        border-radius: 1.5rem !important;
    }

    header .heading-font {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .theme-strip {
        padding-inline: 1.1rem;
    }
}

