/**
 * Footer copyright bar styles.
 *
 * @package QCDC
 * @subpackage QCDC.EN
 */

footer.footer {
	padding-bottom: 15px;
	/* background-color: #fff; */
	margin-bottom: 0;
	box-shadow: 0 100vh 0 100vh #fff;
}

.footer-copyright {
	height: auto !important;
	min-height: 0;
	margin-bottom: 0;
	padding: 0.75em 0;
	overflow: visible;
}

.footer-copyright .row.copyright-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-copyright .row.copyright-content > [class*="col-"] {
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer-copyright .mada-content {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	min-width: 0;
	flex-wrap: wrap;
}

.footer-copyright .mada-content p {
	flex: 0 1 auto;
	min-width: 0;
	margin: 0;
	text-align: center;
	font-size: 18px;
}

.footer-copyright .mada-content a,
.footer-copyright .ncda-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-copyright .mada-content img {
	flex-shrink: 0;
	max-height: 50px;
	width: auto;
	height: auto;
}

.footer-copyright .ncda-logo img {
	flex-shrink: 0;
	max-height: 144px;
	width: auto;
	height: auto;
}

.footer-copyright .copyright-content {
	justify-content: center;
}

.footer-copyright .copyright-content p {
	line-height: normal;
	margin: 0;
}
