.wblg-container {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wblg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wblg-btn-scan {
    background: #2271b1;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
}

.wblg-btn-scan:hover {
    background: #135e96;
}

.wblg-table {
    margin-top: 20px;
}

.wblg-status-bad {
    color: #d63638;
    font-weight: bold;
}
