.bg-blue-gradient {
    background: linear-gradient(45deg, #0F182A, #1F283B);
}

.full-width-gradient {
    background: #141414;
    width: 100%;
}

.health-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 0.0rem;
    position: relative;
    align-items: stretch;
}
/*
.health-scroll-container::-webkit-scrollbar {
    display: none;
}
*/
.health-scroll-container .health-col {
    flex: 0 0 auto;
    width: 262px;
    display: flex;
    height: 100%;
    align-self: stretch;
}
.health-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.status-badge {
    font-size: 0.875rem;
    font-weight: 400;
}

/* Ensure badges in the health snapshot use normal weight */
#health-snapshot-container .badge {
    font-weight: 400;
}

/* Accordion headers should have normal weight */
.accordion-button {
    font-weight: 400;
}
