/**
 * MOS Accidental Protection — cart and checkout styles (scoped).
 */

.mos-protection-panel {
	margin: 10px 0 4px;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.015);
	max-width: 460px;
}

.mos-protection-panel.is-busy {
	opacity: 0.6;
	pointer-events: none;
}

.mos-protection-panel__title {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mos-protection-panel__intro {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.5;
	opacity: 0.85;
}

.mos-protection-panel__unavailable {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
}

.mos-protection-panel__options {
	margin: 0;
	padding: 0;
	border: 0;
}

.mos-protection-option {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
}

.mos-protection-option:last-child {
	margin-bottom: 0;
}

.mos-protection-option input[type="radio"] {
	margin: 2px 0 0;
	flex: 0 0 auto;
}

.mos-protection-option__label {
	display: inline-block;
}

.mos-protection-option__price {
	white-space: nowrap;
	font-weight: 600;
}

.mos-protection-panel__terms {
	margin: 8px 0 0;
	font-size: 12px;
}

.mos-protection-panel__terms a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mos-protection-notice {
	margin: 0 0 8px;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 4px;
}

@media screen and (max-width: 480px) {
	.mos-protection-panel {
		max-width: none;
	}

	.mos-protection-option__price {
		display: block;
		white-space: normal;
	}
}
