/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.room_cost {
  display: inline-block;
  font-weight: bold;
  color: #333;
}

.vbo_currency {
  display: none;
}

.vbo_price::after {
  content: "€"; /* sin espacio antes */
  font-weight: normal;
}

.vbo-rdet-desc-cont p {
  text-align: justify;
}

body.page-id-936 .vbselectordiv {
  display: none !important;
}

.vbrowcname a:not(.page-numbers) {
  pointer-events: none;
  text-decoration: none;
  color: #55B535;
  cursor: default;
}

/* Desactiva el enlace en la imagen */
.vbo-roomslist-imglink {
  pointer-events: none;
  cursor: default;
}


/* Justificar descripción de la habitación */
.room_description_box p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* Añadir (Opcional) al label de Nombre De Empresa */
label[for="vbf-inp11"]::after {
  content: " (Opcional)";
  color: #888;
  font-weight: normal;
  font-size: 0.95em;
}

/* Contenedor principal del campo checkbox */
.vbo-oconfirm-cfield-entry-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Reordenar el input (checkbox) al inicio */
.vbo-oconfirm-cfield-input {
  order: -1;
}

/* Alineación y espaciado del texto */
.vbo-oconfirm-cfield-label {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

/* Opcional: estilizar el checkbox */
.vbo-oconfirm-cfield-input input[type="checkbox"] {
  transform: scale(1.2);
  cursor: pointer;
}

/* Contenedor principal */
.plugin-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

/* Título de estado actualizado */
.vbo-booking-details-head {
  background-color: #C27651;
  color: #fff;
  border-left: 6px solid #a45636;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* Secciones de información */
.vbo-booking-details-midcontainer {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

/* Título de sección principal en verde */
.vbvordudatatitle {
  color: #498C4A;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Info de reserva */
.vbo-booking-details-bookinfo,
.vbo-bookingdet-userdetail {
  margin-bottom: 12px;
  font-size: 15px;
}

.vbo-booking-details-bookinfo-lbl,
.vbo-bookingdet-userdetail-lbl {
  display: block;
  font-weight: 600;
  color: #555;
}

.vbo-booking-details-bookinfo-val,
.vbo-bookingdet-userdetail-val {
  color: #333;
}

/* Información de habitación */
.vbo-booking-rooms-wrapper {
  margin-top: 40px;
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
}

.vbvordroominfo {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.vbo-booking-roomphoto img {
  border-radius: 12px;
  width: 200px;
  height: auto;
  object-fit: cover;
}

.vbordroomdet {
  flex: 1;
}

.vbvordroominfotitle {
  font-size: 18px;
  font-weight: 700;
  color: #498C4A;
}

.vbordroomdetpeople,
.vbo-booking-roomrate {
  margin-top: 10px;
  font-size: 15px;
}

/* Costos */
.vbo-booking-costs-list {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.vbo-booking-cost-detail-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 10px;
}

/* Texto informativo de pago */
.vbvordpaybutton {
  margin-top: 40px;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.vbvordpaybutton strong {
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .vbo-booking-details-midcontainer {
    flex-direction: column;
  }

  .vbvordroominfo {
    flex-direction: column;
    align-items: flex-start;
  }

  .vbo-booking-cost-detail-total {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.vbo-oconfirm-summary-room-cell-nights span {
  white-space: nowrap;
  display: inline-block;
}

.vbo-results-head-oconfirm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap; /* evita que salte de línea */
  gap: 20px;
}

.vbo-results-head-oconfirm > div {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.vbo-summary-date {
  flex-shrink: 0; /* evita que se reduzca */
}

.vbo-results-head-oconfirm {
  display: flex;
  flex-wrap: wrap;          /* Permite que salte de línea si no cabe */
  gap: 20px;                /* Espacio entre elementos */
  max-width: 100%;          /* Evita que se desborde */
  box-sizing: border-box;
}

.vbo-results-head-oconfirm > div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 160px;         /* Asegura legibilidad */
  flex: 1 1 0;              /* Que se ajusten al espacio disponible */
  box-sizing: border-box;
  white-space: normal;      /* Permite salto de línea si es necesario */
  overflow-wrap: break-word;
}



