/* path file: components/product/feature/templates/area_3_4/style.css */

.features-list .card-body {
    margin-bottom: 0px;
}

.features-list .row-with-badge {
    display: flex;
    align-items: flex-start;
}

.features-list .row-with-badge h4 {
    margin-top: 7px;
}

.features-list.hide-a-lot .features-item:nth-child(1n+4) {
    display: none;
}

.features-list .features-item {
    margin-bottom: 45px;
}

.brhr {
    margin-bottom: 45px;
}

.show-more-features {
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px dotted #1a73e8;
    padding: 3px 0;
    position: relative;
}

.show-more-features:after {
    position: absolute;
    right: -31px;
    top: 9px;
    display: inline-block;
    content: "";
    width: 21px;
    height: 15px;
    background-image: url('/local/templates/europe/assets/img/icons/s-down-blue.svg');
}

.show-more-features.show-less:after {
    right: -35px;
    top: 7px;
    transform: rotate(180deg);
}

.show-more-features:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.features-list .card.card-product {
    margin-top: 13px;
}

@media (min-width: 768px) {
    .features .card {
        margin-bottom: 65px;
    }

    .features-list .card .card-header {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 768px) {
    .features-list .card .card-header {
        padding: 30px 20px 0;
    }
}