.elementor-194 .elementor-element.elementor-element-6c247b6{--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 shortcode, class: .elementor-element-b6dd753 *//* ===================================================
   MY GARDENING BLOG ARCHIVE — my-blog-archive.css
   Pixel-for-pixel match to Blog.html
   No header/footer, no search bar, fully responsive
   =================================================== */

/* ── Wrapper & CSS Variables ─────────────────────── */
.mgb-blog-archive-wrapper {
    --forest:      #1B4332;
    --amber:       #D4A843;
    --amber-text:  #A07B2E;
    --sage:        #52796F;
    --cream:       #FAFAF5;
    --white:       #FFFFFF;
    --charcoal:    #1A1A2E;
    --slate:       #6B7280;
    --mist:        #E8E5E0;
    --soft-green:  #E8F5E9;
    --warm-yellow: #FFF8E1;
    --soft-pink:   #FCE9E4;
    --soft-blue:   #EBF5FB;
    --soft-amber:  #FDEBD0;
    --section-py:  40px;
    --section-px:  32px;
    --serif:       'Playfair Display', serif;
    --sans:        'Inter', sans-serif;

    max-width: 1400px;
    margin: 0 auto;
    font-family: var(--sans);
    color: var(--charcoal);
    line-height: 1.6;
}

/* ── Primitives ──────────────────────────────────── */
.mgb-blog-archive-wrapper .kicker {
    font-family: var(--sans);
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--sage);
    font-weight: 600;
}
.mgb-blog-archive-wrapper .btn {
    display: inline-block;
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
}
.mgb-blog-archive-wrapper .btn:active { transform: scale(.97); }
.mgb-blog-archive-wrapper .btn.primary { background: var(--forest); color: #fff; }
.mgb-blog-archive-wrapper .btn.primary:hover { background: #143827; }
.mgb-blog-archive-wrapper .btn.ghost { background: transparent; color: var(--forest); border: 1.5px solid var(--forest); }
.mgb-blog-archive-wrapper .btn.ghost:hover { background: var(--forest); color: #fff; }

/* ── Blog Hero ───────────────────────────────────── */
.mgb-blog-archive-wrapper .blog-hero {
    padding: 64px var(--section-px) 24px;
    text-align: center;
}
.mgb-blog-archive-wrapper .blog-hero .kicker { margin-bottom: 10px; }
.mgb-blog-archive-wrapper .blog-hero h1 {
    font-family: var(--serif);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    color: var(--charcoal);
    max-width: 680px;
    margin: 0 auto 12px;
}
.mgb-blog-archive-wrapper .blog-hero h1 em { font-style: italic; color: var(--forest); }
.mgb-blog-archive-wrapper .blog-hero p {
    font-size: 17px;
    color: var(--slate);
    max-width: 540px;
    margin: 0 auto;
}

/* ── Filter Chips ────────────────────────────────── */
.mgb-blog-archive-wrapper .filter-section {
    padding: 36px var(--section-px) 12px;
    text-align: center;
}
.mgb-blog-archive-wrapper .filter-label {
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    color: var(--charcoal);
    margin-bottom: 16px;
    font-weight: 600;
}
.mgb-blog-archive-wrapper .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}
.mgb-blog-archive-wrapper .chip {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 8px;
    background: transparent;
    color: var(--forest);
    border: 1.5px solid var(--mist);
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap;
}
.mgb-blog-archive-wrapper .chip:hover { border-color: var(--forest); background: rgba(27,67,50,.04); }
.mgb-blog-archive-wrapper .chip.active { background: var(--forest); color: #fff; border-color: var(--forest); }
.mgb-blog-archive-wrapper .chip .count { opacity: .55; font-weight: 500; margin-left: 6px; }

/* ── Toolbar (count + sort) ──────────────────────── */
.mgb-blog-archive-wrapper .toolbar {
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 0 var(--section-px) 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--mist);
}
.mgb-blog-archive-wrapper .toolbar .count-text { font-size: 14px; color: var(--slate); }
.mgb-blog-archive-wrapper .toolbar .count-text b { color: var(--charcoal); font-weight: 600; }
.mgb-blog-archive-wrapper .toolbar .sort { display: flex; align-items: center; gap: 10px; }
.mgb-blog-archive-wrapper .toolbar .sort label { font-size: 13px; color: var(--slate); }
.mgb-blog-archive-wrapper .toolbar select {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 32px 8px 12px;
    border: 1.5px solid var(--mist);
    border-radius: 6px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%231A1A2E' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 12px center;
    cursor: pointer;
    color: var(--charcoal);
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.mgb-blog-archive-wrapper .toolbar select:focus { border-color: var(--forest); }

/* ── Grid ────────────────────────────────────────── */
.mgb-blog-archive-wrapper .blog-grid-wrap {
    padding: 24px var(--section-px) 56px;
    max-width: 1200px;
    margin: 0 auto;
}
.mgb-blog-archive-wrapper .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    transition: opacity 0.2s ease;
}

/* ── Article Card ────────────────────────────────── */
.mgb-blog-archive-wrapper .article-card {
    background: #fff;
    border: 1px solid var(--mist);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    opacity: 0;
    animation: cardIn .5s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes cardIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.mgb-blog-archive-wrapper .article-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.07); border-color: #d8d3cb; }

.mgb-blog-archive-wrapper .ac-thumb {
    height: 200px;
    position: relative;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, rgba(31,36,48,.06) 0 8px, transparent 8px 16px), var(--mist);
}
.mgb-blog-archive-wrapper .ac-thumb.tint-green  { background: repeating-linear-gradient(45deg, rgba(27,67,50,.04) 0 8px, transparent 8px 16px), var(--soft-green); }
.mgb-blog-archive-wrapper .ac-thumb.tint-yellow { background: repeating-linear-gradient(45deg, rgba(160,123,46,.04) 0 8px, transparent 8px 16px), var(--warm-yellow); }
.mgb-blog-archive-wrapper .ac-thumb.tint-amber  { background: repeating-linear-gradient(45deg, rgba(160,123,46,.04) 0 8px, transparent 8px 16px), var(--soft-amber); }
.mgb-blog-archive-wrapper .ac-thumb.tint-pink   { background: repeating-linear-gradient(45deg, rgba(180,80,80,.04) 0 8px, transparent 8px 16px), var(--soft-pink); }
.mgb-blog-archive-wrapper .ac-thumb.tint-blue   { background: repeating-linear-gradient(45deg, rgba(36,113,163,.04) 0 8px, transparent 8px 16px), var(--soft-blue); }

/* Real featured image thumbnail */
.mgb-blog-archive-wrapper .ac-thumb.ac-thumb-img {
    background: var(--mist);
}
.mgb-blog-archive-wrapper .ac-thumb.ac-thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .4s ease;
}
.mgb-blog-archive-wrapper .article-card:hover .ac-thumb.ac-thumb-img img {
    transform: scale(1.04);
}

.mgb-blog-archive-wrapper .ac-thumb .symbol {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    opacity: .4;
    filter: saturate(.85);
}
.mgb-blog-archive-wrapper .ac-thumb .featured-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: var(--charcoal);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
}

.mgb-blog-archive-wrapper .ac-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.mgb-blog-archive-wrapper .ac-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.mgb-blog-archive-wrapper .ac-tag {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--soft-amber);
    color: var(--amber-text);
}
.mgb-blog-archive-wrapper .ac-tag.t-green  { background: var(--soft-green); color: #2D6A4F; }
.mgb-blog-archive-wrapper .ac-tag.t-yellow { background: var(--warm-yellow); color: var(--amber-text); }
.mgb-blog-archive-wrapper .ac-tag.t-blue   { background: var(--soft-blue); color: #2471A3; }
.mgb-blog-archive-wrapper .ac-tag.t-pink   { background: var(--soft-pink); color: #9b3d3d; }
.mgb-blog-archive-wrapper .ac-tag.t-mist   { background: var(--mist); color: var(--charcoal); }

.mgb-blog-archive-wrapper .ac-title { font-family: var(--serif); font-weight: 700; font-size: 22px; line-height: 1.25; color: var(--charcoal); margin-top: 2px; }
.mgb-blog-archive-wrapper .ac-excerpt { font-size: 14px; color: var(--slate); line-height: 1.55; }
.mgb-blog-archive-wrapper .ac-meta { font-size: 12px; color: var(--slate); margin-top: auto; padding-top: 8px; border-top: 1px solid var(--mist); display: flex; justify-content: space-between; align-items: center; }
.mgb-blog-archive-wrapper .ac-meta .author { color: var(--charcoal); font-weight: 500; }

/* ── Load More ───────────────────────────────────── */
.mgb-blog-archive-wrapper .load-more-wrap { text-align: center; margin-top: 40px; }
.mgb-blog-archive-wrapper .load-more-wrap .btn { padding: 14px 36px; }
.mgb-blog-archive-wrapper .load-more-wrap .info { font-size: 13px; color: var(--slate); margin-top: 14px; }

/* ── Empty State ─────────────────────────────────── */
.mgb-blog-archive-wrapper .empty-state {
    display: none;
    text-align: center;
    padding: 64px 20px;
    background: #fff;
    border: 1px dashed var(--mist);
    border-radius: 12px;
}
.mgb-blog-archive-wrapper .empty-state.visible { display: block; }
.mgb-blog-archive-wrapper .empty-state .emoji { font-size: 48px; margin-bottom: 14px; opacity: .7; }
.mgb-blog-archive-wrapper .empty-state h4 { font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--charcoal); margin-bottom: 8px; }
.mgb-blog-archive-wrapper .empty-state p { font-size: 15px; color: var(--slate); max-width: 380px; margin: 0 auto 18px; }

/* ── Animations ──────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.mgb-blog-archive-wrapper .fadeUp-1 { opacity: 0; animation: fadeUp .8s cubic-bezier(.16,1,.3,1) .1s forwards; }
.mgb-blog-archive-wrapper .fadeUp-2 { opacity: 0; animation: fadeUp .8s cubic-bezier(.16,1,.3,1) .3s forwards; }
.mgb-blog-archive-wrapper .fadeUp-3 { opacity: 0; animation: fadeUp .8s cubic-bezier(.16,1,.3,1) .5s forwards; }

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 1000px) {
    .mgb-blog-archive-wrapper .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
    .mgb-blog-archive-wrapper .blog-hero { padding: 48px 20px 16px; }
    .mgb-blog-archive-wrapper .blog-hero h1 { font-size: 34px; }
    .mgb-blog-archive-wrapper .blog-hero p { font-size: 15px; }
    .mgb-blog-archive-wrapper .filter-section { padding: 28px 16px 4px; }
    .mgb-blog-archive-wrapper .filter-label { font-size: 18px; }
    .mgb-blog-archive-wrapper .chips { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
    .mgb-blog-archive-wrapper .chips::-webkit-scrollbar { display: none; }
    .mgb-blog-archive-wrapper .chip { flex-shrink: 0; }
    .mgb-blog-archive-wrapper .toolbar { flex-direction: column; align-items: flex-start; gap: 8px; padding: 0 20px 12px; }
    .mgb-blog-archive-wrapper .blog-grid { grid-template-columns: 1fr; gap: 18px; }
    .mgb-blog-archive-wrapper .blog-grid-wrap { padding: 18px 20px 40px; }
}
@media (prefers-reduced-motion: reduce) {
    .mgb-blog-archive-wrapper *,
    .mgb-blog-archive-wrapper *::before,
    .mgb-blog-archive-wrapper *::after {
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */