/*
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.   ***************/

.absolute-footer {
    display: none;
}

.entry-header.text-center {
    text-align: left;
}

.entry-header .is-divider {
    display: none;
}

.entry-title {
    text-align: left;
}

.nhan-khuyen-mai p {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.nhan-khuyen-mai br {
    display: none;
}

.nhan-khuyen-mai .wpcf7-form-control-wrap {
    width: 100%;
}

.nhan-khuyen-mai .wpcf7-form-control {
    border-radius: 10px;
    width: 100%;
}

.xc-featured-box {
    border-radius: 10px;
    box-shadow: 2px 2px 20px #00000017;
    padding: 10px;
    min-height: 100px;
}

.xc-featured-box .icon-box-text h3 {
    text-transform: uppercase;
    font-size: 15px !important;
}

.xc-featured-box .icon-box-text p {
    font-size: 14px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.border-10,
.border-10 .img-inner,
.border-10 img {
    border-radius: 10px;
}

span.widget-title {
    margin-bottom: 0 !important;
    background: black;
    font-size: 17px;
    text-transform: none;
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: white;
    padding: 10px 10px;
}

.widget .is-divider {
    display: none;
}

.entry-header-text.text-center {
    text-align: left;
}

.entry-header-text .entry-divider {
    display: none;
}

/* Related Posts Styling */
.related-box {
    margin-top: 30px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}

.related-head {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
}

.related-post .feature-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.related-post .feature-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.related-title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.related-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.related-title a:hover {
    color: #d26e4b;
    /* Flatsome primary color or your accent color */
}

.box-text-inner .is-divider {
    display: none;
}

.box-blog-post .box-image {
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .row-reverse-mobile {
        flex-direction: column-reverse;
        display: flex;
    }
}

/* Contact Form Styling */
.xc-lien-he input:not([type="submit"]),
.xc-lien-he textarea,
.xc-lien-he .wpcf7-submit {
    border-radius: 10px !important;
}