/**
 * Cart / checkout notice — light panel, orange top bar, left icon (warning style)
 */

.oceaniclink-checkout-message--warning {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 1.5em;
	padding: 16px 20px 18px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-top: 4px solid #ffc714;
	border-radius: 0;
	color: #424242;
	font-size: 15px;
	line-height: 1.55;
	clear: both;
	box-shadow: none;
}

/* Left marker: outlined square with small solid centre (orange warning) */
.oceaniclink-checkout-message--warning::before {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	box-sizing: border-box;
	border: 2px solid #ffc714;
	border-radius: 1px;
	background: linear-gradient(#ffc714, #ffc714) center / 6px 6px no-repeat;
}

.oceaniclink-checkout-message--warning p {
	margin: 0 0 0.75em;
}

.oceaniclink-checkout-message--warning p:last-child {
	margin-bottom: 0;
}

.oceaniclink-checkout-message--warning a {
	color: #bf360c;
	font-weight: 600;
	text-decoration: underline;
}

.oceaniclink-checkout-message--warning a:hover,
.oceaniclink-checkout-message--warning a:focus {
	color: #ffc714;
}

.oceaniclink-checkout-message--warning strong {
	color: #333;
}
