body {
  background: #f6f8fb;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#basta-airport-widget {
  background-color: #d7e6db;
  border-radius: 20px;
  padding: 16px 12px;
  max-width: 420px;
  margin: 28px auto;
  color: #145626;
  box-shadow: 0 5px 30px #98bf9c50;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.basta-title-section {
  color: #145626;
  font-weight: 700;
  font-size: 1.15em;
  margin-bottom: 16px;
  text-align: center;
}

.basta-title-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.booking-widget-form {
  background: none !important;
  padding: 0;
  margin-bottom: 18px;
  border-radius: 0;
  box-shadow: none;
}

.booking-widget-row {
  display: flex;
  align-items: stretch;
  gap: 11px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.booking-widget-row.lined {
  border-top: 1.3px solid #bfdacb;
  margin-top: 13px;
  padding-top: 12px;
}

.widget-inputwrap {
  position: relative;
  flex: 1 1 44%;
  display: flex;
  align-items: center;
}

.widget-icon {
  font-size: 1.25em;
  opacity: 0.7;
  margin-right: 8px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #1e3d18;
}

.widget-inputwrap select,
.widget-inputwrap input[type="datetime-local"],
.widget-inputwrap input[type="text"] {
  width: 100%;
  background: #fff;
  color: #183f2b;
  border: none;
  font-size: 1.05em;
  border-radius: 11px;
  padding: 12px 11px 12px 43px;
  box-shadow: 0 1px 10px #385f3b26, 0 0 2px #395f3a17;
  margin: 0;
  outline: none;
}

.widget-inputwrap select:focus,
.widget-inputwrap input:focus {
  outline: 2px solid #8edfa8;
  background: #f5fff8;
}

.widget-btn {
  background: linear-gradient(120deg, #ff8c00 10%, #ffc107 90%);
  border-radius: 16px;
  border: none;
  padding: 14px 0;
  color: #fff;
  font-weight: 700;
  width: 100%;
  box-shadow: 0 3px 18px #ff8c0066;
  cursor: pointer;
  font-size: 1.08em;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}

.widget-btn:hover {
  background: linear-gradient(110deg, #ffc107 20%, #ff8c00 90%);
  color: #fff;
  box-shadow: 0 6px 28px #ff8c0099;
}

.booking-widget-form input[type="text"] {
  font-size: 1.03em;
  padding: 12px 14px;
  border-radius: 11px;
  border: none;
  background: #fff;
  color: #183f2b;
  margin: 0;
  box-shadow: 0 0.5px 8px #0002;
  width: 100%;
}

.booking-widget-form input[type="text"]:focus {
  outline: 2px solid #8edfa8;
}

.booking-widget-highlights {
  margin-top: 20px;
  font-size: 1.05em;
  color: #145626;
}

.booking-widget-highlights strong {
  color: #377458;
}

.booking-widget-highlights ul {
  padding-left: 21px;
  margin: 8px 0;
}

.booking-widget-highlights li {
  color: #24482f;
  font-size: 0.96em;
}

#urgent-message {
  background: #e0f7ea;
  color: #377458;
  border: 1.5px solid #bddfd0;
  border-radius: 9px;
  margin: 11px 0;
  font-weight: 600;
  font-size: 0.99em;
  padding: 9px 15px;
  display: none;
}

#urgent-message a {
  color: #258050 !important;
  text-decoration: underline !important;
}

@media (max-width: 700px) {
  #basta-airport-widget {
    max-width: 98vw;
    padding: 3vw 2vw 2vw 2vw;
    border-radius: 16px;
  }
  .basta-title-section {
    font-size: 1em;
  }
  .booking-widget-row {
    flex-direction: column;
    gap: 9px;
    margin-bottom: 7px;
  }
  .widget-inputwrap {
    width: 100%;
  }
  .widget-btn {
    font-size: 1em;
  }
}

/* Additional Desktop Responsive Rules for Embed Fix */
@media (min-width: 701px) {
  .booking-widget-row {
    flex-direction: row !important;
  }
  .widget-inputwrap {
    flex: 1 1 48% !important;
  }
}

/* Force desktop layout when widget is embedded */
.desktop-force .booking-widget-row {
  flex-direction: row !important;
}

.desktop-force .widget-inputwrap {
  flex: 1 1 48% !important;
}
