.elementor-1454 .elementor-element.elementor-element-a59d6ea{--display:flex;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--border-radius:12px 12px 12px 12px;box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.12);--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1454 .elementor-element.elementor-element-f711c2a{padding:20px 0px 0px 15px;}.elementor-1454 .elementor-element.elementor-element-f711c2a .elementor-heading-title{font-family:var( --e-global-typography-c65732e-font-family ), Sans-serif;font-size:var( --e-global-typography-c65732e-font-size );font-weight:var( --e-global-typography-c65732e-font-weight );line-height:var( --e-global-typography-c65732e-line-height );color:var( --e-global-color-accent );}.elementor-1454 .elementor-element.elementor-element-9ab6951 > .elementor-widget-container{border-radius:12px 12px 12px 12px;}.elementor-1454 .elementor-element.elementor-element-9ab6951 .jet-listing-dynamic-repeater__items{flex-direction:column;}@media(max-width:1024px){.elementor-1454 .elementor-element.elementor-element-f711c2a .elementor-heading-title{font-size:var( --e-global-typography-c65732e-font-size );line-height:var( --e-global-typography-c65732e-line-height );}}@media(max-width:767px){.elementor-1454 .elementor-element.elementor-element-f711c2a .elementor-heading-title{font-size:var( --e-global-typography-c65732e-font-size );line-height:var( --e-global-typography-c65732e-line-height );}}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-9ab6951 */.vista-price-list .jet-listing-dynamic-repeater__items .pricing-row{
    justify-content: space-between;
}

/* Pricing Table Row Design */
.vista-price-list .pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    background: #F4EEEA43;
    transition: all 0.3s ease;
}
.vista-price-list .jet-listing-dynamic-repeater__item:not(last-child) .pricing-row{
    border-bottom: 1px solid #e5e7eb !important;
}

.vista-price-list .jet-listing-dynamic-repeater__item:last-child .pricing-row {
    border-bottom: 0 !important;
}

.vista-price-list .pricing-row:hover {
    background: #f9fbfd;
}

/* Service Name */
.vista-price-list .pricing-row .service-desc {
    font-size: 16px;
    font-weight: 600;
    color: #18345d; /* Dark navy blue */
    line-height: 1.5;
    flex: 1;
    padding-right: 20px;
}

/* Price Badge */
.vista-price-list .pricing-row .service-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    padding: 5px 10px;
    background: #f5f7fa;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1;;
    font-weight: 700;
    color: #00a6c7; /* Teal color similar to screenshot */
    white-space: nowrap;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .vista-price-list .pricing-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .vista-price-list .pricing-row .service-desc{
        text-align: center;
    }

    .vista-price-list .pricing-row .service-desc {
        padding-right: 0;
    }

}/* End custom CSS */