
.cd-icon-image img {
    object-fit: cover !important;
}

/* === COLUMN headers SIZES === */

.credit-cards-header.cd-table-header > *:nth-child(1) {
    flex: 0 0 24% !important;
}

.credit-cards-header.cd-table-header > *:nth-child(2) {
    flex: 0 0 8% !important;
}

.credit-cards-header.cd-table-header > *:nth-child(3) {
    flex: 0 0 12% !important;
}

.credit-cards-header.cd-table-header > *:nth-child(4) {
    flex: 0 0 8% !important;
}

.credit-cards-header.cd-table-header > *:nth-child(5) {
    flex: 0 0 14% !important;
}

.credit-cards-header.cd-table-header > *:nth-child(6) {
    flex: 0 0 10% !important;
}

/* === COLUMN SIZES === */

.credit-card-row.cd-table-row > *:nth-child(1) {
    flex: 0 0 25% !important;
    min-width: 200px !important;
}

.credit-card-row.cd-table-row > *:nth-child(2) {
    flex: 0 0 5% !important;
    min-width: 120px !important;
}

.credit-card-row.cd-table-row > *:nth-child(3) {
    flex: 0 0 5% !important;
    min-width: 120px !important;
}

.credit-card-row.cd-table-row > *:nth-child(4) {
    flex: 0 0 15% !important;
    min-width: 120px !important;
}

.credit-card-row.cd-table-row > *:nth-child(5) {
    flex: 0 0 10% !important;
    min-width: 80px !important;
}

.credit-card-row.cd-table-row > *:nth-child(6) {
    flex: 0 0 15% !important;
    min-width: 120px !important;
}
