/**
 * MIE red marketing footer — student dashboard + Test Series ([ielts_test_categories]) pages.
 */

body:has(.ielts-student-dashboard) #colophon,
body.ielts-student-dashboard-page #colophon,
body.ielts-mie-marketing-footer #colophon {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	flex-basis: auto !important;
	min-height: 0 !important;
	background-color: #e30303;
	color: #fff;
}

body:has(.ielts-student-dashboard) .elementor-location-footer,
body.ielts-student-dashboard-page .elementor-location-footer,
body.ielts-mie-marketing-footer .elementor-location-footer {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	background-color: #e30303;
}

body:has(.ielts-student-dashboard) .ielts-mie-site-footer,
body.ielts-student-dashboard-page .ielts-mie-site-footer,
body.ielts-mie-marketing-footer .ielts-mie-site-footer {
	background-color: #e30303;
	color: #fff;
	background-image: none !important;
}

.ielts-mie-site-footer .ielts-mie-footer-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 1rem;
	box-sizing: border-box;
}

.ielts-mie-site-footer .ielts-mie-footer-grid {
	display: grid;
	gap: 2rem;
	margin-bottom: 2rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.ielts-mie-site-footer .ielts-mie-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.ielts-mie-site-footer .ielts-mie-footer-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.ielts-mie-site-footer .ielts-mie-footer-brand {
		grid-column: span 2;
	}
}

.ielts-mie-site-footer .ielts-mie-footer-brand-head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.ielts-mie-site-footer .ielts-mie-footer-logo {
	height: 4rem;
	width: auto;
	display: block;
}

.ielts-mie-site-footer .ielts-mie-footer-tagline {
	margin: 0 0 1rem;
	max-width: 28rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	line-height: 1.55;
}

.ielts-mie-site-footer .ielts-mie-footer-contact {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.ielts-mie-site-footer .ielts-mie-footer-contact-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.9);
}

.ielts-mie-site-footer .ielts-mie-footer-contact-row svg {
	flex-shrink: 0;
	opacity: 0.9;
}

.ielts-mie-site-footer .ielts-mie-footer-col h3 {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}

.ielts-mie-site-footer .ielts-mie-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.ielts-mie-site-footer .ielts-mie-footer-col a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.15s ease;
}

.ielts-mie-site-footer .ielts-mie-footer-col a:hover,
.ielts-mie-site-footer .ielts-mie-footer-col a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.ielts-mie-site-footer .ielts-mie-footer-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 640px) {
	.ielts-mie-site-footer .ielts-mie-footer-bar {
		flex-direction: row;
		align-items: center;
	}

	.ielts-mie-site-footer .ielts-mie-footer-bar-copy {
		margin-bottom: 0;
	}
}

.ielts-mie-site-footer .ielts-mie-footer-bar-copy {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.88);
	text-align: center;
}

.ielts-mie-site-footer .ielts-mie-footer-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
}

.ielts-mie-site-footer .ielts-mie-footer-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.375rem;
	color: rgba(255, 255, 255, 0.82);
	transition: color 0.15s ease, background-color 0.15s ease;
}

.ielts-mie-site-footer .ielts-mie-footer-social:hover,
.ielts-mie-site-footer .ielts-mie-footer-social:focus-visible {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.12);
}

.ielts-mie-site-footer .ielts-mie-footer-social svg {
	width: 1.25rem;
	height: 1.25rem;
}

.ielts-mie-site-footer .ielts-mie-footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.5rem;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ielts-mie-site-footer .ielts-mie-footer-legal a {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	transition: color 0.15s ease;
}

.ielts-mie-site-footer .ielts-mie-footer-legal a:hover,
.ielts-mie-site-footer .ielts-mie-footer-legal a:focus-visible {
	color: #fff;
	text-decoration: underline;
}
