.elementor-482169 .elementor-element.elementor-element-47d85264{--display:flex;}[data-theme="dark"] .elementor-482169 .elementor-element.elementor-element-3474b22e{color:#ffffff;}.elementor-482169 .elementor-element.elementor-element-596f5e1{--display:flex;}.elementor-482169 .elementor-element.elementor-element-39b98bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3f2a844 */.d4-popular-hero-card {
    display: block;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.15)),
        url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1600&q=80')
        center/cover no-repeat;
    padding: 80px 40px;
    border-radius: 18px;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   D.4 POPULAR POSTS — FULL PAGE LAYOUT
========================================================= */

/* Hero */
.d4-popular-hero {
    position: relative;
    padding: 80px 0;
    margin-bottom: 40px;
}

.d4-popular-hero-label {
    font-family: var(--font-ui, "Inter", sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--terracotta, #C45A3A);
    margin-bottom: 12px;
}

.d4-popular-hero-card {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.d4-popular-hero-bg {
    background: url('https://staging.thedivinemagazine.com/wp-content/uploads/2026/02/Freycus.jpeg') center/cover no-repeat;
    height: 320px;
    border-radius: 12px;
    filter: brightness(0.75);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.d4-popular-hero-card:hover .d4-popular-hero-bg {
    filter: brightness(0.9);
    transform: scale(1.02);
}

.d4-popular-hero-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 480px;
}

.d4-popular-hero-title {
    font-family: "Didot", "Playfair Display", serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}

.d4-popular-hero-sub {
    font-family: var(--font-ui, "Inter", sans-serif);
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
}

/* Section headings */
.d4-popular-section {
    margin-bottom: 60px;
}

.d4-popular-heading {
    font-family: "Didot", "Playfair Display", serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #0B0A09;
}

/* Grid */
.d4-popular-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}/* End custom CSS */