.afcf-wrapper{max-width:760px;margin:1.25rem auto;padding:1rem;border:1px solid #e5e7eb;border-radius:0.75rem;background:#fff}
.afcf-title{margin:.25rem 0 1rem;font-size:1.25rem}
.afcf-notice{padding:.75rem;border-radius:.5rem;margin-bottom:1rem}
.afcf-notice.success{background:#ecfdf5;border:1px solid #10b98133}
.afcf-notice.error{background:#fef2f2;border:1px solid #ef444433}
.afcf-form{display:block}
.afcf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.75rem}
.afcf-field{display:flex;flex-direction:column;gap:.25rem}
.afcf-field input,.afcf-field select,.afcf-field textarea{padding:.6rem;border:1px solid #cbd5e1;border-radius:0.5rem}
.afcf-span-2{grid-column:span 2 / span 2}
.afcf-submit{padding:0.6rem 1rem;border:none;border-radius:0.5rem;cursor:pointer}
.afcf-required-note{font-size:.9rem;color:#475569;margin:.5rem 0 0}
.req{color:#ef4444}
@media (max-width:640px){.afcf-grid{grid-template-columns:1fr} .afcf-span-2{grid-column:auto}}
