.popular_services_showcase{
    padding: 60px 0 30px 0;
    background-color: #ffffff;
}
.popular_services_showcase__separator{
    margin-bottom: 30px;
}
.popular_services_showcase__list{
    --bs-gutter-x: 0.938rem;
    --bs-gutter-y: 0.938rem;
}
.popular_servers_showcase{
    align-items: stretch;
}
.popular_servers_product__list{
    height: 100%;
}
.popular_servers_product__list > [class*="col-"]{
    display: flex;
}
.popular_servers_product__card{
    width: 100%;
    min-height: 214px;
    border: 1px solid #151515;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.popular_servers_product__card:hover{
    border-color: #D5343E;
    background-color: #ffffff;
}
.popular_servers_product__card::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 5px;
    height: 46px;
    background-color: #151515;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    transition: background-color 0.2s ease-in-out;
}
.popular_servers_product__card:hover::after{
    background-color: #D5343E;
}
.popular_servers_product__content,
.popular_servers_product__identity,
.popular_servers_product__specwrap,
.popular_servers_product__priceaction{
    height: 100%;
}
.popular_servers_product__content > .row{
    height: 100%;
}
.popular_servers_product__identity{
    padding-left: 6px;
}
.popular_servers_product__eyebrow{
    color: #D5343E;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
}
.popular_servers_product__title{
    color: #151515;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding-right: 20px;
}
.popular_servers_product__chip{
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    background-color: #151515;
    color: #ffffff;
    font-size: 0.688rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 10px;
    margin-bottom: 10px;
}
.popular_servers_product__desc{
    color: #555555;
    font-size: 0.813rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}
.popular_servers_product__specwrap{
    display: flex;
    align-items: center;
}
.popular_servers_product__specwrap > .row{
    width: 100%;
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
}
.popular_servers_product__specbox{
    min-height: 62px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px;
}
.popular_servers_product__specbox strong{
    color: #151515;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}
.popular_servers_product__specbox span{
    color: #555555;
    font-size: 0.688rem;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 4px;
}
.popular_servers_product__priceaction{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    text-align: right;
}
.popular_servers_product__topline{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}
.popular_servers_product__locations{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}
.popular_servers_product__location{
    min-width: 36px;
    min-height: 30px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 7px;
}
.popular_servers_product__location--muted{
    opacity: 0.2;
}
.popular_servers_product__location img{
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
}
.popular_servers_product__pricebody{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: auto;
}
.popular_servers_product__packagecount{
    color: #555555;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}
.popular_servers_product__pricebox{
    color: #151515;
    line-height: 1.2;
    text-align: right;
}
.popular_servers_product__period{
    color: #353535;
    font-size: 0.875rem;
    font-weight: 400;
}
.popular_servers_product__priceinfo{
    color: #555555;
    font-size: 0.75rem;
    font-weight: 300;
    margin-top: 6px;
}
.popular_servers_product__btn{
    min-height: 44px;
    min-width: 150px;
    border-radius: 3px;
    background-color: #151515;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 18px;
    transition: all 0.2s ease-in-out;
}
.popular_servers_product__btn i{
    font-size: 0.625rem;
}
.popular_servers_product__card:hover .popular_servers_product__btn,
.popular_servers_product__btn:hover{
    background-color: #D5343E;
    color: #ffffff;
}
.popular_servers_product__features{
    border-top: 1px solid #eeeeee;
    margin-top: 14px;
    padding-top: 12px;
}
.popular_servers_product__featurelist{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
}
.popular_servers_product__feature{
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #353535;
    font-size: 0.813rem;
    font-weight: 300;
    line-height: 1.35;
}
.popular_servers_product__feature i{
    color: #00B57F;
    font-size: 0.75rem;
}
.popular_servers_product__feature--highlighted{
    color: #151515;
    font-weight: 600;
}
@media (max-width: 1199.98px) {
    .popular_servers_product__priceaction,
    .popular_servers_product__pricebody{
        align-items: flex-start;
        text-align: left;
    }
    .popular_servers_product__topline{
        align-items: flex-start;
    }
    .popular_servers_product__locations{
        justify-content: flex-start;
    }
    .popular_servers_product__pricebox{
        text-align: left;
    }
}
@media (max-width: 767.98px) {
    .popular_servers_product__card{
        padding: 20px;
    }
    .popular_servers_product__priceaction{
        margin-top: 20px;
    }
    .popular_servers_product__topline{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px;
    }
    .popular_servers_product__location{
        min-width: 32px;
        min-height: 28px;
        padding: 3px 6px;
    }
    .popular_servers_product__location img{
        width: 18px;
        height: 18px;
    }
    .popular_servers_product__features{
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 12px;
    }
    .popular_servers_product__identity{
        padding-left: 0;
    }
    .popular_servers_product__title,
    .hosting_plan__title{
        font-size: 18px;
    }
    .popular_servers_product__btn{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .popular_services_showcase{
        padding: 40px 0 24px 0;
    }
}
@media (min-width: 1200px) {
    .popular_services_showcase{
        padding: 60px 0 0px 0;
    }
    .popular_services_showcase__title{
        font-size: 1.875rem;
    }
}

