/* ACH Content Blocks - Article Archive & News Feed Styles */

.ach-article-archive,
.ach-news-feed,
.ach-popular-articles {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 0;
}

.ach-archive-header h2,
.ach-news-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.ach-archive-controls {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.ach-archive-controls select {
    padding: 8px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

.ach-article-list,
.ach-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ach-article-item {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
}

.ach-article-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.ach-article-item h3 a {
    color: #1a56db;
    text-decoration: none;
}

.ach-article-item h3 a:hover {
    color: #1e40af;
    text-decoration: underline;
}

.ach-excerpt {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 8px;
}

.ach-date {
    font-size: 13px;
    color: #9ca3af;
}

.ach-popular-articles {
    background: #f9fafb;
    border-radius: 8px;
    padding: 24px;
}

.ach-popular-articles h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.ach-popular-articles ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ach-popular-articles li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.ach-popular-articles li:last-child {
    border-bottom: none;
}

.ach-popular-articles a {
    color: #1a56db;
    text-decoration: none;
    font-size: 15px;
}

.ach-popular-articles a:hover {
    color: #1e40af;
    text-decoration: underline;
}

.ach-loading {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
}
