/*
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 page 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: 2.9.0.1701326797
Updated: 2023-11-30 06:46:37

*/

/*
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 page 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: 2.9.0.1701326797
Updated: 2023-11-30 06:46:37

*/

/* ============================================================
   BESPOKE BLOG ARCHIVE — LAYOUT & TYPOGRAPHY FIXES
   ============================================================ */

/* White background — override Elementor inline background */
body.elementor-template-canvas .elementor-section-wrap > .elementor-section,
body.elementor-template-canvas .elementor-section-wrap > .e-con,
.elementor-9588 .elementor-section,
.elementor-9588 .e-con,
.elementor-9588 .elementor-column,
.elementor-9588 .elementor-widget-wrap {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Archive "Blog" title */
.elementor-9588 .elementor-widget-archive-title .elementor-heading-title {
    font-size: 40px !important;
    font-weight: 300 !important;
    letter-spacing: 0.06em !important;
    color: #1a1a1a !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 50px 0 10px !important;
}

/* 3-column grid */
.elementor-9588 .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr ) !important;
    gap: 28px !important;
    padding: 0 !important;
}

/* Card base */
.elementor-9588 .elementor-post {
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
    display: flex !important;
    flex-direction: column !important;
}

.elementor-9588 .elementor-post:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.09) !important;
    transform: translateY(-2px) !important;
}

/* Featured image */
.elementor-9588 .elementor-post__thumbnail__link img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}

.elementor-9588 .elementor-post:hover .elementor-post__thumbnail__link img {
    transform: scale(1.04) !important;
}

/* Card text area */
.elementor-9588 .elementor-post__text {
    padding: 20px 22px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* Post title */
.elementor-9588 .elementor-post__title,
.elementor-9588 .elementor-post__title a {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    margin-bottom: 8px !important;
}

.elementor-9588 .elementor-post__title a:hover {
    color: #C9A96E !important;
}

/* Meta (date) — fix the giant date issue */
.elementor-9588 .elementor-post__meta-data,
.elementor-9588 .elementor-post__meta-data span,
.elementor-9588 .elementor-post-date,
.elementor-9588 .elementor-post__meta-data .elementor-post-date {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #999999 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    display: block !important;
}

/* Excerpt */
.elementor-9588 .elementor-post__excerpt p,
.elementor-9588 .elementor-post__excerpt {
    font-size: 13.5px !important;
    color: #666666 !important;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
    flex: 1 !important;
}

/* Read Article link */
.elementor-9588 .elementor-post__read-more {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #C9A96E !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    text-decoration: none !important;
    margin-top: auto !important;
}

.elementor-9588 .elementor-post__read-more:hover {
    color: #1a1a1a !important;
}

/* Section padding */
.elementor-9588 .elementor-top-section {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

/* Responsive — 2 columns on tablet */
@media (max-width: 1024px) {
    .elementor-9588 .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Responsive — 1 column on mobile */
@media (max-width: 767px) {
    .elementor-9588 .elementor-posts-container {
        grid-template-columns: 1fr !important;
    }
    .elementor-9588 .elementor-widget-archive-title .elementor-heading-title {
        font-size: 28px !important;
        padding: 30px 0 10px !important;
    }
}

