/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Ocultar el mapa torpe de la calculadora de distancia por completo */
#wc-distance-map,
#wc-distance-address,
.wc-distance-result,
.wc-distance-wrapper {
    display: none !important;
}

/* Ocultar campos innecesarios de WooCommerce */
#billing_country_field,
#billing_state_field,
#billing_city_field {
    display: none !important;
}

/* Campo de dirección con autocompletado */
#wc-distance-address {
  background: #0F0F0D !important;
  border: 1px solid #2C2C2A !important;
  color: #F2EBE0 !important;
  font-family: var(--font-ui) !important;
  padding: 12px 16px !important;
  border-radius: 2px !important;
  width: 100% !important;
}
#wc-distance-address:focus {
  border-color: #C4A265 !important;
  outline: none !important;
}

/* Badge de distancia calculada */
.wc-distance-result {
  font-family: var(--font-display) !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  color: #C4A265 !important;
  margin-top: 8px !important;
}

#billing_country_field,
#billing_state_field,
#billing_city_field {
    display: none !important;
}