.validation-alert{background-color:#ffe6e6;border:2px solid red;padding:15px;margin-bottom:20px;border-radius:6px;transition:opacity .8s ease-out}.validation-alert.fade-out{opacity:0}.inline-error{color:red;font-size:.9rem;margin-top:4px}.input-with-icon{position:relative;display:flex;align-items:center}.checkmark{position:absolute;right:10px;color:green;font-size:1.3rem;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1}}.volunteer-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.checkbox-item{display:flex;align-items:center;font-size:1rem;cursor:pointer;gap:8px}.checkbox-item input[type=checkbox]{width:20px;height:20px;cursor:pointer}.other-section{margin-top:15px;display:flex;flex-direction:column;gap:10px}.other-section textarea{width:100%;min-height:60px;resize:vertical;padding:10px;border:1px solid #ccc;border-radius:6px}.form-section legend{color:#05f;font-weight:700}.contact-section{width:100%;max-width:900px;margin:40px auto 20px;padding:20px;background:#fff;border-top:4px solid #0055ff;text-align:center;border-radius:6px;box-shadow:0 2px 8px #00000014}.contact-section h3{margin-bottom:12px;color:#05f;font-size:1.4rem;font-weight:600}.contact-section p{margin:6px 0;font-size:1rem;color:#000}.contact-section a{color:#05f;text-decoration:none;font-weight:500}.contact-section a:hover{text-decoration:underline}.contact-section:last-child{margin-bottom:60px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Arial,sans-serif;background-color:#fff;color:#000;line-height:1.6;min-height:100vh}#root{width:100%;display:flex;flex-direction:column;align-items:center;padding:20px}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%;background:linear-gradient(180deg,#fff,#f4f4f4)}.main-content{width:100%;max-width:900px;margin:0 auto}.enrollment-form{background:#fff;padding:25px;border-radius:10px;width:100%;box-shadow:0 0 10px #0000001a}form fieldset{border:2px solid #0055ff;border-radius:8px;margin-bottom:25px;padding:20px}legend{padding:0 8px;font-weight:700;color:#05f}label{display:block;margin-bottom:15px}input,select,textarea{width:100%;padding:10px;border:1px solid #999;border-radius:6px}.readonly-input{background:#f0f0f0}.add-btn,.remove-btn{background:#05f;color:#fff;padding:8px 12px;border-radius:6px;cursor:pointer;border:none;margin-top:10px}.remove-btn{background:#f33}
