.card-title-with-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sensor-status {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.header {
    flex: 0 0 auto;
}

.card.h-100 {
    max-width: 500px;
}