/* ===========================
   TAXONOMY PRICE CATEGORY PAGE
   =========================== */
.breadcrumbs span:last-child {
    color: var(--Primary);
}

.category-services__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.term-title-wrapper h1 {
    font-size: 36px;
    margin-bottom: 40px;

}
.category-services {
    padding: 60px 0 120px;
}

#taxonomy-price-block .tpb {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#taxonomy-price-block .tpb-item {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 35px 18px 40px;
    background: var(--Background-light, #F7F2EF);
    border-radius: 0 30px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: 0.15s ease-in;
}

#taxonomy-price-block .tpb-item:hover {
    background-color: var(--Card);
    border-color: var(--Stroke);
}

#taxonomy-price-block .tpb-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    z-index: -1;
}

#taxonomy-price-block .tpb-title {
    color: var(--Head, #16111F);
}

#taxonomy-price-block .tpb-btn {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/swiper-btn.svg');
    background-position: center;
    transition: 0.15s ease-in;
}


/* ===== MEDIA ===== */

@media (max-width: 769px) {
    #taxonomy-price-block .tpb-item {
        padding: 18px 35px 18px 50px;
    }
}

@media (max-width: 576px) {
    #taxonomy-price-block .tpb-item {
        padding: 15px 20px;
    }
}

@media (max-width: 498px) {
    #taxonomy-price-block .tpb-item {
        padding: 10px 15px;
        gap: 15px;
    }
}
