.hc-kk-limit-kullanim- .hc-result-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.hc-kk-limit-kullanim- .hc-status-box {
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.hc-kk-limit-kullanim- .hc-status-good { background-color: #e8f5e9; color: #2e7d32; }
.hc-kk-limit-kullanim- .hc-status-warn { background-color: #fff3e0; color: #ef6c00; }
.hc-kk-limit-kullanim- .hc-status-bad { background-color: #ffebee; color: #c62828; }
