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

/* Related Posts - 3 Column Layout */
.related-posts-row {
    margin: 30px 0;
}

.related-post-item {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.related-post-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.related-post-item .box-image {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
}

.related-post-item .box-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-post-item .box-image:hover img {
    transform: scale(1.05);
}

.related-post-item .tieu-de-bai-viet {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    color: #333;
    text-decoration: none;
}

.related-post-item a:hover .tieu-de-bai-viet {
    color: #0073aa;
}

/* WooCommerce Message Position - Move below breadcrumb */
.woocommerce-message.message-wrapper {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}


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

/* Related Posts - Mobile Responsive */
.related-post-item {
    margin-bottom: 20px;
    padding: 10px;
}

.related-post-item .box-image img {
    height: 180px;
}

.related-post-item .tieu-de-bai-viet {
    font-size: 14px;
}

}