/*
Theme Name: Boombox Child
Theme URI: https://tableandliving.com/
Description: Boombox Child Theme - Pixel-Perfect Lifehacker.com Cloned Design
Author: Table & Living Team
Template: boombox
Version: 2.1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,700;1,800;1,900&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --lh-green: #00a86b;
    --lh-green-hover: #008f5a;
    --lh-dark: #111111;
    --lh-body-color: #222222;
    --lh-muted: #767676;
    --lh-border: #e8e8e8;
    --lh-heading-font: 'Barlow Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --lh-body-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ── BASE RESETS ── */
body {
    background-color: #ffffff !important;
    color: var(--lh-body-color) !important;
    font-family: var(--lh-body-font) !important;
    -webkit-font-smoothing: antialiased;
}

/* Hide boombox default elements that clash with Lifehacker */
.site-header,
.top-header,
.bottom-header,
.bb-header-mobile-wrapper,
#secondary.sidebar.widget-area .widget {
    display: none !important;
}

/* ── 1. CONTAINER ── */
.lh-container {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* ── 2. LIFEHACKER HEADER ── */
.lh-site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
}
.lh-header-top-wrap {
    padding: 16px 0;
}
.lh-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Brand Logo (Boxed LIFEHACKER Style) */
.lh-brand-logo {
    display: inline-block;
    border: 2.5px solid #111111;
    padding: 4px 14px 2px 14px;
    text-decoration: none !important;
    line-height: 1;
    letter-spacing: 0.5px;
    font-family: var(--lh-heading-font);
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}
.lh-brand-logo:hover {
    opacity: 0.9;
}
.lh-logo-green {
    color: var(--lh-green);
}
.lh-logo-black {
    color: #111111;
}

/* Header Right Actions */
.lh-header-right {
    display: flex;
    align-items: center;
    gap: 6px;
}
.lh-social-group {
    display: flex;
    align-items: center;
    gap: 6px;
}
.lh-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    color: #333333;
    background: #ffffff;
    text-decoration: none !important;
    transition: all 0.15s ease;
    cursor: pointer;
    padding: 0;
}
.lh-icon-btn:hover {
    border-color: var(--lh-green);
    color: var(--lh-green);
}
.lh-header-sep {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #e0e0e0;
    margin: 0 4px;
}

/* ── 3. SUBNAV (CATEGORIES) ── */
.lh-subnav-wrap {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    padding: 2px 0;
}
.lh-subnav {
    display: flex;
    align-items: center;
}
.lh-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    width: 100%;
}
.lh-menu-item {
    flex: 0 0 auto;
    white-space: nowrap;
}
.lh-menu-item a {
    font-family: var(--lh-heading-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #111111;
    text-decoration: none !important;
    padding: 6px 4px;
    transition: color 0.15s ease;
    display: inline-block;
}
.lh-menu-item a:hover,
.lh-menu-item a.active {
    color: var(--lh-green) !important;
}

/* ── 4. HOMEPAGE 2-COLUMN LAYOUT ── */
.lh-main-container {
    padding-top: 24px;
    padding-bottom: 60px;
}
.lh-main-row {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.lh-col-main {
    flex: 0 0 68%;
    max-width: 68%;
    width: 68%;
}
.lh-col-sidebar {
    flex: 0 0 calc(32% - 40px);
    max-width: calc(32% - 40px);
    width: calc(32% - 40px);
}

/* ── 5. SECTION HEADERS ── */
.lh-section-header,
.lh-sidebar-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.lh-section-title,
.lh-sidebar-title {
    font-family: var(--lh-heading-font) !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
.lh-green-line,
.lh-sidebar-line {
    flex: 1;
    height: 2px;
    background-color: var(--lh-green);
    margin-left: 14px;
}
.lh-sidebar-line {
    margin-right: 14px;
}
.lh-see-more {
    font-family: var(--lh-heading-font) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: var(--lh-green) !important;
    text-decoration: none !important;
    white-space: nowrap;
}
.lh-see-more:hover {
    text-decoration: underline !important;
}

/* Category Eyebrows (Everywhere) */
.lh-cat-eyebrow {
    margin-bottom: 4px;
}
.lh-cat-eyebrow a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--lh-body-font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--lh-green) !important;
    text-decoration: none !important;
}
.lh-cat-eyebrow a:hover {
    color: var(--lh-green-hover) !important;
}
.lh-cat-icon {
    display: inline-block;
    vertical-align: middle;
}

/* Author Meta */
.lh-author-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #444444;
    margin-top: 6px;
}
.lh-author-meta svg {
    color: #777777;
}

/* ── 6. HERO POST (TOP STORIES #1) ── */
.lh-hero-post {
    margin-bottom: 30px;
}
.lh-hero-img-link {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #f0f0f0;
}
.lh-hero-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    transition: transform 0.3s ease !important;
}
.lh-hero-post:hover .lh-hero-img {
    transform: scale(1.02);
}
.lh-hero-details {
    padding-top: 14px;
}
.lh-hero-title {
    font-family: var(--lh-heading-font) !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.2px !important;
    color: #111111 !important;
    margin: 6px 0 8px 0 !important;
}
.lh-hero-title a {
    color: #111111 !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}
.lh-hero-title a:hover {
    color: var(--lh-green) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--lh-green) !important;
}

/* ── 7. SECONDARY 2-COLUMN GRID (POSTS #2-7) ── */
.lh-secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.lh-card-post {
    display: flex;
    flex-direction: column;
}
.lh-card-img-link {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #f0f0f0;
}
.lh-card-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    transition: transform 0.3s ease !important;
}
.lh-card-post:hover .lh-card-img {
    transform: scale(1.03);
}
.lh-card-details {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.lh-card-title {
    font-family: var(--lh-heading-font) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    color: #111111 !important;
    margin: 4px 0 8px 0 !important;
}
.lh-card-title a {
    color: #111111 !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}
.lh-card-title a:hover {
    color: var(--lh-green) !important;
}

/* ── 8. RIGHT SIDEBAR (LATEST) ── */
.lh-latest-feed {
    display: flex;
    flex-direction: column;
}
.lh-latest-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--lh-border);
}
.lh-latest-row:first-child {
    padding-top: 0;
}
.lh-latest-row:last-child {
    border-bottom: none;
}
.lh-latest-info {
    flex: 1;
}
.lh-latest-headline {
    font-family: var(--lh-heading-font) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #111111 !important;
    margin: 4px 0 6px 0 !important;
}
.lh-latest-headline a {
    color: #111111 !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}
.lh-latest-headline a:hover {
    color: var(--lh-green) !important;
}
.lh-date-meta {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--lh-muted);
    font-weight: 500;
}
.lh-date-meta svg {
    color: var(--lh-muted);
}
.lh-latest-thumb-box {
    width: 80px;
    height: 75px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f0f0f0;
    display: block;
}
.lh-latest-thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 4px !important;
    transition: transform 0.2s ease !important;
}
.lh-latest-row:hover .lh-latest-thumb {
    transform: scale(1.04);
}

/* ── 9. RESPONSIVE MOBILE / TABLET ── */
@media (max-width: 991px) {
    .lh-main-row {
        flex-direction: column;
        gap: 40px;
    }
    .lh-col-main,
    .lh-col-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .lh-subnav-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .lh-menu-list {
        justify-content: flex-start;
        gap: 20px;
        min-width: 600px;
    }
    .lh-hero-title {
        font-size: 28px !important;
    }
}

@media (max-width: 600px) {
    .lh-secondary-grid {
        grid-template-columns: 1fr;
    }
    .lh-social-group {
        display: none;
    }
    .lh-brand-logo {
        font-size: 26px;
        padding: 4px 10px;
    }
}

/* ── 3.1 CATEGORY SUBMENU DROPDOWN ── */
.lh-menu-item {
    position: relative !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

/* Hover bridge to keep mouse moving into dropdown seamlessly */
.lh-menu-item.has-dropdown::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -12px !important;
    width: 100% !important;
    height: 15px !important;
    display: block !important;
}

/* Dropdown Container Box */
.lh-dropdown {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    min-width: 210px !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid #ededed !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    z-index: 9999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(6px) !important;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
    pointer-events: none !important;
}

/* Caret / Pointer Arrow (matching user reference media_1789518293420.png) */
.lh-dropdown::before {
    content: '' !important;
    position: absolute !important;
    top: -6px !important;
    left: 28px !important;
    width: 10px !important;
    height: 10px !important;
    background: #ffffff !important;
    transform: rotate(45deg) !important;
    border-top: 1px solid #ededed !important;
    border-left: 1px solid #ededed !important;
    z-index: 1 !important;
}

/* Show on Hover & Focus */
.lh-menu-item.has-dropdown:hover .lh-dropdown,
.lh-menu-item.has-dropdown:focus-within .lh-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

/* Dropdown Items */
.lh-dropdown li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.lh-dropdown li a {
    display: block !important;
    padding: 11px 20px !important;
    font-family: var(--lh-body-font) !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #222222 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.lh-dropdown li a:hover {
    background-color: #f7faf8 !important;
    color: var(--lh-green) !important;
    padding-left: 24px !important;
}

/* ── 10. STATIC PAGE TEMPLATES & TYPOGRAPHY ── */
.lh-page-container {
    padding-top: 24px;
    padding-bottom: 60px;
}
.lh-page-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.lh-page-article {
    flex: 0 0 68%;
    max-width: 68%;
    width: 68%;
}
.lh-page-sidebar {
    flex: 0 0 calc(32% - 40px);
    max-width: calc(32% - 40px);
    width: calc(32% - 40px);
}
.lh-breadcrumbs {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--lh-muted);
    margin-bottom: 12px;
    text-transform: uppercase;
}
.lh-breadcrumbs a {
    color: var(--lh-muted);
    text-decoration: none;
}
.lh-breadcrumbs a:hover {
    color: var(--lh-green);
}
.lh-breadcrumb-sep {
    margin: 0 6px;
    color: #cccccc;
}
.lh-page-header {
    margin-bottom: 24px;
}
.lh-page-title {
    font-family: var(--lh-heading-font) !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    color: #111111 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.15 !important;
}
.lh-page-rule {
    height: 2.5px;
    background-color: var(--lh-green);
    width: 60px;
}
.lh-page-content {
    font-size: 16px;
    line-height: 1.75;
    color: #2b2b2b;
}
.lh-page-content h2 {
    font-family: var(--lh-heading-font);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: #111111;
    margin: 28px 0 12px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f0f0;
}
.lh-page-content h3 {
    font-family: var(--lh-heading-font);
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 20px 0 8px 0;
}
.lh-page-content p {
    margin-bottom: 18px;
}
.lh-page-content ul,
.lh-page-content ol {
    margin: 0 0 20px 24px;
    padding: 0;
}
.lh-page-content li {
    margin-bottom: 8px;
}
.lh-page-content a {
    color: var(--lh-green);
    text-decoration: underline;
}
.lh-page-content a:hover {
    color: var(--lh-green-hover);
}

/* ── 11. LIFEHACKER FOOTER STYLING ── */
.lh-site-footer {
    background-color: #0f0f0f;
    color: #a0a0a0;
    padding: 50px 0 30px 0;
    margin-top: 60px;
    border-top: 3px solid var(--lh-green);
}
.lh-footer-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.lh-footer-brand-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px solid #222222;
    padding-bottom: 24px;
}
.lh-site-footer .lh-brand-logo {
    border-color: #ffffff !important;
    background: #ffffff;
}
.lh-footer-tagline {
    font-size: 14px;
    color: #888888;
    max-width: 600px;
    line-height: 1.5;
    margin: 0;
}
.lh-footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.lh-footer-col-title {
    font-family: var(--lh-heading-font);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #ffffff;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}
.lh-footer-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.lh-footer-list li {
    margin-bottom: 10px;
}
.lh-footer-list li a {
    font-size: 13.5px;
    color: #999999;
    text-decoration: none;
    transition: color 0.15s ease, padding-left 0.15s ease;
    display: inline-block;
}
.lh-footer-list li a:hover {
    color: var(--lh-green);
    padding-left: 4px;
}
.lh-footer-social {
    display: flex;
    gap: 8px;
    align-items: center;
}
.lh-site-footer .lh-icon-btn {
    background: #1e1e1e;
    border-color: #333333;
    color: #cccccc;
}
.lh-site-footer .lh-icon-btn:hover {
    background: var(--lh-green);
    border-color: var(--lh-green);
    color: #ffffff;
}
.lh-footer-bottom {
    border-top: 1px solid #222222;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666666;
}
.lh-footer-bottom p {
    margin: 0;
}
.lh-footer-affiliate-note {
    font-style: italic;
    color: #555555;
}

@media (max-width: 991px) {
    .lh-page-layout {
        flex-direction: column;
    }
    .lh-page-article,
    .lh-page-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .lh-footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lh-footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .lh-footer-links-grid {
        grid-template-columns: 1fr;
    }
}

/* Header search input */
.lh-header-search {
    display: flex;
    align-items: center;
    position: relative;
}
.lh-header-search .lh-search-input {
    border: 1px solid #d4d4d4 !important;
    border-radius: 4px !important;
    padding: 6px 36px 6px 12px !important;
    font-size: 13px !important;
    outline: none !important;
    width: 140px !important;
    height: 32px !important;
    background: #ffffff !important;
    transition: width 0.2s ease, border-color 0.2s ease !important;
}
.lh-header-search .lh-search-input:focus {
    width: 200px !important;
    border-color: var(--lh-green) !important;
}
.lh-header-search button {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    border: none !important;
    background: transparent !important;
}
.lh-footer-3col {
    grid-template-columns: repeat(3, 1fr) !important;
}

/* ── 12. TRENDING NOW SECTION ── */
.lh-trending-wrap {
    padding: 30px 0 20px 0;
}
.lh-trending-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.lh-trending-card {
    display: flex;
    flex-direction: column;
}
.lh-trending-img-link {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #f0f0f0;
}
.lh-trending-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    transition: transform 0.25s ease !important;
}
.lh-trending-card:hover .lh-trending-img {
    transform: scale(1.04);
}
.lh-trending-details {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.lh-trending-title {
    font-family: var(--lh-heading-font) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #111111 !important;
    margin: 4px 0 6px 0 !important;
}
.lh-trending-title a {
    color: #111111 !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}
.lh-trending-title a:hover {
    color: var(--lh-green) !important;
}

/* ── 13. NEWSLETTER / "THE TABLE" BLOCK ── */
.lh-dashed-divider {
    border: none;
    border-top: 1px dashed #cccccc;
    margin: 45px 0 40px 0;
}
.lh-newsletter-block {
    padding: 20px 0 40px 0;
}
.lh-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 900px;
}
.lh-newsletter-editor {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}
.lh-editor-avatar-wrap {
    width: 160px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 8px;
}
.lh-editor-avatar {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lh-editor-name {
    font-family: var(--lh-heading-font);
    font-size: 22px;
    font-weight: 800;
    color: #111111;
    line-height: 1.1;
}
.lh-editor-title {
    font-family: var(--lh-heading-font);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #111111;
    background: #c3eedb;
    padding: 2px 8px;
    margin-top: 4px;
    display: inline-block;
}
.lh-newsletter-cta {
    flex: 1;
    max-width: 500px;
}
.lh-newsletter-title {
    font-family: var(--lh-heading-font) !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    color: #111111 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1 !important;
}
.lh-newsletter-lead {
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 20px;
}
.lh-newsletter-form {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.lh-newsletter-input {
    flex: 1;
    height: 44px;
    border: 1.5px solid #111111 !important;
    border-radius: 4px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #ffffff !important;
}
.lh-newsletter-btn {
    height: 44px;
    padding: 0 28px;
    background-color: var(--lh-green) !important;
    color: #ffffff !important;
    font-family: var(--lh-heading-font) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: background-color 0.15s ease;
    white-space: nowrap;
}
.lh-newsletter-btn:hover {
    background-color: var(--lh-green-hover) !important;
}
.lh-newsletter-disclaimer {
    font-size: 11px;
    line-height: 1.4;
    color: #777777;
    margin: 0;
}
.lh-newsletter-disclaimer a {
    color: var(--lh-green);
    text-decoration: underline;
}

/* ── 14. BOXED "OUR MISSION" & "OUR TEAM" ── */
.lh-mission-team-wrap {
    padding: 20px 0 50px 0;
}
.lh-mission-team-box {
    border: 1.5px solid var(--lh-green);
    border-radius: 8px;
    padding: 32px 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    background-color: #ffffff;
}
.lh-mt-header {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.lh-mt-title {
    font-family: var(--lh-heading-font) !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
    color: #111111 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
.lh-mt-line {
    flex: 1;
    height: 2px;
    background-color: var(--lh-green);
    margin: 0 14px;
}
.lh-mt-see-more {
    font-family: var(--lh-heading-font) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    color: var(--lh-green) !important;
    text-decoration: none !important;
    white-space: nowrap;
}
.lh-mt-see-more:hover {
    text-decoration: underline !important;
}
.lh-mt-text {
    font-size: 14.5px;
    line-height: 1.65;
    color: #333333;
    margin: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .lh-trending-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lh-newsletter-inner {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .lh-mission-team-box {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 24px;
    }
    .lh-newsletter-form {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .lh-trending-grid {
        grid-template-columns: 1fr;
    }
}
