.sr-booking-widget,
.sr-my-bookings {
	max-width: 560px;
	font-family: inherit;
}

.sr-field {
	margin-bottom: 16px;
}

.sr-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.sr-field select,
.sr-field input[type="date"],
.sr-field textarea {
	width: 100%;
	max-width: 320px;
	padding: 8px 10px;
	border: 1px solid #ccd0d5;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.sr-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sr-slot {
	padding: 8px 12px;
	border: 1px solid #ccd0d5;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
}

.sr-slot:hover {
	border-color: #2271b1;
}

.sr-slot.is-selected {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.sr-hint {
	color: #6b7280;
	font-size: 14px;
	margin: 0;
}

.sr-button {
	background: #2271b1;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}

.sr-button:disabled {
	background: #9ca3af;
	cursor: not-allowed;
}

.sr-message {
	margin-top: 12px;
	font-size: 14px;
}

.sr-message.is-success {
	color: #0a7d33;
	font-weight: 600;
}

.sr-login-required {
	padding: 12px 16px;
	background: #fef3cd;
	border: 1px solid #fbe4a1;
	border-radius: 4px;
}

.sr-table {
	width: 100%;
	border-collapse: collapse;
}

.sr-table th,
.sr-table td {
	text-align: left;
	padding: 8px 12px;
	border-bottom: 1px solid #e5e7eb;
}

.sr-cancel-btn {
	background: #fff;
	border: 1px solid #d33;
	color: #d33;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
}

.sr-cancel-btn:hover {
	background: #d33;
	color: #fff;
}
