/**
 * Theme Name:     Hello - Sofa
 * Author:         Chris
 * Template:       hello-elementor
 * Text Domain:	   hello-sofa
 * Description:    Hello Sofa 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.
 * Theme URI:      https://angelfurn.com/
 * Author URI:     https://shopaii.com/
 * Version:        1.1
 * License:        GPL
 * Tags:           sofa
 */

/* Blog List Template */
.blog-list-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.blog-list-main {
    flex: 1;
}

.blog-post-item {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.blog-post-item:last-child {
    border-bottom: 0;
}

.entry-title {
    font-size: 24px;
    margin: 0 0 15px;
}

.entry-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:hover {
    color: #0073aa;
}

.entry-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.entry-summary {
    line-height: 1.6;
    color: #444;
}

/* Sidebar */
.blog-list-sidebar {
    width: 300px;
}

.sidebar-widget {
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.widget-title {
    font-size: 18px;
    margin: 0 0 20px;
    color: #333;
}

/* Search Form */
.search-form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

/* Categories */
.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-list li {
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.category-list a {
    color: #444;
    text-decoration: none;
}

.category-list a:hover {
    color: #0073aa;
}

.count {
    color: #999;
    font-size: 0.9em;
}

/* Pagination */
.blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.blog-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.blog-pagination .current {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-list-container {
        flex-direction: column;
    }
    
    .blog-list-sidebar {
        width: 100%;
        order: -1;
        margin-bottom: 40px;
    }
}

.woocommerce-category-description-fullwidth {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}

p>a {color : var(--e-global-color-primary);}


.elementor p>a , a.text-editor
{
color : var(--e-global-color-primary);
text-decoration: underline;
font-weight: bolder;
}

.elementor p>a:hover, a.text-editor:hover
{
color : var(--e-global-color-secondary);
}

@media (max-width: 768px) {
    .video-container {
        margin: 15px -15px;
        border-radius: 0;
    }
}