/* ─── Stopka MBST — układ i typografia ─── */
.mbst-premium-ui #Footer .widgets_wrapper {
	padding: clamp(48px, 6vw, 72px) 0 clamp(32px, 4vw, 48px) !important;
}

.mbst-premium-ui #Footer .widgets_wrapper .container {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(24px, 4vw, 48px);
	align-items: flex-start;
}

.mbst-premium-ui #Footer .widgets_wrapper .column.one-third,
.mbst-premium-ui #Footer .widgets_wrapper .column.two-third {
	width: auto;
	flex: 1 1 260px;
	margin: 0;
	float: none;
}

.mbst-premium-ui #Footer .widgets_wrapper .column.two-third {
	flex: 2 1 360px;
}

.mbst-premium-ui #Footer .widget {
	margin-bottom: 0;
}

/* Nawigacja wskazań */
.mbst-premium-ui #Footer .mbst-footer-nav,
.mbst-premium-ui #Footer .textwidget > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.mbst-premium-ui #Footer .mbst-footer-nav li,
.mbst-premium-ui #Footer .textwidget > ul li {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.mbst-premium-ui #Footer .mbst-footer-nav li::before,
.mbst-premium-ui #Footer .textwidget > ul li::before {
	content: '\203A';
	display: inline-block;
	margin-right: 10px;
	color: var(--mbst-cyan, #54add6);
	font-weight: 700;
}

.mbst-premium-ui #Footer .mbst-footer-nav a,
.mbst-premium-ui #Footer .textwidget > ul a {
	color: rgba(255, 255, 255, 0.92) !important;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.mbst-premium-ui #Footer .mbst-footer-nav a:hover,
.mbst-premium-ui #Footer .textwidget > ul a:hover {
	color: #fff !important;
}

.mbst-premium-ui #Footer .textwidget > ul i {
	display: none;
}

/* Blok kontaktu */
.mbst-premium-ui #Footer .mbst-footer-contact {
	max-width: 520px;
}

.mbst-premium-ui #Footer .mbst-footer-contact p {
	margin: 0 0 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.mbst-premium-ui #Footer .mbst-footer-contact__company {
	font-weight: 700;
	font-size: 16px;
	color: #fff !important;
	margin-bottom: 8px !important;
}

.mbst-premium-ui #Footer .mbst-footer-contact__phones a,
.mbst-premium-ui #Footer .mbst-footer-contact__email a {
	color: var(--mbst-cyan, #54add6) !important;
	text-decoration: none;
	font-weight: 600;
}

.mbst-premium-ui #Footer .mbst-footer-contact__phones a:hover,
.mbst-premium-ui #Footer .mbst-footer-contact__email a:hover {
	color: #fff !important;
}

.mbst-premium-ui #Footer .mbst-footer-contact__krs {
	font-size: 13px;
	opacity: 0.75;
	margin-bottom: 0 !important;
}

/* Pasek copyright */
.mbst-premium-ui #Footer .footer_copy {
	padding: 18px 0 !important;
}

.mbst-premium-ui #Footer .footer_copy .column.one {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 24px;
	text-align: center;
}

.mbst-premium-ui #Footer .footer_copy .copyright {
	order: 1;
	width: 100%;
	font-size: 13px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.72) !important;
	line-height: 1.5;
}

.mbst-premium-ui #Footer .footer_copy .social {
	order: 2;
	margin: 0;
}

.mbst-premium-ui #Footer .footer_copy #back_to_top {
	order: 0;
	position: static !important;
	margin: 0;
	opacity: 0.85;
}

.mbst-premium-ui #Footer .footer_copy .social li a {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease;
}

.mbst-premium-ui #Footer .footer_copy .social li a:hover {
	background: var(--mbst-cyan, #54add6);
	color: #fff !important;
}

@media (max-width: 767px) {
	.mbst-premium-ui #Footer .widgets_wrapper .container {
		flex-direction: column;
	}

	.mbst-premium-ui #Footer .widgets_wrapper .column.one-third,
	.mbst-premium-ui #Footer .widgets_wrapper .column.two-third {
		flex-basis: 100%;
		width: 100%;
	}
}
