.tbl-649c4526-container {
    width: 100%;
    font-family: sans-serif;
    margin: 20px 0;
}

.tbl-649c4526-header {
    margin-bottom: 25px;
}

.tbl-649c4526-title-badge {
    display: inline-block;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tbl-649c4526-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
}

.tbl-649c4526-grid {
    display: grid;
    grid-template-columns: 2.5fr repeat(var(--tbl-cols, 3), 1fr);
    gap: 15px 0;
    align-items: center;
    min-width: 750px; /* Force minimum desktop-like layout width to trigger horizontal scrolling on mobile */
}

.tbl-649c4526-row-header-spacer {
    grid-column: 1;
}

.tbl-649c4526-col-header {
    text-align: center;
}

.tbl-649c4526-col-badge {
    display: inline-block;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 12px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Rounded Border rows mimicking the exact design */
.tbl-649c4526-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: inherit;
    border: 2px solid #FF7E67;
    border-radius: 20px;
    padding: 15px 25px;
    align-items: center;
    background-color: #fff;
}

.tbl-649c4526-row-meta {
    padding-right: 15px;
}

.tbl-649c4526-row-title {
    font-weight: bold;
    font-size: 16px;
}

.tbl-649c4526-row-subtitle {
    font-size: 12px;
    margin-top: 4px;
}

.tbl-649c4526-cell-val {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.tbl-649c4526-footer {
    margin-top: 20px;
    font-size: 11px;
    text-align: right;
}
