/* Виправлення білого тексту у світлій темі для секції відгуків */

/* Головні контейнери */
body.light-theme #recent-applications,
body.light-theme #applications-container,
body.light-theme .application-item {
    color: #2c3e50 !important;
    background: #ffffff !important;
}

/* Всі елементи в секції відгуків */
body.light-theme #recent-applications *,
body.light-theme #applications-container *,
body.light-theme .application-item * {
    color: #2c3e50 !important;
}

/* Заголовки */
body.light-theme .applicant-info h3,
body.light-theme #recent-applications h2 {
    color: #2c3e50 !important;
}

/* Мета-інформація */
body.light-theme .applicant-meta,
body.light-theme .applicant-meta span {
    color: #495057 !important;
}

/* Іконки в мета-інформації */
body.light-theme .applicant-meta i {
    color: #6c757d !important;
}

/* Повідомлення заявки */
body.light-theme .application-message {
    color: #2c3e50 !important;
    background: rgba(52, 152, 219, 0.1) !important;
}

body.light-theme .application-message * {
    color: #2c3e50 !important;
}

body.light-theme .application-message i {
    color: #3498db !important;
}

/* Кнопки дій - залишаємо білий текст */
body.light-theme .application-actions button,
body.light-theme .application-actions .view-resume-btn,
body.light-theme .application-actions .view-profile-btn,
body.light-theme .application-actions .approve-btn,
body.light-theme .application-actions .reject-btn,
body.light-theme .application-actions .contact-btn {
    color: white !important;
}

body.light-theme .application-actions button *,
body.light-theme .application-actions button i {
    color: white !important;
}

/* Статуси */
body.light-theme .status {
    color: #ffffff !important;
}

body.light-theme .status * {
    color: inherit !important;
}

/* Порожній стан */
body.light-theme .empty-state {
    color: #6c757d !important;
}

body.light-theme .empty-state h3 {
    color: #2c3e50 !important;
}

body.light-theme .empty-state i {
    color: #bdc3c7 !important;
}

/* Секційні заголовки */
body.light-theme .section-icon {
    color: #3498db !important;
}

/* Глобальний фікс для dashboard */
body.light-theme .dashboard-section {
    background: #ffffff !important;
} 