/* Oath State Restrictions — product page unavailable panel. */

.osr-unavailable {
	margin: 16px 0 24px;
	padding: 18px 20px;
	border: 1px solid #e0d8c8;
	border-radius: 6px;
	background: #faf7f0;
}

.osr-unavailable__message {
	margin: 0 0 6px;
	font-weight: 600;
	color: #1f1f1f;
}

.osr-unavailable__note {
	margin: 0 0 10px;
	font-size: 0.9em;
	color: #666;
}

.osr-unavailable__switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.osr-unavailable__switcher select {
	max-width: 240px;
}

.osr-unavailable__button {
	white-space: nowrap;
}
