@charset "utf-8";

.qa-wrap { padding: 2.5rem 0; width: 100%; box-sizing: border-box; }
.qa_title { font-size: 22px; font-weight: 500; text-align: center; letter-spacing: 3px; margin-bottom: 2rem; }
.qa_title::after { content: ''; display: block; width: 40px; height: 2px; background: #8B7355; margin: 10px auto 0; border-radius: 2px; }
.qa-item { background: #fff; border: 1px solid #e0d8cc; border-radius: 8px; margin-bottom: 14px; overflow: hidden; }
.qa-item:hover { border-color: #C9B99A; }
.qa-heading { display: flex; align-items: flex-start; gap: 14px; padding: 18px 22px; cursor: pointer; }
.qa-q-badge { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: #8B7355; color: #fff; font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.qa-q-text { font-size: 17px; font-weight: 500; color: #333; line-height: 1.6; flex: 1; margin: 0; }
.qa-chevron { flex-shrink: 0; font-size: 18px; color: #8B7355; margin-top: 4px; transition: transform 0.25s; }
.qa-body { padding: 0 22px 18px 66px; display: none; }
.qa-item.open .qa-body { display: block; }
.qa-item.open .qa-chevron { transform: rotate(180deg); }
.qa-item.open { border-color: #C9B99A; }
.qa-a-text { font-size: 15px; color: #555; line-height: 1.9; border-left: 2px solid #C9B99A; padding-left: 14px; margin: 0; }
