.osr-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.osr-required-badge {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 5px;
  border-radius: 4px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}

.osr-email-help {
  display: block;
  margin-top: 6px;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.5;
}

.osr-booking-error {
  display: none;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #dc2626;
  border-radius: 8px;
  background: #fef2f2;
  color: #991b1b;
  font-weight: 700;
}

.osr-booking-reference {
  margin: 16px auto;
  padding: 12px 16px;
  max-width: 420px;
  border-radius: 8px;
  background: #eff6ff;
  color: #173f8a;
  font-weight: 700;
  text-align: center;
}

.osr-completion-payment {
  margin: -6px auto 20px;
  padding: 10px 14px;
  max-width: 420px;
  border: 1px solid #bbd3f7;
  border-radius: 8px;
  background: #fff;
  color: #173f8a;
  font-weight: 700;
  text-align: center;
}

.osr-payment-notice {
  margin: 16px auto;
  padding: 14px 16px;
  max-width: 680px;
  border: 1px solid #2563eb;
  border-radius: 8px;
  background: #eff6ff;
  color: #173f8a;
  font-weight: 700;
}

.osr-payment-notice.is-cancel {
  border-color: #d97706;
  background: #fffbeb;
  color: #92400e;
}

.osr-payment-notice.is-loading {
  border-color: #2563eb;
  background: #eff6ff;
  color: #173f8a;
}

.osr-availability-message {
  margin: 12px 0 18px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #eff6ff;
  color: #173f8a;
  font-size: 14px;
  font-weight: 700;
}

.osr-availability-message.is-empty,
.osr-availability-message.is-error {
  background: #fff7ed;
  color: #9a3412;
}

.osr-selection-scope {
  margin: 0 0 12px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #f5f8ff;
  color: #173f8a;
  font-size: 13px;
  font-weight: 700;
}

.osr-selection-cart {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid #bdd1f5;
  border-radius: 10px;
  background: #f7faff;
}

.osr-selection-cart-heading {
  margin-bottom: 8px;
  color: #0b3e7c;
  font-weight: 800;
}

.osr-selection-cart-empty {
  margin: 0;
  color: #64748b;
}

.osr-selection-cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #dbe6f7;
  font-size: 13px;
}

.osr-selection-cart-row button,
.osr-selection-clear-all {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid #2f59bd;
  border-radius: 7px;
  background: #fff;
  color: #18479f;
  font-weight: 700;
  cursor: pointer;
}

.osr-requires-bath-disabled {
  opacity: 0.55;
}

.osr-requires-bath-disabled button {
  cursor: not-allowed !important;
}

.osr-requires-bath-hint {
  margin-top: 6px;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
}

.osr-selection-clear-all {
  margin-top: 10px;
  border-color: #b91c1c;
  color: #b91c1c;
}

.osr-inquiry-fields {
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 12px 0;
}

.osr-inquiry-explanation {
  margin: 0;
  padding: 10px 12px;
  border-radius: 7px;
  background: #f0fdf4;
  color: #166534;
  font-size: 13px;
  line-height: 1.6;
}

.osr-inquiry-fields label {
  display: grid;
  gap: 6px;
  color: #0b3e7c;
  font-weight: 700;
}

.osr-inquiry-fields textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px solid #b9c4d4;
  border-radius: 7px;
  background: #fff;
  color: #111827;
  font: inherit;
}

.osr-decision-debug {
  margin: 18px 0;
  padding: 10px 12px;
  border: 1px dashed #64748b;
  border-radius: 8px;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
}

.osr-decision-debug summary {
  cursor: pointer;
  font-weight: 800;
}

.osr-decision-debug pre {
  margin: 10px 0 0;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.osr-inquiry-fields textarea {
  min-height: 90px;
  resize: vertical;
}

.osr-payment-methods {
  margin: 18px 0;
  padding: 0;
  border: 0;
}

.osr-route-notice {
  margin: 18px 0;
  padding: 12px 14px;
  border: 1px solid #86b7f4;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.6;
}

.osr-route-notice.is-instant {
  background: #eff6ff;
  color: #173f8a;
}

.osr-route-notice.is-inquiry {
  border-color: #f2c66d;
  background: #fffbeb;
  color: #854d0e;
}

.osr-payment-methods legend {
  width: 100%;
  margin-bottom: 12px;
  padding-top: 14px;
  border-top: 2px solid #2563c4;
  color: #0b3e7c;
  font-size: 18px;
  font-weight: 800;
}

.osr-payment-methods legend span {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 9px;
  border-radius: 6px;
  background: #2f59bd;
  color: #fff;
  font-size: 12px;
}

.osr-payment-choice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  padding: 14px 16px;
  border: 2px solid #dbe6f7;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.osr-payment-choice:has(input:checked) {
  border-color: #2f59bd;
  background: #eff6ff;
}

.osr-payment-choice input {
  width: 21px;
  height: 21px;
  margin: 0;
  accent-color: #2f59bd;
}

.osr-payment-choice span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.osr-payment-choice strong {
  color: #0b3e7c;
  font-size: 16px;
}

.osr-payment-choice small {
  color: #4b5563;
}

.osr-payment-choice em {
  color: #b45309;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.osr-payment-choice.is-disabled {
  background: #f3f4f6;
  cursor: not-allowed;
  opacity: 0.75;
}

@media (max-width: 600px) {
  .osr-selection-cart-row {
    align-items: stretch;
    flex-direction: column;
  }
  .osr-payment-methods legend {
    font-size: 16px;
  }

  .osr-payment-choice {
    padding: 12px;
  }
}
