@media (min-width: 992px) {

    .modal-lg {
        --bs-modal-width: 1000px;
    }
}

@media (max-width: 1199.98px) {
    .preregister_modalContent {

        padding: 30px 30px;
        ;
    }
}

/* ≤ 992px (lg และต่ำกว่า) */
@media (max-width: 991.98px) {
    .store_mainLayout {
        width: 230px;
        height: 65px;
        padding: 10px 20px;
    }

    .store_iconLayout {
        width: 35px;
    }

    .store_title {
        font-size: 22px;
        line-height: 16px;
        font-weight: 500;
    }

    .store_des {
        font-size: 12px;
        font-weight: 500;
    }

    .landingpage_socialIcon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .prm_guideLayout {
        display: none;
    }

    .preregister_titleBtnGuide {
        position: relative;
        z-index: 10;
        width: 30px;
        height: 30px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 1px solid transparent;
        color: #fff;
    }
}

/* ≤ 768px (md และต่ำกว่า) */
@media (max-width: 767.98px) {
    .main_layout {
        padding: 20px;
    }
}

/* ≤ 576px (sm และต่ำกว่า — mobile เล็กสุด) */
@media (max-width: 575.98px) {
    .landingpage_logo {
        width: 100%;
    }

    .btn {
        width: 305px;
        height: 60px;
    }

    .preregister_topbarLayout {
        font-size: 30px;
        text-align: center;
        /* height: 100%; */
        min-height: 150px;
    }

    .preregister_modalContent {
        padding: 20px 20px 50px;
    }

    .example-form .normal-checkbox label {
        padding: 0px calc(15px + var(--gap));
        font-size: 14px;
    }

    .dropdown-toggle {
        font-size: 14px;
    }

    .input_error {
        font-size: 13px;
        text-align: center;
    }

    .socialConnect_img {
        width: 100px;
    }

    .btn.sm {
        width: 140px;
        height: auto;
        min-height: 45px;
    }

    .landingpage_socialIcon {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .landingpage_socialMainLayout {
        right: 0px;
        width: auto;
    }

    .landingpage_guideLayout {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}