.tk-alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; font-size: .95rem; }
.tk-alert-success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.tk-alert-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.tk-faq-list { max-width: 800px; margin: 0 auto; }
.tk-faq-item { border: 1px solid var(--tk-border, #e5e7eb); border-radius: 12px; margin-bottom: 12px; padding: 0 18px; background: #fff; }
.tk-faq-item summary { cursor: pointer; font-weight: 600; padding: 18px 0; list-style: none; }
.tk-faq-item summary::-webkit-details-marker { display: none; }
.tk-faq-answer { padding-bottom: 18px; color: #4b5563; line-height: 1.7; }
