/* ==========================================================================
   ќѕ“»ћ»«ј÷»я EDOCMAN ѕќƒ Ѕ≈Ћџ… ‘ќЌ —ј…“ј (÷вет заголовков: #1372c6)
   ========================================================================== */

/* 1. «аголовки и ссылки документов */
.edocman-container h1, 
.edocman-container h2, 
.edocman-container h3,
.edocman-container .edocman-document-title,
.edocman-container .edocman-title a,
.edocman-container .category-name a {
    color: #1372c6 !important;
    font-weight: 600 !important;
}

/* Ёффект наведени¤ на ссылки (м¤гкое затемнение) */
.edocman-container .edocman-title a:hover,
.edocman-container .category-name a:hover {
    color: #0e5596 !important;
    text-decoration: underline !important;
}

/* 2.  нопки (—качать, ѕодробнее) в тон заголовкам */
.edocman-container .btn-primary,
.edocman-container .edocman-download-btn,
.edocman-container button[type="submit"] {
    background-color: #1372c6 !important;
    border: 1px solid #1372c6 !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease-in-out;
}

.edocman-container .btn-primary:hover,
.edocman-container .edocman-download-btn:hover {
    background-color: #0e5596 !important;
    border-color: #0e5596 !important;
    color: #ffffff !important;
}

/* 3. —писок файлов (в виде карточек на белом фоне) */
.edocman-document, 
.edocman-container .edocman-row,
.edocman-container .edocman-box {
    background: #ffffff !important; /* „истый белый фон карточки */
    border: 1px solid #e5e7eb !important; /* “онка¤ сера¤ граница, чтобы отделить от фона сайта */
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important; /* ≈два заметна¤ м¤гка¤ тень */
}

/* 4. “аблица документов (Table Layout) */
.edocman-container table, 
.edocman-container .table {
    background: #ffffff !important;
    border-collapse: collapse !important;
    border: 1px solid #e5e7eb !important;
}

/* Ўапка таблицы */
.edocman-container table th,
.edocman-container .table th {
    background-color: #f8fafc !important; /* ќчень светлый серый оттенок дл¤ контраста */
    color: #1e293b !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 14px 12px !important;
}

/* —троки таблицы */
.edocman-container table td,
.edocman-container .table td {
    padding: 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    vertical-align: middle !important;
}

/* Ёффект Zebra (подсветка строки при наведении мыши) */
.edocman-container table tr:hover td {
    background-color: #f8fafc !important;
}