.comp-table-container-c9c3f9db {
    width: 100%;
    margin: 1em 0;
}

.comp-table-container-c9c3f9db.resp-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comp-table-c9c3f9db {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
    text-align: left;
    font-size: 14px;
}

.comp-table-c9c3f9db th,
.comp-table-c9c3f9db td {
    border: 1px solid #dee2e6;
    padding: 12px 16px;
    vertical-align: middle;
}

.comp-table-c9c3f9db th {
    font-weight: 600;
}

/* Badges Stylings */
.comp-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15em;
    vertical-align: middle;
    margin-right: 6px;
}

.comp-badge.badge-plus {
    color: #28a745;
}

.comp-badge.badge-minus {
    color: #dc3545;
}

/* Responsive Block Stack Option */
@media (max-width: 767px) {
    .comp-table-container-c9c3f9db.resp-stack .comp-table-c9c3f9db {
        border: 0;
    }
    .comp-table-container-c9c3f9db.resp-stack .comp-table-c9c3f9db thead {
        display: none;
    }
    .comp-table-container-c9c3f9db.resp-stack .comp-table-c9c3f9db tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #dee2e6;
        border-radius: 4px;
    }
    .comp-table-container-c9c3f9db.resp-stack .comp-table-c9c3f9db td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        border: none;
        border-bottom: 1px solid #eee;
    }
    .comp-table-container-c9c3f9db.resp-stack .comp-table-c9c3f9db td:last-child {
        border-bottom: none;
    }
    .comp-table-container-c9c3f9db.resp-stack .comp-table-c9c3f9db td::before {
        content: attr(data-label);
        font-weight: 600;
        text-align: left;
        margin-right: 15px;
    }
}
