.casara-category-price-table {
    background: linear-gradient(180deg, #55483d 0%, #302820 100%);
    color: #f5e8d6;
    margin: 1rem 0 !important;
    padding: 3rem 0 !important;
}

.casara-category-price-table > .wrapper {
    width: min(100%, 1280px);
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem !important;
    box-sizing: border-box;
}

@media (min-width: 1320px) {
    .casara-category-price-table > .wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.casara-category-price-table .block-comparison_table > .head {
    text-align: center;
}

.casara-category-price-table .block-comparison_table > .head .title {
    margin: 0;
    color: #f2c27b;
    font-size: 1.375rem;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.casara-category-price-table .block-comparison_table > .head .description {
    max-width: 760px;
    margin: .625rem auto 0;
    color: rgba(245, 232, 214, .78);
    font-size: 1rem;
    line-height: 1.55;
}

.casara-category-price-table .block-comparison_table > .head .description::after {
    content: "";
    display: block;
    width: 148px;
    height: 1px;
    margin: .75rem auto 0;
    background: linear-gradient(90deg, transparent, #c99b57 42%, #f2c27b 50%, #c99b57 58%, transparent);
}

.casara-category-price-table .block-comparison_table > .content {
    margin-top: 2rem;
    overflow: visible;
}

.casara-category-price-table .comparisons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
    overflow: visible;
}

.casara-category-price-table .comparison-item {
    display: grid;
    justify-items: center;
    min-width: 0;
    padding: 2.25rem 2rem 1.625rem;
    border: 1px solid rgba(245, 232, 214, .42);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(0, 0, 0, .08));
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .casara-category-price-table .comparison-item:hover {
        position: relative;
        z-index: 2;
        transform: scale(1.08);
        border-color: rgba(245, 232, 214, .68);
        box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .18);
    }
}

.casara-category-price-table .comparison-item-title {
    margin: 0 0 .5rem;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.25;
}

.casara-category-price-table .comparison-item:nth-child(1) .comparison-item-title {
    color: #8ee056;
}

.casara-category-price-table .comparison-item:nth-child(2) .comparison-item-title {
    color: #ff8240;
}

.casara-category-price-table .comparison-item:nth-child(3) .comparison-item-title {
    color: #62d2df;
}

.casara-category-price-table .comparison-item-price {
    margin: 0;
    color: #ffc27d;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.casara-category-price-table .comparison-item-price sup {
    top: -.25em;
    font-size: .55em;
}

.casara-category-price-table .comparison-item-description {
    margin: .75rem 0 1.5rem;
    color: rgba(245, 232, 214, .7);
    font-size: .9375rem;
}

.casara-category-price-table .comparison-item-features {
    display: grid;
    gap: .875rem;
    width: 100%;
    margin: 0 0 1.625rem;
    padding: 0;
    color: #d6a667;
    font-size: .9375rem;
    line-height: 1.35;
    text-align: left;
    list-style: none;
}

.casara-category-price-table .comparison-item-features li::before {
    content: "\f00c";
    margin-right: .5rem;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: .75rem;
    font-weight: 900;
}

.casara-category-price-table .comparison-item-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border-radius: 999px;
    background: #ff813d;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.casara-category-price-table .comparison-item-more {
    max-width: 240px;
    margin: 1rem 0 0;
    color: rgba(245, 232, 214, .68);
    font-size: .875rem;
    line-height: 1.45;
}

@media (max-width: 992px) {
    .casara-category-price-table {
        padding: 2.25rem 0 !important;
    }

    .casara-category-price-table .comparisons-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
