.productfaq {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
}

.productfaq__title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
}

.productfaq__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.productfaq__item + .productfaq__item {
    margin-top: 8px;
}

.productfaq__item summary {
    cursor: pointer;
    font-weight: 600;
}

.productfaq__answer {
    margin-top: 8px;
    color: #444;
    line-height: 1.5;
}

.productfaq__empty {
    margin: 0;
    color: #777;
}
