/*
CTC Separate Stylesheet
Updated: 2026-05-01 20:26:42
*/

/* 1. Center the menu list items */
.ast-mobile-header-content .ast-builder-menu-mobile .main-header-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 2. Center the links inside the menu */
.ast-mobile-header-content .ast-builder-menu-mobile .main-header-menu li a {
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* 3. Center the social icons container */
.ast-mobile-header-content .ast-builder-layout-element.ast-flex.site-header-focus-item {
    justify-content: center;
}
