/* =========================================================
   2-й раздел — мягкая серая подсветка
   Раздел: "Деньги в просчетах и работе"
   ========================================================= */

.calculation-money-section {
    background: #f6f7f9 !important;
    border: 2px solid #d1d5db !important;
    border-left: 7px solid #6b7280 !important;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06) !important;
}

.calculation-money-section .card-title h2,
.calculation-money-section h2 {
    color: #374151 !important;
}

.calculation-money-section .hint {
    color: #6b7280 !important;
}

.calculation-money-section .table-wrap {
    background: #ffffff !important;
    border-color: #d1d5db !important;
}

.calculation-money-section th {
    background: #eef0f3 !important;
    color: #374151 !important;
    border-bottom: 2px solid #cbd5e1 !important;
}

.calculation-money-section td {
    background: #ffffff !important;
}

.calculation-money-section tr:hover td {
    background: #f8fafc !important;
}

/* Кнопки внутри 2-го раздела — спокойный серый контур */
.calculation-money-section .small-btn,
.calculation-money-section .btn-light,
.calculation-money-section button {
    border-color: #cbd5e1 !important;
}

.calculation-money-section .small-btn:hover,
.calculation-money-section .btn-light:hover {
    background: #f3f4f6 !important;
    color: #374151 !important;
    border-color: #6b7280 !important;
}

/* Отложенные сделки во 2-м разделе оставляем красными, чтобы не потерять важность */
.calculation-money-section .postponed-calculation-row td {
    background: #fff5f5 !important;
    border-bottom-color: #fecaca !important;
}

.calculation-money-section .postponed-calculation-row td:first-child {
    border-left: 5px solid #dc2626 !important;
}

@media (max-width: 950px) {
    .calculation-money-section {
        border-left-width: 5px !important;
    }
}
