h2, h3 {
    font-size: 1.8rem !important;
    line-height: normal;
    color: #1a1a1a !important;
}

h1.lush-article-title {
    display: block !important;
}

.lush-detail-page {
    max-width: 1920px !important;
}

.lush-detail-page {
    padding: 3rem 0 4rem;
}

.lush-article {
    margin: 0 auto;
    max-width: 1440px;
}

.lush-article-hero {
    position: relative;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

.lush-article-hero-news {
    min-height: 420px;
}

.lush-article-hero-overlay {
    display: none;
    /* position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,60,45,0.4) 0%, rgba(18,20,20,0.95) 100%); */
}

.lush-article-inner {
    position: relative;
    padding: 0 2rem;
    max-width: 1440px;
    margin: 0 auto
}

.lush-article-inner-news {
    padding-top: 1rem;
}

.lush-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    color: #1a1a1a;
    letter-spacing: 0.14em;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.lush-article-category,
.lush-article-meta span,
.lush-article-meta time {
    color: #1a1a1a;
    text-decoration: none;
}

.lush-article-category {
    border: 1px solid #1a1a1a;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
}

.lush-article-title {
    margin: 0 0 1.75rem;
    font-size: clamp(2.8rem, 4vw, 4.8rem);
    line-height: normal;
    letter-spacing: -0.04em;
    color: #1a1a1a !important;
}

.lush-article-content {
    color: #1a1a1a;
    line-height: 1.95;
    font-size: 1.05rem;
}

.lush-article-content p {
    margin-bottom: 1rem;
}

.lush-article-content p:first-of-type::first-letter {
    float: left;
    margin-right: 0.85rem;
    font-size: 4.4rem;
    line-height: 0.75;
    font-weight: 700;
    color: #ccaf72;
}

.lush-article-content blockquote {
    margin: 2rem 0;
    padding: 1.8rem 1.7rem;
    border-left: 3px solid #ccaf72;
    background: rgba(255,255,255,0.04);
    color: #efe9da;
}

.lush-article-content figure {
    margin: 0;
}

.lush-article-content figcaption {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.62);
}

.lush-post-tags {
    margin-top: 2.5rem;
    color: rgba(255,255,255,0.75);
}

.lush-author-bio {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-top: 3rem;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.08);
    background: #0b3c2d;
    border-radius: 1rem;
}

.lush-author-avatar {
    width: 200px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    display: grid;
    place-items: center;
}

.lush-author-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}

.lush-author-details h3 {
    margin: 0 0 0.4rem;
    font-size: 1.2rem;
    color: #fff !important;
}

.lush-author-details p {
    margin: 0.35rem 0;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
}

.lush-author-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.lush-author-links a {
    color: #ccaf72 !important;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    gap: 0.4rem;
}

.lush-author-links a:hover {
    color: #f6f4ee;
}

@media (max-width: 860px) {
    .lush-article-inner,
    .lush-article-inner-news {
        padding: 0 1.25rem;
    }

    .lush-article-title {
        font-size: 3rem;
    }
}

@media (max-width: 720px) {
    .lush-detail-page {
        padding: 2rem 0 3rem;
    }

    .lush-article-hero {
        min-height: 300px;
    }

    .lush-author-bio {
        grid-template-columns: 1fr;
    }
}
