.pbd-footer-bar {
	padding: 28px 0 24px;
	overflow: hidden;
}

.pbd-footer-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.pbd-footer-bar__nav {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.pbd-footer-bar__social {
	flex: 0 0 auto;
	margin-left: auto;
}

.pbd-footer__menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pbd-footer__menu > li {
	margin: 0;
	padding: 0;
}

.pbd-footer__menu > li > a,
.pbd-footer__menu .menu-link {
	display: inline-block;
	color: #ffffff;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: text-decoration 0.2s ease;
}

.pbd-footer__menu > li > a:hover,
.pbd-footer__menu > li > a:focus,
.pbd-footer__menu .menu-link:hover,
.pbd-footer__menu .menu-link:focus {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.pbd-footer__social-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}

.pbd-footer__social-label {
	margin: 0;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pbd-footer__social-list {
	display: flex;
	align-items: center;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pbd-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pbd-footer__social-link:hover,
.pbd-footer__social-link:focus {
	background: #0066cc;
	color: #ffffff;
	transform: translateY(-1px);
}

.pbd-footer__social-link--facebook:hover,
.pbd-footer__social-link--facebook:focus {
	background: #1877f2;
}

.pbd-footer__social-link--youtube:hover,
.pbd-footer__social-link--youtube:focus {
	background: #ff0000;
}

.pbd-footer__social-link--instagram:hover,
.pbd-footer__social-link--instagram:focus {
	background: #e4405f;
}

/* Align copyright below the custom bar */
.site-below-footer-wrap .ast-footer-copyright {
	text-align: left;
}

.site-below-footer-wrap .ast-footer-copyright p {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 921px) {
	.pbd-footer-bar__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.pbd-footer-bar__social {
		width: 100%;
		margin-left: 0;
	}

	.pbd-footer__social-wrap {
		align-items: flex-start;
	}
}

@media (max-width: 544px) {
	.pbd-footer__menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}
