
/* BHXH Tools Pro */

.bhxh-tools{
    max-width:900px;
    margin:20px auto;
    font-family:Arial,Helvetica,sans-serif;
}

.bhxh-box{
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    padding:24px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.bhxh-box h2{
    margin-top:0;
    color:#0d6efd;
}

.bhxh-note{
    color:#666;
    margin-bottom:20px;
}

.bhxh-field{
    margin-bottom:16px;
}

.bhxh-field label{
    display:block;
    font-weight:600;
    margin-bottom:6px;
}

.bhxh-field input,
.bhxh-field select,
.bhxh-period-row input{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    border-radius:8px;
    box-sizing:border-box;
}

.bhxh-period-row{
    display:grid;
    grid-template-columns:1fr 1fr 1fr auto;
    gap:10px;
    margin-bottom:10px;
}

.bhxh-primary,
.bhxh-secondary,
.bhxh-remove-row,
.bhxh-print{
    border:none;
    border-radius:8px;
    padding:10px 16px;
    cursor:pointer;
}

.bhxh-primary{
    background:#0d6efd;
    color:#fff;
}

.bhxh-secondary{
    background:#198754;
    color:#fff;
    margin-right:8px;
}

.bhxh-remove-row{
    background:#dc3545;
    color:#fff;
}

.bhxh-print{
    background:#6c757d;
    color:#fff;
    margin-top:15px;
}

.bhxh-result{
    margin-top:20px;
}

.bhxh-result-inner{
    border:1px solid #dbe7ff;
    background:#f8fbff;
    border-radius:10px;
    padding:20px;
}

.bhxh-result-status{
    padding:12px;
    border-radius:8px;
    margin-bottom:15px;
    font-weight:700;
}

.bhxh-result-status.is-ok{
    background:#d1e7dd;
    color:#0f5132;
}

.bhxh-result-status.is-warning{
    background:#fff3cd;
    color:#664d03;
}

.bhxh-result-table{
    width:100%;
    border-collapse:collapse;
}

.bhxh-result-table td{
    border-bottom:1px solid #eee;
    padding:10px;
}

.bhxh-total-row{
    background:#eaf4ff;
    font-size:18px;
}

.bhxh-month-list{
    margin-top:15px;
}

.bhxh-explanation{
    margin-top:15px;
    line-height:1.6;
    color:#444;
}

@media(max-width:768px){

    .bhxh-period-row{
        grid-template-columns:1fr;
    }

    .bhxh-primary,
    .bhxh-secondary{
        width:100%;
        margin-bottom:10px;
    }
}

@media print{

    .bhxh-primary,
    .bhxh-secondary,
    .bhxh-remove-row,
    .bhxh-print{
        display:none !important;
    }

    .bhxh-box{
        border:none;
        box-shadow:none;
    }
}
