/* Cookie consent — overrides global button:hover !important rules. */

.st-cookie-consent {
	font-family: 'Myriad Pro', sans-serif;
}

body:has(#st-cookie-consent:not(.is-decided) .st-cookie-banner:not([hidden])) {
	padding-bottom: 11rem;
}

@media (max-width: 760px) {
	body:has(#st-cookie-consent:not(.is-decided) .st-cookie-banner:not([hidden])) {
		padding-bottom: 18rem;
	}
}

.st-cookie-banner[hidden],
.st-cookie-reopen[hidden],
.st-cookie-customize[hidden] {
	display: none !important;
}

.st-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000;
	background: #1e1e1e;
	color: #d8d8d8;
	border-top: 1px solid #474747;
	padding: 1.15rem 1.25rem 1.35rem;
	box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.35);
}

.st-cookie-banner__inner {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.st-cookie-banner__copy {
	flex: 1 1 28rem;
	min-width: 0;
}

.st-cookie-banner__lang {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0.45rem;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	color: #8a8a8a;
}

.st-cookie-consent .st-cookie-lang {
	background: transparent !important;
	border: 0 !important;
	color: #8a8a8a !important;
	padding: 0 !important;
	min-height: 0 !important;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	cursor: pointer;
}

.st-cookie-consent .st-cookie-lang[aria-pressed="true"],
.st-cookie-consent .st-cookie-lang:hover,
.st-cookie-consent .st-cookie-lang:focus-visible {
	background: transparent !important;
	color: #fccb00 !important;
}

.st-cookie-title {
	margin: 0 0 0.4rem;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.st-cookie-text {
	margin: 0;
	display: inline;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #c8c8c8;
}

.st-cookie-consent .st-cookie-policy {
	color: #fccb00 !important;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	font-size: 0.92rem;
}

.st-cookie-consent .st-cookie-policy:hover,
.st-cookie-consent .st-cookie-policy:focus-visible {
	color: #fff !important;
}

.st-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: flex-end;
	flex: 0 1 auto;
}

.st-cookie-consent .st-cookie-btn {
	margin: 0;
	min-height: 44px;
	padding: 0.55rem 1.1rem !important;
	border-radius: 5px !important;
	border: 1px solid #fccb00 !important;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.st-cookie-consent .st-cookie-btn--accept {
	background: #fccb00 !important;
	color: #1e1e1e !important;
}

.st-cookie-consent .st-cookie-btn--accept:hover,
.st-cookie-consent .st-cookie-btn--accept:focus-visible {
	background: #e0b400 !important;
	color: #1e1e1e !important;
}

.st-cookie-consent .st-cookie-btn--refuse {
	background: #323232 !important;
	border-color: #474747 !important;
	color: #fff !important;
}

.st-cookie-consent .st-cookie-btn--refuse:hover,
.st-cookie-consent .st-cookie-btn--refuse:focus-visible {
	background: #3d3d3d !important;
	color: #fccb00 !important;
}

.st-cookie-consent .st-cookie-btn--customize,
.st-cookie-consent .st-cookie-btn--save {
	background: #323232 !important;
	border-color: #474747 !important;
	color: #fff !important;
}

.st-cookie-consent .st-cookie-btn--customize:hover,
.st-cookie-consent .st-cookie-btn--customize:focus-visible,
.st-cookie-consent .st-cookie-btn--save:hover,
.st-cookie-consent .st-cookie-btn--save:focus-visible {
	background: #3d3d3d !important;
	color: #fccb00 !important;
}

.st-cookie-customize {
	max-width: 1120px;
	margin: 1rem auto 0;
	display: grid;
	gap: 0.65rem;
	padding-top: 0.85rem;
	border-top: 1px solid #474747;
}

.st-cookie-option {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	margin: 0;
	color: #c8c8c8;
	cursor: pointer;
}

.st-cookie-option input {
	margin-top: 0.3rem;
	accent-color: #fccb00;
}

.st-cookie-option strong {
	display: block;
	color: #fff;
	font-size: 0.88rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.st-cookie-option span span {
	display: block;
	font-size: 0.82rem;
	line-height: 1.35;
	color: #9a9a9a;
}

.st-cookie-consent .st-cookie-btn--save {
	justify-self: end;
	width: fit-content;
}

.st-cookie-reopen {
	position: fixed;
	left: 14px;
	bottom: 14px;
	z-index: 999990;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	padding: 0.45rem 0.75rem !important;
	border-radius: 999px !important;
	border: 1px solid #474747 !important;
	background: #1e1e1e !important;
	color: #fccb00 !important;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.st-cookie-consent .st-cookie-reopen:hover,
.st-cookie-consent .st-cookie-reopen:focus-visible {
	background: #323232 !important;
	color: #fccb00 !important;
}

.st-cookie-reopen__icon {
	display: flex;
}

@media (max-width: 760px) {
	.st-cookie-banner {
		padding: 1rem 0.9rem 1.1rem;
	}

	.st-cookie-banner__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 0.9rem;
	}

	.st-cookie-banner__actions {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: stretch;
		gap: 0.55rem;
	}

	.st-cookie-consent .st-cookie-btn {
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
	}

	.st-cookie-consent .st-cookie-btn--customize,
	.st-cookie-consent .st-cookie-btn--save {
		flex: 0 0 auto;
		width: 100%;
	}

	.st-cookie-consent .st-cookie-btn--save {
		justify-self: stretch;
	}

	.st-cookie-reopen__label {
		display: none;
	}

	.st-cookie-reopen {
		padding: 0.55rem !important;
		border-radius: 50% !important;
	}
}
