.elementor-1527 .elementor-element.elementor-element-58353b9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b3085ce */.ngi-picks-page {
    max-width: 1120px;
    margin: 48px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
}

.ngi-picks-hero {
    text-align: center;
    margin-bottom: 42px;
}

.ngi-picks-label,
.ngi-featured-badge {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff3cd;
    border: 1px solid rgba(212,160,23,0.35);
    color: #d4a017;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 16px;
}

.ngi-picks-hero h1 {
    margin: 0 0 14px;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.ngi-picks-hero h2 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.ngi-picks-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: rgba(0,0,0,0.62);
}

.ngi-featured-pick {
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 26px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.ngi-featured-pick:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0,0,0,0.12);
}

.ngi-featured-pick h2 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -1px;
}

.ngi-featured-pick h3 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 900;
    color: #d4a017;
}

.ngi-featured-pick p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
    color: rgba(0,0,0,0.65);
}

.ngi-featured-pick a {
    display: inline-flex;
    margin-top: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 768px) {
    .ngi-picks-hero h1 {
        font-size: 40px;
    }

    .ngi-featured-pick {
        padding: 24px;
    }

    .ngi-featured-pick h2 {
        font-size: 28px;
    }
}/* End custom CSS */