.header_area {
    padding: 20px 20px 10px 20px !important;
    display: grid;
    place-content: center;
}
.eyebrow_line {
    color: #1B3813;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    font-size: 18px !important;
    line-height: 120%;
    letter-spacing: 5%;
    text-transform: uppercase;
}

.supplement_link img{
    height:auto;
}

.discount_review_text {
    font-family: var(--font);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    margin-bottom: 40px;
}

.purple-text {
    margin-bottom: 10px;
}

.discount_review_link {
    display: flex;
}

.discount_review_link a {
    color: #1B3B13 !important;
    text-decoration: underline;
}

.discount_review_link {
    font-family: var(--font);
    font-weight: 400;
    font-size: 16px !important;
    color: #000000;
    gap: 15px;
    margin-top: 20px;
}

.discount_review_link p {
    font-size: 16px !important;
}

.backed_research {
    background: #781945;
}

.single_research{
    padding:0px !important;
    height:auto !important;
}

.single_research a {
    border: 1px solid #D5FA99;
    padding: 10px 20px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    font-size: 18px !important;
    text-align: center;
    color: #D5FA99 !important;
    text-decoration: none !important;
    border-radius: 50px;
    white-space: nowrap;
}

.wellness_section {
    background: #D3D6BB;
}

.step_btn {
    width: 35% !important;
}

.wellness_overlay {
    width: 70% !important;
}

.advice_content {
    align-items: start !important;
}

.advice_text_purple {
    color: #781945;
    font-family: var(--heading);
    font-weight: 600;
    font-size: 20px;
}

.real_stories_link {
    color: var(--cream) !important;
}

/* Discover section: gradient text overlay cards (replaces pill badge) */
.discover_body .supplement_link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.discover_body .discover_item img {
    border-radius: 12px;
}

.discover_body .discover_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 30px 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80%);
    border-radius: 0 0 12px 12px;
}

.discover_body .discover_title {
    margin: 0;
    color: var(--cream);
    font-family: var(--heading);
    font-weight: 700;
    font-size: clamp(16px, 1.6vw, 20px);
}

.discover_body .discover_desc {
    margin: 0;
    color: var(--cream);
    font-family: var(--font);
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    opacity: 0.9;
}

@media only screen and (max-width: 767px) {
    .eyebrow_line {
    font-size: 15px !important;
    }
    .discount_review_text {
    margin-bottom: 20px;
    }
    .discover_item img.d-block.d-md-none {
        aspect-ratio:unset !important; 
    }
    .discount_review_link {
    gap: 10px;
    }
    .logo-login .content_area {
        padding: 10px 0 15px;
    }
}
