/**
 * Smart Location Frontend Styles
 */

/* 
 * We now rely almost entirely on WPForms native grid classes:
 * wpforms-field-row, wpforms-field-row-block, wpforms-one-third
 * This ensures perfect compatibility with WPForms Field Size (Small, Medium, Large) settings.
 */

.wpforms-smart-location-wrap {
    /* Clearfix for WPForms float grids if needed */
    clear: both;
}

.wpforms-smart-location-wrap::after {
    content: "";
    display: table;
    clear: both;
}

.wpforms-smart-location-wrap .wpforms-sublabel-hide {
    display: none !important;
}

/* Ensure our inputs span 100% of their column blocks natively, just like Address fields */
.wpforms-smart-location-wrap select,
.wpforms-smart-location-wrap input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
