@media (max-width: 1199px) {
    .subscriptionPlanBasicDetails .pricing-mobile-swipe-hint,
    #showHideDynamic .pricing-mobile-swipe-hint,
    .pricing-mobile-swipe-hint {
        display: flex !important;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        margin: 16px 0;
        background: var(--selectedTabBackgroundColor, #F26322);
        border: 1px solid var(--selectedTabBackgroundColor, #F26322);
        border-radius: 12px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    .pricing-swipe-hint__icon {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: color-mix(in srgb, var(--selectedTabTextColor, #fff) 22%, var(--selectedTabBackgroundColor, #F26322));
        border-radius: 10px;
        color: #fff !important;
        font-size: 18px;
        line-height: 1;
    }

    .pricing-swipe-hint__icon i {
        color: #fff !important;
    }

    .pricing-swipe-hint__content {
        flex: 1;
        min-width: 0;
    }

    .pricing-swipe-hint__title {
        margin: 0 0 2px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
        color: var(--selectedTabTextColor, #fff);
    }

    .pricing-swipe-hint__subtitle {
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.35;
        color: var(--selectedTabTextColor, #fff);
        opacity: 0.88;
    }

    .pricing-swipe-hint__dots {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .pricing-swipe-hint__dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: color-mix(in srgb, var(--selectedTabTextColor, #fff) 45%, transparent);
        transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease;
    }

    .pricing-swipe-hint__dot.is-active {
        width: 18px;
        height: 6px;
        border-radius: 3px;
        background: var(--selectedTabTextColor, #fff);
    }
}

@media (max-width: 767px) {
    .pricing-mobile-swipe-hint {
        gap: 10px;
        padding: 10px 12px;
        margin: 12px 0;
    }

    .pricing-swipe-hint__icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        border-radius: 8px;
    }

    .pricing-swipe-hint__title {
        font-size: 13px;
    }

    .pricing-swipe-hint__subtitle {
        font-size: 11px;
    }
}
