#categories-filter {
    background-color: #EDF7FC;
}

#categories-filter .flex {
    gap: 16px;
}

#categories-filter .container {
    max-width: 100%;
}

.category-btn {
    padding: 6px 16px;
    color: #006AC3;
    border-radius: 20px;
    border: 0.5px solid #B3B3B3;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.category-btn.active {
    border: 1px solid #006AC3;
}

.category-btn:before {
    content:"";
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 16px;
}

.category-btn.special:before {
    background-image: url(/credit-cards/transformer/img/all-credit-cards/cat-icon-special.svg);
}

.category-btn.travel:before {
    background-image: url(/credit-cards/transformer/img/all-credit-cards/cat-icon-travel.svg);
}

.category-btn.rewards:before {
    background-image: url(/credit-cards/transformer/img/all-credit-cards/cat-icon-rewards.svg);
}

.category-btn.cashback:before {
    background-image: url(/credit-cards/transformer/img/all-credit-cards/cat-icon-cashback.svg);
}

.category-btn.student:before {
    background-image: url(/credit-cards/transformer/img/all-credit-cards/cat-icon-student.svg);
}

.category-btn.lowinterest:before {
    background-image: url(/credit-cards/transformer/img/all-credit-cards/cat-icon-lowinterest.svg);
}

.category-btn.nofee:before {
    background-image: url(/credit-cards/transformer/img/all-credit-cards/cat-icon-nofee.svg);
}

#cards-filter .section-inner {
    padding-top: 24px;
    padding-bottom: 32px;
}

#which-card-type .type-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#which-card-type h5 {
    margin-bottom: 8px;
}

#which-card-type .type-travel-img {
    width: 240px;
    height: 200px;
    background-image: url(/credit-cards/transformer/img/all-credit-cards/all-cc-travel-img.png);
    background-repeat: no-repeat;
    background-position: center;
}

#which-card-type .type-rewards-img {
    width: 240px;
    height: 200px;
    background-image: url(/credit-cards/transformer/img/all-credit-cards/all-cc-rewards-img.png);
    background-repeat: no-repeat;
    background-position: center;
}

#which-card-type .type-cashback-img {
    width: 240px;
    height: 200px;
    background-image: url(/credit-cards/transformer/img/all-credit-cards/all-cc-cashback-img.png);
    background-repeat: no-repeat;
    background-position: center;
}

#which-card-type .type-low-interest-img {
    width: 240px;
    height: 200px;
    background-image: url(/credit-cards/transformer/img/all-credit-cards/all-cc-low-interest-img.png);
    background-repeat: no-repeat;
    background-position: center;
}

.card-finder-grid {
    height: 420px;
    padding: 30px;
    border-radius: 8px;
    background-color: #F3F7F8;
    background-image: url(/credit-cards/transformer/img/all-credit-cards/all-cc-wallet.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

#faq-anchor .sub-section {
    margin-bottom: 24px;
}

.which-card-type-paragraph {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.which-card-type-benefits {
    font-weight: 500;
}