.cofry-faq-list {
    max-width: 52rem;
}
.cofry-faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 0.35rem 0;
}
.cofry-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 0.85rem 1.75rem 0.85rem 0;
    position: relative;
}
.cofry-faq-item summary::-webkit-details-marker {
    display: none;
}
.cofry-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0.85rem;
    font-weight: 700;
    color: #2563eb;
}
.cofry-faq-item[open] summary::after {
    content: "–";
}
.cofry-faq-a {
    padding: 0 0 1rem;
    line-height: 1.6;
}
.cofry-faq-a p {
    margin: 0 0 0.6rem;
}
