/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.5
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.custom-blogpost-list {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 10px;
}

.custom-blogpost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}

.blogpost-content {
    flex: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blogpost-content .date {
    font-size: 14px;
    font-weight: 600;
    color: #3a5ba3;
    margin-bottom: 10px;
}

.blogpost-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.blogpost-content h3 a {
    text-decoration: none;
    color: inherit;
}

.blogpost-content h3 a:hover {
    text-decoration: underline;
}

.blogpost-content .arrow {
    font-size: 24px;
    color: #ff4a4a;
    text-decoration: none;
    margin-top: 10px;
}

.blogpost-content .arrow:hover {
    color: #e60000;
}

.blogpost-thumbnail {
    flex: 0 0 200px;
    border-radius: 8px;
    overflow: hidden;
    width: 200px;
    height: 200px;
}

.thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
