/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* ===== FIX FOOTER FLATSOME ===== */

/* Tiêu đề footer không bị xuống dòng */
.footer-wrapper h4,
.footer-wrapper h3 {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Menu footer gọn hơn */
.footer-wrapper .ux-menu-link a {
    padding: 6px 0;
    display: block;
    font-size: 14px;
    line-height: 1.6;
}

/* Giảm chiều cao footer */
.footer-wrapper .row {
    margin-bottom: 10px;
}

/* Căn đều các cột */
.footer-wrapper .col {
    padding-bottom: 15px;
}

/* Fix chữ in hoa không bị gãy */
.footer-wrapper {
    word-break: keep-all;
}

/* Mobile: cho phép xuống dòng hợp lý */
@media (max-width: 849px) {
    .footer-wrapper h4 {
        white-space: normal;
        font-size: 14px;
    }
}
