body {
    background: #f2f7fb;
    min-height: 100vh;
}

.page-header {
    background: #1f3a54;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
}

.status-chip {
    width: 35px;
    padding: 6px 0px;
}

.device-name-small {
    color: #6c757d;
    font-size: 0.675rem;
    margin-top: 0.15rem;
}

.current-values {
    font-size: 0.7rem;
    color: inherit;
    line-height: 1.3;
}

.table-responsive {
    min-height: 300px;
}

.table th,
.table td {
    font-size: 0.75rem;
}

.table .btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.table tbody tr.row-even {
    background-color: #f8fbff !important;
}

.table tbody tr.row-odd {
    background-color: #ffffff !important;
}

.table tbody tr.row-even:hover,
.table tbody tr.row-odd:hover {
    background-color: #eaf4ff !important;
}

.btn-scan {
    min-width: 200px;
    margin-top: 27px;
}