.job-alert-form{margin-top:1.5rem;padding:1.5rem;background-color:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.job-alert-form__title{margin:0 0 1rem 0;font-size:1.125rem;font-weight:600;color:#333}.job-alert-form__fields{display:flex;gap:1rem}@media(min-width: 768px){.job-alert-form__fields{flex-direction:row;align-items:flex-end}}.job-alert-form__email-wrapper{flex:1}.job-alert-form__email-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#555}.job-alert-form__email-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #ddd;border-radius:4px;transition:border-color .2s}.job-alert-form__email-input:focus{outline:none;border-color:#0073aa;box-shadow:0 0 0 2px rgba(0,115,170,.1)}.job-alert-form__email-input:disabled{background-color:#f5f5f5;cursor:not-allowed}@media(min-width: 768px){.job-alert-form__submit-wrapper{flex-shrink:0}}.job-alert-form__submit-btn{width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:#0073aa;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}@media(min-width: 768px){.job-alert-form__submit-btn{width:auto;white-space:nowrap}}.job-alert-form__submit-btn:hover:not(:disabled){background-color:#005a87}.job-alert-form__submit-btn:active:not(:disabled){background-color:#004d73}.job-alert-form__submit-btn:disabled{background-color:#999;cursor:not-allowed}.job-alert-form__message{display:none;margin-top:1rem;padding:.75rem 1rem;border-radius:4px;font-size:.875rem}.job-alert-form__message--success{display:block;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.job-alert-form__message--error{display:block;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}
