/* ======================
   GBP Back Link Widget
   ====================== */
.gbp-back-link {
	display: flex;
	align-items: center;
}

.gbp-back-link__anchor {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #1A1A1A;
	transition: color 0.2s ease;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.gbp-back-link__anchor:hover {
	text-decoration: none;
}

.gbp-back-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gbp-back-link__icon i {
	color: #0097A9;
	font-size: 24px;
	transition: color 0.2s ease;
}

.gbp-back-link__icon svg {
	width: 24px;
	height: 24px;
	fill: #0097A9;
	transition: fill 0.2s ease;
}

.gbp-back-link__icon img {
	width: 24px;
	height: auto;
	display: block;
}

.gbp-back-link__text {
	transition: color 0.2s ease;
}
