@charset "UTF-8";

/* Společné prvky Google AdSense a správy souhlasu pro celý web. */

.google-advertising {
	width: min(1180px, calc(100% - 40px));
	margin: 52px auto 20px;
}

.google-advertising[hidden] {
	display: none;
}

.google-advertising__inner {
	min-height: 120px;
	padding: 12px;
	border: 1px solid rgba(31, 95, 58, .16);
	border-radius: 18px;
	background: rgba(255, 255, 255, .74);
}

.google-advertising__label {
	margin-bottom: 8px;
	color: #607068;
	font-size: 12px;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.footer-cookie-settings {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 3px;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-weight: 600;
	line-height: inherit;
	text-align: left;
	cursor: pointer;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
	color: #ffd267;
}

.footer-cookie-settings[aria-busy="true"] {
	cursor: wait;
	opacity: .72;
}

.site-footer .footer-inner {
	display: block;
}

.footer-consent-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px 28px;
}

.footer-consent-row .footer-note {
	min-width: 0;
	max-width: none;
	margin: 0;
}

.footer-consent-row .footer-links,
.footer-consent-row .footer-links-static {
	flex: 0 0 auto;
}

.footer-copyright {
	margin-top: 14px;
}

.footer-links-static {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 18px;
}

.footer-links-static a {
	color: #fff;
	font-weight: 600;
}

@media (max-width: 980px) {
	.footer-consent-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-links,
	.footer-links-static {
		justify-content: flex-start;
	}
}

@media (max-width: 620px) {
	.google-advertising {
		width: calc(100% - 32px);
		margin-top: 38px;
	}

	.footer-links-static {
		justify-content: flex-start;
	}
}

@media print {
	.google-advertising,
	.footer-cookie-settings {
		display: none !important;
	}
}
