.step-panel .btn-outline-dark { border-width: 1px; }
.step-panel .btn-outline-dark:hover { transform: translateY(-1px); }
.step-panel label.btn { border-radius: 0.85rem; }
.card { border-radius: 1rem; }

.slm-status {
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
}

.slm-status.is-loading { color: #6c757d; background: #f1f3f5; border-color: #dee2e6; }
.slm-status.is-success { color: #0f5132; background: #d1e7dd; border-color: #badbcc; }
.slm-status.is-error { color: #842029; background: #f8d7da; border-color: #f5c2c7; }
.slm-status.is-warning { color: #842029; background: #f8d7da; border-color: #f5c2c7; }

.slm-image-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#timeWindowWrap:not(.d-none),
#destinationWrap:not(.d-none) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#timeWindowWrap > label,
#timeWindowWrap > .form-text,
#destinationWrap > label,
#destinationWrap > .form-text {
  display: block;
  width: 100%;
}

#timeWindowWrap > select,
#destinationWrap > select {
  width: 100%;
}

.booking-intent-card{flex:1;min-width:220px;padding:.55rem;overflow:hidden}.booking-intent-image{display:block;width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:.35rem;margin-bottom:.65rem}.booking-intent-card small{display:block;line-height:1.35;opacity:.8}
.slm-duration-picker{margin:0 1rem 1rem;padding:1rem;border:1px solid #dfcc9c;border-radius:.75rem;background:#fbf7ea}.step-panel #boatsList .slm-duration-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));width:100%!important;gap:.5rem}.step-panel #boatsList .slm-duration-actions .slm-duration-button{display:block!important;width:100%!important;min-width:0!important;background:#c79a3b!important;border:1px solid #b18427!important;color:#fff!important;font-weight:700}.step-panel #boatsList .slm-duration-actions .slm-duration-button:hover,.step-panel #boatsList .slm-duration-actions .slm-duration-button:focus{background:#ad7d21!important;border-color:#956915!important;color:#fff!important}.step-panel #boatsList .slm-duration-actions .slm-duration-button.is-selected{background:#75500e!important;border-color:#75500e!important;box-shadow:0 0 0 .16rem rgba(199,154,59,.3)}
