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

.custom-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1234px;
    margin: 0 auto;
    padding: 20px;
}

.main-content-wrapper {
    flex: 3;
    min-width: 300px;
}

.sidebar-wrapper {
    flex: 1;
    min-width: 250px;
}

.hinh-minh-hoa img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.nen-tang-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.section-title {
    margin-bottom: 25px;
    font-size: 1.8rem;
}

@media (max-width: 992px){
    .custom-container {
        flex-direction: column;
    }
    
    .main-content-wrapper, 
    .sidebar-wrapper {
        flex: none;
        width: 100%;
    }

    .sidebar-wrapper {
        margin-top: 30px;
    }
}



@media (max-width: 768px){
    .avo-hover-card {
        grid-column: span 12 !important;
        padding: 25px !important;
    }

    .avo-luxury-v3 h1 {
        font-size: 32px !important;
        letter-spacing: -1px !important;
    }

    .avo-luxury-v3 h2 {
        font-size: 18px !important;
    }

    .avo-luxury-v3 p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .avo-luxury-v3 {
        padding: 40px 15px !important;
    }

    .avo-luxury-v3 .icon-box {
        width: 60px !important;
        height: 60px !important;
    }
}
