main{min-height:650px}.error main{min-height:300px}@media only screen and (max-width:768px){main{min-height:400px}}

/* ==================================================
   MOBILE ADDRESS POPUP FIXES (CUSTOM)
   ================================================== */

/* FIX: Country dropdown text breaking into two lines */
.custom-dropdown span {
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
    line-height: 44px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* FIX: Footer overlapping WhatsApp floating button */
@media only screen and (max-width: 768px) {
    .pop-footer {
        padding-bottom: 90px !important;
    }
}
