.goodlife-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 58px;
}

.goodlife-hero-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1129px;
    width: 100%;
}
.goodlife-hero-header h1{
    text-align: center;
}

.goodlife-wrapper img{
    width: 100%;
}

.goodlife-hero-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.good-life-banner-caption{
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--font-henry);
    max-width: 1200px;
    width: 100%;
}

.goodlife-article-details{
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 60px;
    margin: 0 360px;
    gap: 28px;
}

.goodlife-subtitle{
    font-size: 28px;
    font-family: var(--font-henry);
    font-weight: 400;
    line-height: normal;
}

.post-categories{
    display: flex;
    flex-direction: row;    
    align-items: center;
    justify-content: center;
}

.post-categories p + p::before {
    content: "•";
    margin: 0 8px; /* adjust for perfect centering */
    display: inline-block;
}

.post-categories p{
    font-size: 16px;
    font-family: var(--font-henry);
    line-height: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.post-categories p + p::before {
    content: "•";
    padding: 0 6px;
}

.post-label{
    font-weight: 600 !important;
}

.post-date{
    font-weight: 400 !important;
}

.article-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.article-wrapper{
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 360px;
    gap: 40px;
    padding-bottom: 80px;
}


.entry-content p{
    font-family: var(--font-henry);
    font-size: 20px;
    font-weight: 300;
}

.goodlife-article-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.article-image-single img{
    width: 100%;
    max-height: 660px;
    border-radius: 8px;
}

.image-caption{
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--font-henry);
    width: 100%;
}

/* ---------- TABLET (≤1024px) ---------- */
@media (max-width: 1024px) {
    .goodlife-wrapper {
        gap: 40px;
    }

    .goodlife-hero-header {
        max-width: 90%;
        gap: 15px;
    }

    .goodlife-hero-header h1 {
        font-size: 38px;
    }

    .good-life-banner-caption {
        font-size: 18px;
        max-width: 100%;
    }

    .goodlife-article-details {
        margin: 0 60px;
        padding-top: 60px;
        padding-bottom: 40px;
        gap: 24px;
    }

    .goodlife-subtitle {
        font-size: 24px;
    }

    .post-categories p {
        font-size: 14px;
    }

    .article-icons {
        gap: 12px;
    }

    .article-wrapper {
        margin: 0 60px;
        gap: 32px;
        padding-bottom: 60px;
    }

    .entry-content p {
        font-size: 18px;
    }

    .article-image-single img {
        max-height: 500px;
    }

    .image-caption {
        font-size: 18px;
    }
}

/* ---------- MOBILE (≤768px) ---------- */
@media (max-width: 768px) {
    .goodlife-wrapper {
        gap: 30px;
        padding: 20px 0;
    }

    .goodlife-hero-header {
        max-width: 95%;
        gap: 10px;
    }

    .goodlife-hero-header h1 {
        font-size: 28px;
        text-align: center;
    }

    .good-life-banner-caption {
        font-size: 16px;
        max-width: 100%;
        text-align: center;
    }

    .goodlife-article-details {
        width: 100%;
        margin: 0 20px;
        padding-top: 40px;
        padding-bottom: 30px;
        gap: 20px;
    }

    .goodlife-subtitle {
        font-size: 20px;
    }

    .post-categories {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .post-categories p {
        font-size: 12px;
    }

    .article-icons {
        gap: 8px;
    }

    .article-wrapper {
        margin: 0 20px;
        gap: 24px;
        padding-bottom: 40px;
    }

    .entry-content p {
        font-size: 16px;
    }

    .article-image-single img {
        max-height: 300px;
    }

    .image-caption {
        font-size: 16px;
        text-align: center;
    }
}
