* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    background: rgb(238, 245, 238);
}

a { color: #1e5a22; text-decoration: none; }
a:hover { text-decoration: underline; }

.page {
    width: 780px;
    margin: 18px auto 28px;
    background: #ffffff;
}

.masthead {
    background: rgb(238, 245, 238);
    color: #ffffff;
    padding: 0;
}

.masthead-image {
    display: block;
}

.masthead-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.nav {
    background: #234b20;
    border-top: 1px solid #6f8f66;
    border-bottom: 1px solid #d9e3d5;
    padding: 8px 24px;
    font-size: 11px;
}

.nav a {
    color: #ffffff;
    font-weight: bold;
    margin-right: 18px;
}

.main {
    padding: 0;
    border-left: 1px solid #d3dccd;
    border-right: 1px solid #d3dccd;
    border-bottom: 1px solid #d3dccd;
}

.content {
    background: #fcfcfa;
}

.issue-intro-box {
    padding: 18px 20px 16px;
    background: linear-gradient(180deg, #f8faf4 0%, #edf4e9 100%);
}

.issue-kicker {
    display: inline-block;
    background: #2d5c27;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 9px;
    margin-bottom: 10px;
}

.issue-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.1;
    color: #234b20;
    margin-bottom: 6px;
}

.issue-date {
    color: #556950;
    font-size: 16px;
    margin-bottom: 10px;
}

.issue-intro {
    color: #4b5847;
    line-height: 1.6;
}

.articles-list {
    padding: 8px 20px 22px;
}

.article-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px dotted #c6d0c1;
}

.article-item:last-child {
    border-bottom: none;
}

.article-preview {
    width: 170px;
    flex: 0 0 170px;
}

.article-preview img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    background: transparent;
    padding: 0;
}

.article-text {
    flex: 1;
    min-width: 0;
}

.article-cat {
    display: inline-block;
    background: #2d5c27;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 7px;
    margin-bottom: 8px;
}

.article-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 6px;
    font-family: Georgia, "Times New Roman", serif;
}

.article-title a {
    color: #1f5323;
}

.article-subtitle {
    font-size: 13px;
    line-height: 1.35;
    color: #556950;
    margin-bottom: 7px;
}

.article-author {
    font-size: 11px;
    color: #6c7768;
    margin-bottom: 8px;
}

.article-author strong {
    color: #1e5a22;
}

.article-summary {
    color: #4b5847;
    line-height: 1.6;
    margin-bottom: 8px;
}

.read-more {
    font-size: 11px;
    font-weight: bold;
    color: #1e5a22;
}

.footer {
    padding: 18px 24px 22px;
    border-top: 1px solid #d7decf;
    color: #5d685b;
    font-size: 11px;
    text-align: center;
    background: #f3f5ef;
}

.footer a {
    color: #1e5a22;
}
