/* Ocewyn Dive Booking — public styles */

.ocewyn-schedule-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}
.ocewyn-schedule-table th,
.ocewyn-schedule-table td {
	padding: 14px 12px;
	border-bottom: 1px solid #e5eaef;
	text-align: left;
	vertical-align: middle;
}
.ocewyn-schedule-table thead th {
	background: #0a3d62;
	color: #fff;
	font-weight: 600;
}
.ocewyn-schedule-table tbody tr:hover { background: #f7fafc; }

.ocewyn-btn {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 6px;
	border: 1px solid transparent;
	background: #fff;
	color: #0a3d62;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background .15s, color .15s, border-color .15s;
}
.ocewyn-btn:hover { background: #eef3f7; }
.ocewyn-btn-primary { background: #0a3d62; color: #fff; border-color: #0a3d62; }
.ocewyn-btn-primary:hover { background: #103e75; color: #fff; }
.ocewyn-btn-secondary { background: #fff; border-color: #cfd8e0; }
.ocewyn-btn[disabled] { opacity: .55; cursor: not-allowed; }

.ocewyn-yacht-specs table { width: 100%; border-collapse: collapse; margin: 1em 0; }
.ocewyn-yacht-specs th,
.ocewyn-yacht-specs td { padding: 10px 12px; border-bottom: 1px solid #eef2f5; text-align: left; }
.ocewyn-yacht-specs th { width: 40%; color: #5b6b78; font-weight: 600; }

.ocewyn-itinerary { display: grid; gap: 14px; }
.ocewyn-day {
	background: #f7fafc;
	border-left: 4px solid #0a3d62;
	padding: 14px 18px;
	border-radius: 4px;
}
.ocewyn-day h4 { margin: 0 0 6px; }
.ocewyn-included { columns: 2; padding-left: 18px; }

/* Booking flow */
.ocewyn-booking {
	max-width: 880px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e5eaef;
	border-radius: 14px;
	padding: 28px;
	box-shadow: 0 8px 30px rgba(10, 61, 98, .06);
}
.ocewyn-stepper ol {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	flex-wrap: wrap;
}
.ocewyn-stepper li {
	flex: 1;
	min-width: 90px;
	text-align: center;
	padding: 10px 4px;
	font-size: 13px;
	color: #94a3af;
	border-bottom: 3px solid #e5eaef;
}
.ocewyn-stepper li.active {
	color: #0a3d62;
	border-color: #0a3d62;
	font-weight: 700;
}
.ocewyn-step h2 { margin-top: 0; }
.ocewyn-step-actions {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 24px;
}
.ocewyn-help { color: #5b6b78; font-size: 14px; }

.ocewyn-card-header {
	background: #f7fafc;
	border-radius: 10px;
	padding: 18px 20px;
	margin-bottom: 18px;
}
.ocewyn-card-header h3 { margin: 0 0 8px; }

.ocewyn-cabin-card {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px;
	border: 1px solid #e5eaef;
	border-radius: 10px;
	margin-bottom: 12px;
	cursor: pointer;
	transition: border-color .15s, box-shadow .15s;
}
.ocewyn-cabin-card:hover { border-color: #0a3d62; }
.ocewyn-cabin-card input { margin-top: 4px; }
.ocewyn-cabin-card.is-disabled { opacity: .5; cursor: not-allowed; }
.ocewyn-cabin-body h4 { margin: 0 0 6px; }
.ocewyn-cabin-meta { color: #5b6b78; font-size: 13px; margin: 4px 0; }
.ocewyn-cabin-price { font-weight: 700; color: #0a3d62; margin: 6px 0 0; }

.ocewyn-extras-list { display: grid; gap: 8px; margin-bottom: 18px; }
.ocewyn-extra-row {
	display: grid;
	grid-template-columns: 28px 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	border: 1px solid #e5eaef;
	border-radius: 8px;
	cursor: pointer;
}
.ocewyn-extra-row small { display: block; color: #5b6b78; font-size: 12px; margin-top: 2px; }
.ocewyn-extra-price { font-weight: 700; color: #0a3d62; white-space: nowrap; }

.ocewyn-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 20px;
}
.ocewyn-grid label {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #5b6b78;
	font-weight: 600;
}
.ocewyn-grid input,
.ocewyn-grid select {
	margin-top: 4px;
	padding: 10px 12px;
	border: 1px solid #cfd8e0;
	border-radius: 6px;
	font-size: 15px;
}

.ocewyn-summary-card {
	background: #f7fafc;
	border-radius: 10px;
	padding: 18px 20px;
}
.ocewyn-totals { width: 100%; margin-top: 14px; border-collapse: collapse; }
.ocewyn-totals td { padding: 8px 0; border-bottom: 1px solid #e5eaef; }
.ocewyn-totals td:last-child { text-align: right; }
.ocewyn-grand td { font-size: 18px; font-weight: 700; color: #0a3d62; border-bottom: none; }

.ocewyn-gateway-picker { margin: 20px 0; display: flex; gap: 16px; flex-wrap: wrap; }
.ocewyn-gateway-picker label {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid #cfd8e0;
	border-radius: 8px;
	cursor: pointer;
}
#ocewyn-stripe-card { padding: 14px; border: 1px solid #cfd8e0; border-radius: 8px; min-height: 90px; }
.ocewyn-pay-error { color: #c0392b; margin-top: 10px; font-weight: 600; }

/* Account */
.ocewyn-account { max-width: 880px; margin: 0 auto; }
.ocewyn-account-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.ocewyn-account-section {
	background: #fff;
	border: 1px solid #e5eaef;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 18px;
}
.ocewyn-account-bookings { width: 100%; border-collapse: collapse; }
.ocewyn-account-bookings th,
.ocewyn-account-bookings td { padding: 12px; border-bottom: 1px solid #eef2f5; text-align: left; }
.ocewyn-notice {
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 14px;
}
.ocewyn-notice-success { background: #e8f6ec; color: #1e6a32; }
.ocewyn-login-box { max-width: 400px; }

@media (max-width: 640px) {
	.ocewyn-grid { grid-template-columns: 1fr; }
	.ocewyn-stepper li { font-size: 11px; min-width: 60px; }
	.ocewyn-included { columns: 1; }
}
