/* Custom style cho flatsome */
/* Style lại wigdet */
.widget {
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
span.widget-title {
    font-size: 1em;
    font-weight: 600;
    display: block;
    background: var(--fs-color-primary);;
    padding: 10px;
    border-radius: 7px;
    text-align: center;
    color: white;
    font-weight: bold;
}
.is-divider {
    background-color: transparent;
    height: 0;
  
}
/* Module bài mới */
.flatsome-recent-posts {
    display: flex;
    flex-wrap: wrap;
}

.flatsome-recent-posts li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.flatsome-recent-posts .post-thumbnail {
    flex: 0 0 auto;
    margin-right: 20px;
    max-width: 100px;
}

.flatsome-recent-posts .post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.flatsome-recent-posts .post-title {
    flex: 1;
}

/*Bài viết liên quan*/
.csfs-related-posts {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.csfs-related-posts {
    margin-top: 20px;
}

.csfs-related-posts h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.csfs-related-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.csfs-related-posts li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-left: 0 !important;
    border-bottom: 1px dashed #ccc;
}

.csfs-related-post-thumbnail {
    flex: 0 0 80px;
    margin-right: 20px;
}

.csfs-related-post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.csfs-related-post-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.csfs-related-post-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}