/* Intentional Consumerism Post Styles */
/* Based on the shared post layout with unique accent color */

.container {
    max-width: 680px; /* Optimal reading width for blogs */
    margin: 4rem auto;
    padding: 0 20px;
}

header {
    margin-bottom: 4rem;
}

h1 {
    font-size: 2.8rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.meta {
    color: #718096;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eaeaea;
}

.content-section {
    margin-bottom: 3.5rem;
}

h2 {
    font-size: 2rem;
    color: #2d6a4f; /* Deep green — intentionality & sustainability */
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.35rem;
    color: var(--text-color);
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

p {
    font-size: 1.125rem; /* 18px */
    line-height: 1.8;
    color: #333333;
    margin-bottom: 1.5rem;
}

/* Conclusion specific styling */
.conclusion {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 3px solid #2d6a4f;
}

.conclusion h2 {
    margin-top: 0;
    color: var(--text-color);
}

/* References Section */
.ref-box {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #eaeaea;
}

.ref-box h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a0aec0;
    margin-bottom: 1rem;
}

.ref-box p {
    font-size: 0.95rem;
    color: #4a5568;
    margin-bottom: 0.5rem;
    word-break: break-all;
}

/* Elegant links — green accent for this post */
a {
    color: #2d6a4f;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(45, 106, 79, 0.3);
    transition: text-decoration-color 0.2s ease;
}

a:hover {
    text-decoration-color: #2d6a4f;
}
