.webc-wwsbd-tour-form {
  margin: 0 0 1.5em;
  padding: 1em 0;
}
.webc-wwsbd-tour-form__fieldset {
  border: 1px solid #dcdcdc;
  padding: 1em;
  border-radius: 4px;
}
.webc-wwsbd-tour-form__legend {
  font-weight: 700;
  padding: 0 0.4em;
  margin-bottom: 0.6em;
  display: block;
}
.webc-wwsbd-tour-form__field {
  margin: 0 0 1em;
}
.webc-wwsbd-tour-form__field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.webc-wwsbd-tour-form__field input,
.webc-wwsbd-tour-form__field select {
  width: 100%;
  max-width: 320px;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.webc-wwsbd-tour-form__available {
  font-size: 0.95em;
  color: #444;
  background: #f7f7f7;
  padding: 0.5em 0.8em;
  border-radius: 3px;
  display: inline-block;
}
.webc-wwsbd-tour-form__submit {
  display: inline-block;
  margin-top: 1em;
  padding: 0.7em 1.4em;
  background: #00579e;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.15s ease;
}
.webc-wwsbd-tour-form__submit:hover,
.webc-wwsbd-tour-form__submit:focus {
  background: #003d6e;
  color: #fff;
}
.webc-wwsbd-tour-form__submit:disabled,
.webc-wwsbd-tour-form__submit.disabled {
  background: #999;
  cursor: not-allowed;
}
.webc-wwsbd-tour-form__empty {
  color: #a00;
  font-weight: 600;
}
.webc-wwsbd-tour-form .ui-datepicker {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 0.8em;
  font-family: 'Work Sans', system-ui, sans-serif;
  width: auto;
}
#ui-datepicker-div {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 0.8em;
  font-family: 'Work Sans', system-ui, sans-serif;
  width: auto !important;
  max-width: none !important;
  z-index: 9999 !important;
}
#ui-datepicker-div .ui-datepicker-group {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.4em;
  width: 50%;
  box-sizing: border-box;
}
#ui-datepicker-div .ui-datepicker-group + .ui-datepicker-group {
  border-left: 1px solid #eee;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0.3em 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #f0f0f0;
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: #363534;
  text-transform: capitalize;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  position: absolute;
  top: 0.3em;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #363534;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  background: #EDEEF0;
  color: #E00034;
}
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-next:before {
  display: inline-block;
  font-family: serif;
}
#ui-datepicker-div .ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-prev:before {
  content: '\2039';
}
#ui-datepicker-div .ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-next:before {
  content: '\203A';
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  padding: 0.3em;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #6b6b6b;
  text-transform: uppercase;
  border: none;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 0.15em;
  text-align: center;
  border: none;
}
#ui-datepicker-div .ui-datepicker-calendar td a,
#ui-datepicker-div .ui-datepicker-calendar td span {
  display: block;
  padding: 0.35em 0;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.2;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-other-month a,
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-other-month span {
  color: #c0c0c0;
  font-weight: 400;
}
#ui-datepicker-div .ui-datepicker-calendar .webc-wwsbd-day-past a,
#ui-datepicker-div .ui-datepicker-calendar .webc-wwsbd-day-past span {
  color: #ccc;
  text-decoration: line-through;
}
#ui-datepicker-div .ui-datepicker-calendar .webc-wwsbd-day-empty a,
#ui-datepicker-div .ui-datepicker-calendar .webc-wwsbd-day-empty span {
  color: #d0d0d0;
}
#ui-datepicker-div .ui-datepicker-calendar .webc-wwsbd-day-tour a {
  background: #E00034;
  color: #fff;
  font-weight: 700;
  border: 2px solid #E00034;
}
#ui-datepicker-div .ui-datepicker-calendar .webc-wwsbd-day-tour a:hover {
  background: #b7002b;
}
#ui-datepicker-div .ui-datepicker-calendar .webc-wwsbd-day-tour.ui-datepicker-current-day a {
  background: #a30026;
  box-shadow: 0 0 0 3px rgba(224, 0, 52, 0.25);
}
