#hc-maas-hesaplama-2026 {
    background: #ffffff;
    border-color: #d8dee8;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
}

#hc-maas-hesaplama-2026 h3 {
    border-bottom: 1px solid #e5eaf2;
    color: #24364f;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 18px;
    padding-bottom: 12px;
}

.hc-maas-hesaplama-2026-form {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.hc-maas-hesaplama-2026-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
}

#hc-maas-hesaplama-2026 .hc-form-group {
    margin-bottom: 10px;
}

#hc-maas-hesaplama-2026 .hc-form-group label {
    font-size: 12px;
    margin-bottom: 4px;
}

#hc-maas-hesaplama-2026 .hc-form-group input,
#hc-maas-hesaplama-2026 .hc-form-group select {
    font-size: 13px;
    padding: 6px 9px;
}

#hc-maas-hesaplama-2026 .hc-form-group select:disabled {
    background: #f3f4f6;
    color: #6b7280;
    cursor: not-allowed;
}

.hc-maas-hesaplama-2026-checks {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.hc-maas-hesaplama-2026-checks label {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    font-size: 12px;
    line-height: 1.3;
}

.hc-maas-hesaplama-2026-primary {
    display: block;
    margin: 8px auto 6px;
    max-width: 280px;
    width: 100%;
}

.hc-maas-hesaplama-2026-detail {
    margin-top: 14px;
}

.hc-maas-hesaplama-2026-title {
    color: #526579;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px;
}

.hc-maas-hesaplama-2026-table-wrap {
    background: #ffffff;
    border: 1px solid #cfd7e3;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    overflow-x: auto;
    scrollbar-color: #8d99a8 #f1f5f9;
    scrollbar-width: thin;
    width: 100%;
}

.hc-maas-hesaplama-2026-table-wrap::-webkit-scrollbar {
    height: 12px;
}

.hc-maas-hesaplama-2026-table-wrap::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.hc-maas-hesaplama-2026-table-wrap::-webkit-scrollbar-thumb {
    background: #8d99a8;
    border: 3px solid #f1f5f9;
    border-radius: 999px;
}

.hc-maas-hesaplama-2026-table {
    border-collapse: collapse;
    color: #0f2742;
    font-size: 10px;
    min-width: 960px;
    table-layout: fixed;
    width: 100%;
}

.hc-maas-hesaplama-2026-table th,
.hc-maas-hesaplama-2026-table td {
    border: 1px solid #d8e0eb;
    line-height: 1.08;
    padding: 3px 2px;
    text-align: right;
    vertical-align: middle;
    word-break: normal;
}

.hc-maas-hesaplama-2026-table thead th {
    background: #f6f9fc;
    border-bottom-color: #b9c5d4;
    color: #0b1f35;
    font-size: 9px;
    font-weight: 700;
    height: 46px;
    vertical-align: bottom;
}

.hc-maas-hesaplama-2026-table th:first-child,
.hc-maas-hesaplama-2026-table td:first-child {
    text-align: left;
    width: 56px;
}

.hc-maas-hesaplama-2026-table th:nth-child(2),
.hc-maas-hesaplama-2026-table td:nth-child(2) {
    width: 78px;
}

.hc-maas-hesaplama-2026-table tbody tr:nth-child(even) td,
.hc-maas-hesaplama-2026-table tbody tr:nth-child(even) th {
    background: #fbfdff;
}

.hc-maas-hesaplama-2026-table tbody tr:hover td,
.hc-maas-hesaplama-2026-table tbody tr:hover th {
    background: #eef6ff;
}

.hc-maas-month {
    background: #ffffff;
    color: #20344d;
    font-weight: 700;
}

.hc-maas-input {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    box-sizing: border-box;
    color: #24364f;
    font-family: inherit;
    font-size: 10px !important;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
    height: 22px;
    max-width: none;
    min-width: 72px;
    line-height: 1.08;
    padding: 1px 3px;
    text-align: right;
    width: 100%;
}

.hc-maas-input:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.16);
    outline: none;
}

.hc-maas-empty {
    color: #a0a7b2;
}

.hc-maas-hesaplama-2026-table tfoot th {
    background: #eef4fb;
    border-top-color: #b9c5d4;
    color: #0b1f35;
    font-weight: 700;
}

.hc-maas-hesaplama-2026-table tfoot th:first-child,
.hc-maas-hesaplama-2026-table tfoot th:nth-child(2) {
    background: #e7f0fa;
}

.hc-maas-hesaplama-2026-bottom {
    margin-top: 14px;
}

.hc-maas-hesaplama-2026-notes {
    color: #1f2937;
    font-size: 11px;
    line-height: 1.45;
    margin: 14px 0 0;
    padding-left: 20px;
}

@media (max-width: 1180px) {
    #hc-maas-hesaplama-2026 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #hc-maas-hesaplama-2026 {
        padding: 16px;
        width: calc(100vw - 16px);
    }

    .hc-maas-hesaplama-2026-grid-2 {
        grid-template-columns: 1fr;
    }

    .hc-maas-hesaplama-2026-title {
        font-size: 16px;
    }

    .hc-maas-hesaplama-2026-table {
        font-size: 10px;
        min-width: 960px;
    }

    .hc-maas-input {
        min-width: 72px;
    }
}
