/**
 * Shortcode [sanus] — dane kontaktowe.
 */

.sanus-contact {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	vertical-align: middle;
	line-height: 1.45;
	color: inherit;
	text-decoration: none;

}

.sanus-contact__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 16px;
	height: 16px;
}

.sanus-contact__icon svg {
	display: block;
}

.sanus-contact__label {
	flex: 0 0 auto;
	color: #A68142;
	font-weight: 600;
}

.sanus-contact__value {
	color: inherit;
	text-decoration: none;
	word-break: break-word;
}

a.sanus-contact__value:hover,
a.sanus-contact:hover .sanus-contact__value {
	
}

.sanus-contact--icon-only {
	align-items: center;
}

.sanus-contact--icon-only .sanus-contact__icon {
	margin-top: 0;
}

.sanus-contact--address .sanus-contact__value,
.sanus-contact--address_full .sanus-contact__value,
.sanus-contact--hours .sanus-contact__value {
	display: inline-block;
}

/* Górny pasek kontaktowy */
.top-bar {
	width: 100%;
	background: var(--black);
	color: var(--white);
	font-size: 14px;
	line-height: 1.35;
}

.top-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 42px;
	padding-top: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
}

.top-bar__left,
.top-bar__right,
.top-bar__social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.top-bar__left {
	gap: clamp(15px, 3vw, 80px);
	min-width: 0;
}

.top-bar__right {
	gap: 12px;
	flex: 0 0 auto;
}

.top-bar__social {
	gap: 10px;
}

.top-bar__follow {
	white-space: nowrap;
	color: var(--white);
}

.top-bar .sanus-contact {
	align-items: center;
	color: var(--white);
	gap: 8px;
}

.top-bar .sanus-contact__icon {
	margin-top: 0;
}

.top-bar .sanus-contact__value,
.top-bar a.sanus-contact__value,
.top-bar a.sanus-contact {
	color: var(--white);
}

.top-bar a.sanus-contact__value:hover,
.top-bar a.sanus-contact:hover {
	color: var(--gold);
	text-decoration: none;
}

.top-bar .sanus-contact--address .sanus-contact__value {
	display: inline;
}

@media screen and (max-width: 1000px) {
	.top-bar__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.top-bar__left {
		gap: 12px 18px;
	}

	.top-bar__right {
		width: 100%;
		justify-content: flex-start;
	}
}
