/* =========================================================================
 * B11 — Google "Preferred Sources" CTA — CENTRIRAN ISPOD socijalnih ikona,
 * unutar tamnog footera. + Socijalne ikone malo povećane.
 * Diskretan svijetli gumb na tamnoj podlozi; brand zelena #316747 na hoveru.
 * ========================================================================= */

/* ---- Google CTA: centriran ispod socijalnih ikona ---- */
.blato-b11-cta {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 2px;
	padding: 0 15px;
	text-align: center;
}

.blato-b11-cta__link {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	max-width: 100%;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	background: transparent;
	color: #e9e9e9;
	font-size: 13.5px;
	line-height: 1.3;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blato-b11-cta__link:hover,
.blato-b11-cta__link:focus {
	background: #316747;
	border-color: #316747;
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.blato-b11-cta__link:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}

.blato-b11-cta__icon {
	flex: 0 0 auto;
	margin-right: 8px;
	font-size: 14px;
	line-height: 1;
}

.blato-b11-cta__text {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* ---- Socijalne ikone u footeru — malo veće ---- */
.site-footer .socials li a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
}
.site-footer .socials li a .fa,
.site-footer .socials li a i {
	font-size: 18px;
	line-height: inherit;
	vertical-align: middle;
}

/* ---- Mobitel: veći tap target ---- */
@media (max-width: 767px) {
	.blato-b11-cta {
		margin: 8px 0 4px;
	}
	.blato-b11-cta__link {
		min-height: 44px;
		padding: 10px 16px;
		font-size: 13px;
	}
}
