/* 
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 */
.rtb-booking-form input, #stripe-payment-form #cardElement {
    width: 100%;
    max-width: 100% !important;
}

/* === Campo de aceptación en una sola línea === */
.elementor-form .elementor-field-group-field_c928607{
  display:flex !important;
  align-items:center;
  gap:.6rem;
  padding-left:0 !important;   /* quita sangría del grupo */
  margin-left:0 !important;
}

/* Checkbox antes del texto (opcional) */
.elementor-form .elementor-field-group-field_c928607 .elementor-field-subgroup{
  order:-1;                     /* quítalo si lo quieres después */
  margin:0 !important;
}

/* El span contenedor del checkbox no debe empujar nada */
.elementor-form .elementor-field-group-field_c928607 .elementor-field-option{
  display:flex;
}

/* Quita márgenes del checkbox nativo */
.elementor-form .elementor-field-group-field_c928607 input[type="checkbox"]{
  margin:0 !important;
}

/* El label no ocupa 100% ni genera salto */
.elementor-form .elementor-field-group-field_c928607 > label{
  display:inline-flex !important;
  align-items:center;
  margin:0 !important;
  width:auto !important;
  white-space:nowrap;           /* todo en una línea */
  line-height:1.3;
}

/* Elementor mete indentación extra en este tipo de campo: la anulamos */
.elementor-form .elementor-field-type-acceptance{
  padding-left:0 !important;
}
