@media (min-width: 992px) and (max-width: 1199px) {
    .subscription-button h2 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-main .header-main_inner .header-main_inner-logo .logo {
        max-width: 60%;
        margin-bottom: 40px;
    }

    .main .prescription-title {
        font-size: 2.5rem;
    }

    .main .main-header_title {
        margin-top: 4rem;
    }

    .subscription-button {
        padding: 40px 30px;
    }

    .subscription-button h2 {
        font-size: 1.5rem;
    }

    .hippa-soc_div {
        font-size: 1.5rem;
    }

    .button-container,
    .hippa-soc_div {
        gap: 110px;
    }
}

/* --- Start of Balanced Mobile Adjustments --- */

@media (max-width: 767px) {
    .page-title {
        font-size: 1.7rem;
    }

    /* Align content to the top on mobile */
    body, .main {
        justify-content: flex-start;
    }

    .header-main .header-main_inner .header-main_inner-logo .logo {
        max-width: 60%;
        margin-bottom: 30px; 
    }

    .main .prescription-title {
        text-align: center;
        margin-bottom: 25px; 
        font-size: 1.8rem;
    }

    .main .main-header_title {
        text-align: center;
        font-size: 1.7rem;
        margin: 0 0 35px 0; 
    }

    .button-container {
        display: block;
        margin: 0 0 25px 0;
    }

    .subscription-button {
        padding: 20px;       
        margin-bottom: 20px; 
    }

    .subscription-button:last-child {
        margin-bottom: 0;
    }
    
    /* --- Icon Centering & Sizing Fixes --- */
    .subscription-button .emoji {
        margin-bottom: 15px; /* Added a bit more space below the centered icon */
        top: auto; /* Reset the 'top' property that pushed icons up */
    }

    #btnOneTimeEmoji img,
    .emoji img {
        height: 60px; /* Set a consistent HEIGHT for both icons */
        width: auto;  /* Let width adjust automatically for proper proportions */
        top: auto;    /* Reset any lingering position adjustments */
    }
    
    #btnOneTime .button-container_title-text {
        top: 0;
    }

    .subscription-button h2 {
        font-size: 1.4rem;
        margin-bottom: 3px;
    }

    .subscription-button p {
        font-size: 15px;
    }
    
    .hippa-soc_div {
        grid-template-columns: 1fr;
        gap: 5px;
        margin: 25px 0; 
        font-size: 1.1rem; 
    }

    /* .footer-main {
        margin-top: 25px; 
        padding-bottom: 20px;
    }

    .footer-main .footer-main_inner .footer-main_inner-number {
        font-size: 1.1rem;
    } */
}

/* --- End of Balanced Mobile Adjustments --- */

@media (max-width: 567px) {
    .faq-question {
        font-size: 16px;
    }

    .faq-question::after {
        top: 10px;
    }
}

@media (min-width: 992px) {
    .header-main .header-main_inner .header-main_inner-logo .logo {
        max-width: 35%;
        margin-bottom: 10vh;
        position: relative;
        top: 24px;
    }

    .main .prescription-title {
        position: relative;
        top: -16px;
    }
}
