/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758166407
Updated: 2025-09-18 03:33:27

*/

.lc-blog .lc-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}
.lc-blog .lc-title {
    font-size: 2.2rem;
    margin: 0 0 .35rem;
}
.lc-blog .lc-sub {
    opacity: .85;
    margin: 0 0 1.25rem;
}
.lc-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 1rem 0 2rem;
}
.lc-tab {
    text-decoration: none;
    border: 1px solid #e6e6e6;
    font-weight: 600;
    background-color: #f2f2f2;
    color: #111;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
    padding: .5rem .9rem;
}
.lc-tab.is-active {
    background-color: #b57983;
    color: #fff;
    border-color: #b57983;
}
.lc-featured {
    display: grid;
    margin-bottom: 2.25rem;
    align-items: center;
    gap: 1.25rem;
    grid-template-columns: 1.1fr 1fr;
}
.lc-featured__image img {
    display: block;
    height: auto;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    width: 100%;
}
.lc-badges {
    display: flex;
    margin-bottom: .4rem;
    flex-wrap: wrap;
    gap: .5rem;
}
.lc-badge {
    border: 1px solid #f0d8dd;
    font-size: .85rem;
    background-color: #fff1f3;
    color: #b57983;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
    padding: .2rem .55rem;
}
.lc-featured__title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: .25rem 0 .35rem;
}
.lc-featured__excerpt {
    opacity: .9;
    margin: 0 0 .75rem;
}
.lc-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.lc-card {
    border: 1px solid #eee;
    display: flex;
    background-color: #fff;
    overflow: hidden;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    flex-direction: column;
}
.lc-card__image img, .lc-card__placeholder {
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.lc-card__placeholder {
    background-image: -moz-linear-gradient(135deg, #f2f2f2, #e9e9e9);
    background-image: -webkit-linear-gradient(135deg, #f2f2f2, #e9e9e9);
    background-image: linear-gradient(-45deg, #f2f2f2, #e9e9e9);
    background-image: -o-linear-gradient(135deg, #f2f2f2, #e9e9e9);
    background-image: -ms-linear-gradient(135deg, #f2f2f2, #e9e9e9);
}
.lc-card__body {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    padding: 1rem;
}
.lc-card__title {
    font-size: 1.1rem;
    margin: .2rem 0 .1rem;
}
.lc-card__title a {
    text-decoration: none;
    color: inherit;
}
.lc-card__excerpt {
    opacity: .9;
    margin: 0 0 .25rem;
}
.lc-btn {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    background-color: #8a2be2;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: .65rem 1rem;
}
.lc-btn--ghost {
    border: 2px solid #8a2be2;
    background-color: transparent;
    color: #8a2be2;
    text-align: center;
}
.lc-btn--ghost:hover {
    background-color: #8a2be2;
    color: #fff;
}
.lc-pagination {
    text-align: center;
    margin: 2rem 0;
}
.lc-pagination .page-numbers {
    text-decoration: none;
    display: inline-block;
    background-color: #f6f6f6;
    color: #111;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin: 0 .25rem;
    padding: .5rem .75rem;
}
.lc-pagination .current {
    background-color: #b57983;
    color: #fff;
}
.lc-cta {
    text-align: center;
    margin: 2.5rem 0 1rem;
}
.lc-cta p {
    font-weight: 600;
    margin: 0 0 .6rem;
}
@media (max-width: 900px) {
.lc-featured {
    grid-template-columns: 1fr;
}
}
