/*
 * Malayali Markets footer refinements.
 * Kept separate from the main child stylesheet to preserve live theme work.
 */

#footer-new,
#footer-new .footer-new-middle-section {
	background: #F2F2F2 !important;
}

#footer-new .footer-new-bottom-section {
	background: #F2F2F2 !important;
	border-top-color: #DADADA !important;
}

#footer-new .footer-widget h4,
#footer-new .footer-widget .widget-title {
	color: #292321 !important;
}

#footer-new .footer-widget a,
#footer-new .footer-new-bottom-section,
#footer-new .footer-new-bottom-section a {
	color: #5F5552 !important;
}

#footer-new .footer-widget a:hover,
#footer-new .footer-new-bottom-section a:hover {
	color: #542428 !important;
}

#footer-new .footer-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) 120px;
	align-items: start;
	column-gap: 40px;
}

#footer-new .footer-row > [class*="footer-col-"] {
	float: none;
	width: auto;
	padding: 0;
}

#footer-new .mm-footer-logo-column {
	display: flex;
	align-self: center;
	align-items: center;
	justify-content: flex-end;
	min-width: 120px;
}

#footer-new .mm-footer-logo-column .footer-new-logo {
	display: block;
	padding: 0;
	border: 0;
}

#footer-new .mm-footer-logo-column .footer-new-logo img {
	position: static;
	display: block;
	width: 96px;
	height: 96px;
	max-width: 96px;
	max-height: 96px;
	object-fit: contain;
}

@media (max-width: 767px) {
	#footer-new .footer-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 28px;
		row-gap: 30px;
	}

	#footer-new .mm-footer-logo-column {
		grid-column: 1 / -1;
		justify-content: center;
		min-width: 0;
	}

	#footer-new .mm-footer-logo-column .footer-new-logo img {
		width: 82px;
		height: 82px;
		max-width: 82px;
		max-height: 82px;
	}
}
