.persona-item {
    position: relative; /* Ensures the button is positioned relative to this container */
    background: #fff;
    border: 1.5px solid #e7e7e7;
    border-radius: 9px;
    padding: 24px 14px 12px 14px;
    margin-bottom: 16px;
    box-shadow: 0 3px 16px #0002;
    transition: box-shadow 0.2s;    
}

.eliminar-btn {
    position: absolute; /* Positions the button relative to .persona-item */
    top: 10px;         /* Adjusts distance from the top */
    right: 10px;       /* Adjusts distance from the right */
    background: white !important;
    color: rgb(255, 115, 0) !important;
    border: 1px solid rgb(255, 115, 0) !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    line-height: 27px;
    cursor: pointer;
    z-index: 10;       /* Ensures the button stays on top */
    box-shadow: 0 2px 7px rgba(251, 113, 1, 0.426) !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s;
}

.eliminar-btn:hover {
    color:white !important;
    background: rgb(255, 115, 0) !important;
    box-shadow: 0 2px 10px rgba(214, 96, 0, 0.801) !important;
}

.persona-fields {
    display: flex;
    gap: 20px; /* Add spacing between each field */
    align-items: center; /* Align input boxes and labels vertically */
    justify-content: space-between; /* Distribute the fields evenly */
    flex-wrap: wrap; /* Ensure fields wrap if the container is too narrow */
}

.field-group {
    flex: 1; /* Allow equal distribution of space */
    min-width: 150px; /* Set a minimum width for each field */
}

.field-group label {
    display: flex;
    flex-direction: column; /* Stack the label and input vertically */
    font-weight: normal;
    margin-bottom: 4px;
}

.field-group input {
    width: 100%; /* Ensure the input takes the full width of the field */
    box-sizing: border-box; /* Include padding and border in the element width */
    padding: 8px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.persona-item label {
    display: block;
    font-weight: normal;
    margin-bottom: 4px;
}

.persona-item input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.mensaje-tarifa {
    font-size: 13px;
    color: #347e33;
    margin-top: 10px;
    font-style: italic;
}

.reserva-title {
  font-family: 'Roboto', sans-serif;
  font-size: 15px !important;
  font-weight: bold !important;
  color: rgb(33, 33, 33);
  text-shadow: 0 0 8px rgba(143, 143, 143, 0.37);
  
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(69, 69, 69, 0.8);
  padding: 10px 50px 10px 50px;
  border-radius: 60px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
}

.title-section-form  {
  font-family: 'Roboto', sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgb(33, 33, 33);
  
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: white;
  border: 1px solid rgba(69, 69, 69, 0.8);
  padding: 10px 15px 10px 15px;
  border-radius: 60px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;

  margin-bottom: 15px;
  margin-top: 10px;
    }

.title-section-form-correo  {
  font-family: 'Roboto', sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgb(33, 33, 33);
  
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: white;
  border: 1px solid rgba(69, 69, 69, 0.8);
  padding: 10px 15px 10px 15px;
  border-radius: 60px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;

  margin-bottom: 15px;
  margin-top: 10px;
    }

.title-section-form-anadir  {
  font-family: 'Roboto', sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgb(33, 33, 33);
  
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: white;
  border: 1px solid rgba(69, 69, 69, 0.8);
  padding: 10px 55px 10px 55px;
  border-radius: 60px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;

  margin-bottom: 15px;
  margin-top: 10px;
    }

.anadirpersona_button {
    font-family: 'Roboto', sans-serif;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: rgb(255, 115, 0)  !important;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: white !important;
    border: 1px solid rgb(255, 115, 0) !important;
    padding: 10px 55px 10px 55px !important;
    border-radius: 60px !important;
    
    box-shadow: 0 0 10px rgba(251, 113, 1, 0.426) !important;
}

.floripa-accordion-btn {
    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    background-color: white !important;
    color: black !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    border: 1px solid rgba(25, 25, 25, 0.879)   !important;
    border-radius: 30px  !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.floripa-accordion-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 5px;
}

.floripa-accordion-content.show {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 5px;
}

.floripa-accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 315px;
}

.contador-personas {
    background-color: rgba(218, 216, 216, 0.93) !important;
    color: black !important;
    border: 1px solid rgba(69, 69, 69, 0.8);
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
}

.total-sprite {
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: rgb(223, 97, 0) !important;
    border: 1px solid rgb(223, 97, 0);
    box-shadow: 0 0 10px rgba(254, 85, 12, 0.15) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}