/* Frontend styles for Gil WP Extender */

/* Booking form fields */
.gil-wpxtndr-field,
.form-field.gil-wpxtndr {
  margin: 0 0 12px 0;
}

.gil-wpxtndr-field label,
.form-field.gil-wpxtndr label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.gil-wpxtndr-field select,
.gil-wpxtndr-field input[type="text"],
.form-field.gil-wpxtndr select,
.form-field.gil-wpxtndr input[type="text"] {
  width: 100%;
  max-width: 420px;
}

/* Participants block */
.gil-wpxtndr-participants {
  margin-top: 12px;
}

.gil-wpxtndr-participants .participants-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.gil-wpxtndr-participants .participants-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-width: 520px;
}

.gil-wpxtndr-participants .participant-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gil-wpxtndr-participants .participant-item input[type="text"] {
  flex: 1;
}

.gil-wpxtndr-participants .participant-actions {
  display: flex;
  gap: 6px;
}

/* Helper text */
.gil-wpxtndr-hint {
  color: #6a6f7c;
  font-size: 12px;
  margin-top: 4px;
}

/* Compact spacing on mobile */
@media (max-width: 480px) {
  .gil-wpxtndr-field label,
  .form-field.gil-wpxtndr label {
    margin-bottom: 4px;
  }
  .gil-wpxtndr-participants .participants-header {
    flex-direction: column;
    align-items: stretch;
  }
}

.booking-wrapper label{
  color: white;
}

.extra-resources.participant_section {
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
}

form.cart p.form-field {
  margin-left: 2%;
  margin-top: 15px;
  width: 96%;
  padding-left: 11px;
}

form.cart p.form-field label {
  color: #ffffff ;
}
form.cart p.form-field select {
  background-color: #ffffff ;
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #000000 ;
  padding: 5px;
  width: 100%;
}