/*** Main Tabs ***/
.lenses-tab .e-n-tabs-heading:not(.inner-tab .e-n-tabs-heading){
    flex-wrap: nowrap;
}
.lenses-tab .e-n-tabs-heading .e-n-tab-title{
    flex: 1 1 auto;
    max-width: 484px;
    border-radius: 16px 16px 0 0;
    text-transform: none;
}
.lenses-tab .e-n-tab-title:not(.inner-tab .e-n-tab-title){
    border-bottom-color: #AABEE4 !important;
}
.lenses-tab .e-n-tab-title[aria-selected="true"]:not(.inner-tab .e-n-tab-title){
    border-bottom-color: #F1F2F7 !important;
}
/*** Inner Tabs ***/
.inner-tab .e-n-tabs-heading .e-n-tab-title{
    flex: 1 1 auto;
    max-width: 254px;
    border-radius: 10px;
}
.inner-tab .e-n-tab-title-text{
    text-align: left;
    line-height: 1.5em;
}

/** Pricing **/
.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-list li {
    padding: 16px 0 32px 0;
    border-bottom: 1px solid #CCCCCC;
}
.pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricing-header .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.pricing-header .price {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.pricing-list li p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 21px;
}
.pricing-header .price .from{
    font-size: 16px;
    font-weight: 400;
}

/** Responsive **/
@media(min-width: 769px) and (max-width: 1100px){
    .inner-tab .e-n-tabs-heading .e-n-tab-title{
    min-width: 300px;
    }
}
@media(max-width: 768px){
    .lenses-tab .e-n-tab-icon{
        display: none !important;
    }
   .inner-tab .e-n-tabs-heading .e-n-tab-title{
    max-width: 100%;
    margin-bottom: 0 !important;
    }
    .inner-tab .e-n-tab-title[aria-selected="true"]{
    border-radius: 10px 10px 0 0;
    border-bottom: 0 !important;
    }
    .inner-tab .e-n-tab-title::after{
    content: "";
    background: url(/wp-content/uploads/2026/01/down-arrow.png);
    width: 12px;
    height: 6px;
    background-size: 12px;
    position: absolute;
    right: 16px;
    }
    .inner-tab .e-n-tab-title[aria-selected="true"]::after{
    rotate: 180deg;
    }
    .inner-tab .e-n-tabs-content .e-active{
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    }
    
    .pricing-list li {
    padding: 16px 0 16px 0;
    }
    .pricing-header .title {
    font-size: 18px;
    line-height: 22px;
    }
    .pricing-header .price {
    font-size: 16px;
    line-height: 24px;
    }
    .pricing-header .price .from{
    font-size: 14px;
    }
}

@media(max-width: 576px){
    .lenses-tab{
        margin-top: -44px !important;
    }
}