.hul-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: auto;
}

.hul-table th,
.hul-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.hul-table th {
    background-color: #f9f9f9;
    font-weight: 600;
}

.hul-bulk {
    margin-bottom: 20px;
    float: right;
}

.hul-notice {
    background-color: #d4edda;
    color: #155724;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-left: 5px solid #28a745;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

@media (prefers-color-scheme: dark) {
    .hul-table th {
        background-color: #333;
        color: #f1f1f1;
    }

    .hul-table td {
        border-color: #555;
    }

    .hul-notice {
        background-color: #254b33;
        color: #d4edda;
        border-left-color: #28a745;
    }
}
