/* ========================================================== 🌍 CLS FRONTEND — BASE SYSTEM ========================================================== */
/* ========================================================== 🌐 ROOT WRAPPER ========================================================== */
 .cls-custom-location-fields {
     box-sizing: border-box;
}
/* ========================================================== ✍️ TYPOGRAPHY ========================================================== */
 .cls-custom-location-fields, .cls-custom-location-fields * {
     font-family: var(--cls-font);
     box-sizing: border-box;
}
/* ========================================================== 🔘 BUTTON RESET ========================================================== */
 .cls-custom-location-fields button {
     border: none;
     outline: none;
     cursor: pointer;
     font-family: var(--cls-font);
}
 