/*
Theme Name: Astra Child
Description: Child theme de Astra
Author: Projectia
Author URI: https://projectia.net/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

.site-content .ast-container {
	max-width: 100%;
	padding: 0;
}

.site-footer a {
    color: #ABABAB;
}

.ma-footer,
.brand-footer__title {
    display: flex;
    align-items: center;
}

.brand-footer__title img {
    max-width: 60px;
    margin-right: 20px;
}

.brand-footer__title p {
    color: #fff;
    font-size: 24px;
    letter-spacing: 6px;
}

.brand-footer__description p {
    text-align: end;
    font-size: 14px;
    margin: 0;
    color: #ABABAB;
}

.follow-footer {
    margin-left: auto;
}

.follow-footer img {
    max-width: 120px;
    margin-bottom: 20px;
}

.follow-footer__icons {
	display: flex;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.follow-footer__icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #222;
	border-radius: 50%;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.follow-footer__icons .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.follow-footer__icons a:hover {
	transform: translateY(-5px);
}

.ma-footer__divider {
    width: 150px;
	height: 2px;
	background: #444;
	margin: 30px auto;
	border-radius: 2px;
}
