/* LBBC v23 — modern editorial university footer. Homepage styling remains unchanged. */
body .lbbc-efooter {
	position: relative;
	padding: 0 !important;
	border: 0 !important;
	background: #010936 !important;
	color: #d7dced;
}

body .lbbc-efooter::before {
	display: block;
	width: 100%;
	height: 4px;
	background: #b72a2f;
	content: "";
}

body .lbbc-efooter__mast {
	display: flex;
	min-height: 106px;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	padding: 24px 0;
	border-bottom: 1px solid rgba(255,255,255,.17);
}

body .lbbc-efooter__mast p {
	margin: 0;
	color: #cbd2e7;
	font-size: .79rem;
	line-height: 1.55;
}

body .lbbc-efooter__mast p span {
	display: block;
	margin-bottom: 5px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.55rem;
	font-weight: 700;
}

body .lbbc-efooter__mast > a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	gap: 22px;
	padding: 0 22px;
	border: 1px solid rgba(255,255,255,.72);
	color: #fff !important;
	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .055em;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color .2s ease, background-color .2s ease;
}

body .lbbc-efooter__mast > a:hover { border-color: #b72a2f; background: #b72a2f; }
body .lbbc-efooter__mast > a span { font-size: 1rem; }

body .lbbc-efooter__grid {
	display: grid;
	grid-template-columns: minmax(245px, 1.35fr) repeat(3, minmax(135px, .72fr)) minmax(245px, 1.15fr) !important;
	gap: clamp(28px, 3vw, 58px) !important;
	padding: 42px 0 38px;
}

body .lbbc-efooter__logo {
	display: inline-flex;
	align-items: center;
	padding: 11px 15px;
	background: #fff;
}

body .lbbc-efooter__logo img {
	width: 190px;
	max-height: 61px;
	filter: none !important;
	object-fit: contain;
	object-position: left center;
}

body .lbbc-efooter__brand-text {
	max-width: 310px;
	margin: 18px 0 0;
	color: #c4cade;
	font-size: .73rem !important;
	line-height: 1.7 !important;
}

body .lbbc-efooter__social {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 16px;
	margin-top: 20px;
}

body .lbbc-efooter__social a {
	width: auto !important;
	height: auto !important;
	padding: 0 0 4px;
	border: 0 !important;
	border-bottom: 1px solid rgba(255,255,255,.32) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: .62rem !important;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: none !important;
}

body .lbbc-efooter__column h3,
body .lbbc-efooter__newsletter h3 {
	position: relative;
	margin: 0 0 19px;
	padding-bottom: 12px;
	color: #fff;
	font: 700 .78rem/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: .045em;
	text-transform: uppercase;
}

body .lbbc-efooter__column h3::after,
body .lbbc-efooter__newsletter h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 2px;
	background: #b72a2f;
	content: "";
}

body .lbbc-efooter__column p { margin: 0; }
body .lbbc-efooter__column a {
	display: inline-block;
	padding: 3px 0;
	color: #cbd1e4 !important;
	font-size: .69rem !important;
	line-height: 1.55 !important;
	text-decoration: none;
}
body .lbbc-efooter__column a:hover { color: #fff !important; transform: translateX(3px); }

body .lbbc-efooter__newsletter {
	align-self: start;
	padding: 25px;
	border: 1px solid rgba(255,255,255,.15);
	background: rgba(255,255,255,.045);
}
body .lbbc-efooter__newsletter p { margin: 0 0 17px; color: #cbd1e4; font-size: .69rem; line-height: 1.6; }
body .lbbc-efooter__newsletter form { display: grid; grid-template-columns: 1fr auto; }
body .lbbc-efooter__newsletter input {
	min-width: 0;
	min-height: 42px;
	padding: 0 13px;
	border: 1px solid rgba(255,255,255,.28);
	border-right: 0;
	background: rgba(0,0,0,.12);
	color: #fff;
	font-size: .68rem;
}
body .lbbc-efooter__newsletter button {
	min-height: 42px;
	padding: 0 17px;
	border: 1px solid #b72a2f;
	background: #b72a2f;
	color: #fff;
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body .lbbc-efooter__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 !important;
	padding: 18px 0 22px !important;
	border-top: 1px solid rgba(255,255,255,.15) !important;
}
body .lbbc-efooter__bottom p { margin: 0; }
body .lbbc-efooter__bottom p,
body .lbbc-efooter__bottom a { color: #9fa8c4 !important; font-size: .6rem !important; }

@media (max-width: 1100px) {
	body .lbbc-efooter__grid { grid-template-columns: 1.2fr repeat(2, 1fr) !important; }
	body .lbbc-efooter__newsletter { grid-column: span 2; }
}

@media (max-width: 700px) {
	body .lbbc-efooter__mast { align-items: flex-start; flex-direction: column; }
	body .lbbc-efooter__grid { grid-template-columns: 1fr 1fr !important; }
	body .lbbc-efooter__identity,
	body .lbbc-efooter__newsletter { grid-column: 1 / -1; }
	body .lbbc-efooter__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
	body .lbbc-efooter__grid { grid-template-columns: 1fr !important; }
	body .lbbc-efooter__newsletter { grid-column: auto; }
	body .lbbc-efooter__newsletter form { grid-template-columns: 1fr; }
	body .lbbc-efooter__newsletter input { border-right: 1px solid rgba(255,255,255,.28); }
}
