.tae-em-account-error {
	border: 3px solid #b42318;
	background: #fff4f2;
	color: #7a271a;
	padding: 1rem;
	box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.12);
}

.tae-em-account-error:focus {
	outline: 3px solid #101828;
	outline-offset: 3px;
}

.tae-em-account-error-actions {
	display: flex;
	gap: .75rem;
	margin: .75rem 0 0;
}

.tae-em-account-error-actions a {
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
}

.tae-em-basket-conflict-error {
	border: 4px solid #b42318;
	background: #fff4f2;
	color: #7a271a;
	padding: 1.25rem;
	font-size: 1.125rem;
	font-weight: 700;
}

.tae-em-conflict-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(16, 24, 40, .72);
}

.tae-em-conflict-dialog {
	width: min(42rem, 100%);
	padding: 2rem;
	border: 5px solid #b42318;
	background: #fff;
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .35);
}

.tae-em-conflict-dialog h2 {
	margin: 0 0 1rem;
	color: #b42318;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.tae-em-conflict-dialog p {
	font-size: 1.1rem;
}

.tae-em-conflict-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 1.5rem;
}

.tae-em-conflict-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: .75rem 1.25rem;
	border: 2px solid #263746;
	border-radius: 3px;
	background: #fff;
	color: #263746;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.tae-em-conflict-actions .button-primary {
	border-color: #b42318;
	background: #b42318;
	color: #fff;
}

.tae-em-conflict-actions .button:hover,
.tae-em-conflict-actions .button:focus {
	border-color: #101828;
	background: #101828;
	color: #fff;
	text-decoration: none;
}

.tae-em-conflict-actions .button:focus-visible {
	outline: 3px solid #fdb022;
	outline-offset: 3px;
}

@media (max-width: 600px) {
	.tae-em-conflict-actions .button { width: 100%; }
}
