/**
 * Pasek kontaktowy [bb_contact_bar] + lewa kolumna modala #bbContactPopup
 */

.bb-contact-bar {
	margin: 1.25rem 0;
}

.bb-contact-bar__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	gap: clamp(1rem, 4vw, 3rem);
}

.bb-contact-bar__item {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.35rem 0;
	color: #505050;
	text-decoration: none;
	font: inherit;
	background: none;
	border: none;
	cursor: pointer;
}

.bb-contact-bar__item:hover,
.bb-contact-bar__item:focus-visible {
	color: #3d3d3d;
}

/* „Zadaj pytanie” to <button> — bez globalnego tła/cienia motywu przy hover */
.bb-contact-bar__item--btn:hover,
.bb-contact-bar__item--btn:focus,
.bb-contact-bar__item--btn:active {
	background: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

/* Ikony JPG (tel.jpg, mail.jpg, q.jpg) */
.bb-contact-bar__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	line-height: 0;
}

.bb-contact-bar__icon-img {
	display: block;
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.bb-contact-bar__label {
	text-decoration: underline;
	text-decoration-color: #c4cd26;

}

.bb-contact-popup__kicker {
	margin: 0 0 1rem;
	color: #c4cd26;
	font-size: clamp(1.1rem, 2.5vw, 1.35rem);
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
}

.bb-contact-popup__intro {
	margin: 0 0 1.25rem;
	color: #505050;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.bb-contact-popup__logo {
	padding-top: 0.5rem;
	text-align: center;
}

.bb-contact-popup__logo-img {
	max-width: 310px;
	width: 100%;
	height: auto;
}
