﻿/* ============================
   JOURNALS PAGE — HERO
   ============================ */

.journals-hero {
    background: #f5f5f2;
    padding: 100px 0 70px;
    text-align: center;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 22px;
    color: #6b7a3a;
    margin-bottom: 30px;
}

.journals-intro {
    max-width: 800px;
    margin: auto;
    font-size: 18px;
    color: #444;
}


/* ============================
   JOURNALS LIST
   ============================ */

.journals-list {
    padding: 80px 0;
}

.journal-block {
    background: #ffffff;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 40px;
}

.journal-category {
    color: #6b7a3a;
    font-size: 18px;
    margin-bottom: 10px;
}

.journal-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.journal-desc {
    color: #555;
    margin-bottom: 20px;
}

.learn-more {
    color: #6b7a3a;
    text-decoration: none;
    font-weight: 500;
}

    .learn-more:hover {
        text-decoration: underline;
    }
