/*
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.   ***************/
.relatedcat {
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
}

p.related-post-title {
    font-size: 18px;
    font-weight: 700;
}

.feature {
    position: relative;
    overflow: hidden;
    height: 150px; /* ✅ Chiều cao mới */
    border-radius: 10px;
}

/* ❌ Xoá phần tạo tỷ lệ khung hình 16:9 */
.feature::before {
    content: none;
    display: none;
}

.feature .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.related-title {
    padding: 10px;
}

.rank-math-breadcrumb {
    text-align: left;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}