/**
 * Floating OneTrust “Cookie settings” — class ot-sdk-show-settings is bound by OneTrust.
 */
.subaru-onetrust-floating-prefs {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 2147483000;
	margin: 0;
	padding: 0.65rem 1rem;
	border: 2px solid #00a0dc !important;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	background-color: #083879;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.subaru-onetrust-floating-prefs:hover,
.subaru-onetrust-floating-prefs:focus {
	background-color: #062d5c;
	color: #fff;
	outline: 2px solid #00a0dc;
	outline-offset: 2px;
}

.subaru-onetrust-floating-prefs__label {
	pointer-events: none;
}

@media screen and (max-width: 720px) {
	.subaru-onetrust-floating-prefs {
		right: 0.75rem;
		bottom: 0.75rem;
		font-size: 0.8125rem;
		padding: 0.55rem 0.85rem;
	}
}
