.card-overview-layout {
    display: flex;
    height: 100%;
    padding: 16px;
    align-items: flex-start;
    align-content: flex-start;
    /*gap: 16px;*/
    flex-shrink: 0;
    flex-wrap: wrap;
    border-radius: 6px;
    border: 1px solid var(--sds--grey-400, #DEE4E4);
    background: var(--sds--grey-000, #FFF);
    flex-direction: column;
    gap: var(--4xs, 4px);
}

.data-over-view-header {
    color: #000;
    /* B5/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    align-self: stretch;
    /*padding: 16px;*/
}

.data-over-view-count {
    color: #000;
    /* B1/Medium */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    align-self: stretch;
    /*padding: 16px;*/
    height: 30px;
}

.data-over-view-badge {
    /*padding-bottom: 16px;*/
}
