.product.attribute.faq {
    margin-top: 8px;
}

.product.attribute.faq .value {
    max-width: 980px;
}

.product.attribute.faq details {
    background: #fff;
    border: 1px solid #cfd8e3;
    border-left: 4px solid #e30613;
    border-radius: 7px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06);
    margin: 0 0 12px;
    overflow: hidden;
}

.product.attribute.faq details[open] {
    border-color: #b7c3d0;
    border-left-color: #e30613;
    box-shadow: 0 8px 20px rgba(16, 24, 40, .1);
}

.product.attribute.faq summary {
    background: #f6f8fb;
    color: #111827;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
    padding: 16px 58px 16px 18px;
    position: relative;
    user-select: none;
}

.product.attribute.faq summary::-webkit-details-marker {
    display: none;
}

.product.attribute.faq summary:after {
    background: #fff;
    border: 1px solid #cfd8e3;
    border-radius: 50%;
    color: #e30613;
    content: '+';
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    line-height: 27px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.product.attribute.faq details[open] summary {
    background: #fff;
    border-bottom: 1px solid #edf0f3;
}

.product.attribute.faq details[open] summary:after {
    background: #e30613;
    border-color: #e30613;
    color: #fff;
    content: '-';
}

.product.attribute.faq details:not([open]) > :not(summary) {
    display: none !important;
}

.product.attribute.faq details > p,
.product.attribute.faq details > div,
.product.attribute.faq details > ul,
.product.attribute.faq details > ol {
    margin: 0;
    padding: 16px 18px 18px;
}

.product.attribute.faq details > p + p,
.product.attribute.faq details > div + p,
.product.attribute.faq details > ul + p,
.product.attribute.faq details > ol + p {
    padding-top: 0;
}

@media (max-width: 767px) {
    .product.attribute.faq summary {
        font-size: 15px;
        padding: 14px 52px 14px 14px;
    }

    .product.attribute.faq summary:after {
        right: 12px;
    }

    .product.attribute.faq details > p,
    .product.attribute.faq details > div,
    .product.attribute.faq details > ul,
    .product.attribute.faq details > ol {
        padding-left: 14px;
        padding-right: 14px;
    }
}
