.wedding-platform-faq__list {
    display: grid;
    gap: 10px;
}

.wedding-platform-faq__item {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.wedding-platform-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wedding-platform-faq__item summary::-webkit-details-marker {
    display: none;
}

.wedding-platform-faq__item summary::after {
    content: '+';
    font-weight: 700;
    color: #2563eb;
    margin-left: 8px;
}

.wedding-platform-faq__item[open] summary::after {
    content: '-';
}

.wedding-platform-faq__content {
    padding: 0 12px 12px;
}

.wedding-platform-faq__content p {
    margin: 0;
    color: #374151;
}

.wedding-platform-faq__item--notice {
    border-left: 4px solid #2563eb;
}

.wedding-platform-faq__notice {
    border: 1px solid #bfdbfe;
    border-left: 4px solid #1d4ed8;
    border-radius: 10px;
    background: #eff6ff;
    padding: 12px;
}

.wedding-platform-faq__notice h4 {
    margin: 0 0 6px;
    color: #1e3a8a;
}

.wedding-platform-faq__notice p {
    margin: 0;
    color: #1f2937;
}
