/* Sea Me Again unavailable-tour presentation. */

.sma-stock-notice {
	margin: 0 0 28px;
	padding: 26px 28px;
	border: 1px solid #f2c8c3;
	border-left: 5px solid #c53c32;
	border-radius: 12px;
	background: #fff8f7;
	box-shadow: 0 8px 24px rgba(52, 33, 31, 0.08);
}

.sma-stock-notice__badge {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 11px;
	border-radius: 999px;
	background: #c53c32;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

html[lang^="zh"] .sma-stock-notice__badge {
	letter-spacing: 0;
	text-transform: none;
}

.sma-stock-notice__title {
	margin: 0 0 10px;
	color: #2d2a29;
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.25;
}

.sma-stock-notice__message {
	margin: 0;
	color: #5d5653;
	font-size: 16px;
	line-height: 1.65;
}

body.sma-out-of-stock-product .product.outofstock .ova-forms-product > .price-product,
body.sma-out-of-stock-product .product.outofstock .ova-forms-product > .logo,
body.sma-out-of-stock-product .product.outofstock .ova-forms-product > .tabs,
body.sma-out-of-stock-product .product.outofstock .ova-forms-product > .forms-wrapper,
body.sma-out-of-stock-product .product.outofstock .ova-booking-form,
body.sma-out-of-stock-product .product.outofstock #booking-form,
body.sma-out-of-stock-product .product.outofstock form.booking-form {
	display: none !important;
}

body.sma-out-of-stock-product .ova-forms-product .sma-stock-notice {
	margin: 0;
	border-left-width: 1px;
	box-shadow: none;
}

/*
 * TripGo 1.6.4 nests the price, tabs and form inside .forms-wrapper. Hiding
 * that wrapper prevents its positioned white booking card from covering the
 * unavailable notice, particularly when Chinese text wraps differently.
 */
body.sma-out-of-stock-product .product.outofstock .ova-forms-product {
	overflow: visible;
}

.ova-product.outofstock .ova_head_product {
	position: relative;
}

.ova-product.outofstock .ova_head_product::after {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 6;
	max-width: calc(100% - 28px);
	padding: 7px 12px;
	border-radius: 999px;
	background: #c53c32;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
	color: #fff;
	content: "Temporarily Unavailable";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.25;
	text-transform: uppercase;
}

html[lang^="zh"] .ova-product.outofstock .ova_head_product::after {
	content: "暂时停止预订";
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 767px) {
	.sma-stock-notice {
		margin-bottom: 20px;
		padding: 20px;
	}

	.sma-stock-notice__title {
		font-size: 22px;
	}
}
