/* ===== ТЕМА ДЛЯ АВГУСТА 2026 ===== */
body {
    background-color: #F0F7F0 !important;
}

/* Шапка */
.site-title {
    color: #2E7D32 !important;
}

.site-header {
    border-bottom-color: #2E7D32 !important;
}

/* Меню */
.main-nav {
    background: #2E7D32 !important;
}

.main-nav ul li a:hover {
    background: #1B5E20 !important;
}

.main-nav ul li a.active {
    color: #2E7D32 !important;
}

/* Заголовки статей */
.section-title {
    background: #2E7D32 !important;
    border-color: #2E7D32 !important;
}

/* Кнопки */
.vote-btn, .submit-btn {
    background: #2E7D32 !important;
}
.submit-btn:hover {
    background: #1B5E20 !important;
}

.poll-box-inner .vote-btn {
    background: #2E7D32 !important;
}

/* Кнопка "ВВЕРХ" */
#back-to-top {
    background: #2E7D32 !important;
}

#back-to-top:hover {
    background: #1B5E20 !important;
}

/* Разделители */
hr {
    border-top-color: #2E7D32 !important;
}
.footer {
    border-top-color: #2E7D32;
}
/* Подпись автора — верхняя линия */
.signature-block {
    border-top-color: #2E7D32;
}
.signature-block {
    border-top-color: #2E7D32 !important;
}
.quote {
    border-left-color: #2E7D32 !important;
}