/* Volunteer Application form (shortcode: [hfch_volunteer_form]) */

.hfch-volunteer-form-wrap {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    font-family: 'Nunito Sans', -apple-system, sans-serif;
}

.hfch-volunteer-header {
    padding: 32px;
    background: linear-gradient(135deg, #1f7042, #2e9e5b);
    color: #ffffff;
}

.hfch-volunteer-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 1.75rem;
    margin: 0 0 4px;
    color: #ffffff;
}

.hfch-volunteer-subtitle {
    font-family: 'Nunito Sans', -apple-system, sans-serif;
    font-size: 0.95rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

.hfch-volunteer-body {
    padding: 32px;
}

/* Form layout */
.hfch-volunteer-body .hfch-form-group {
    margin-bottom: 20px;
}

.hfch-volunteer-body .hfch-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.hfch-volunteer-body .hfch-label {
    display: block;
    font-family: 'Nunito Sans', -apple-system, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1a4fa0;
    margin-bottom: 6px;
}

.hfch-volunteer-body .hfch-hint {
    font-weight: 400;
    color: #6b7280;
}

.hfch-volunteer-body .hfch-input,
.hfch-volunteer-body .hfch-textarea {
    display: block;
    width: 100%;
    font-family: 'Nunito Sans', -apple-system, sans-serif;
    font-size: 0.95rem;
    color: #374151;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    padding: 12px 18px;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hfch-volunteer-body .hfch-textarea {
    border-radius: 16px;
    resize: vertical;
    min-height: 90px;
}

.hfch-volunteer-body .hfch-input:focus,
.hfch-volunteer-body .hfch-textarea:focus {
    outline: none;
    border-color: #1a4fa0;
    box-shadow: 0 0 0 3px rgba(26, 79, 160, 0.15);
}

.hfch-volunteer-body .hfch-input::placeholder,
.hfch-volunteer-body .hfch-textarea::placeholder {
    color: #9ca3af;
}

.hfch-volunteer-body select.hfch-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 1.1em;
    padding-right: 42px;
}

/* Alerts */
.hfch-volunteer-body .hfch-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid transparent;
}

.hfch-volunteer-body .hfch-alert-warning {
    background: #fef6e0;
    border-color: #fbe4ac;
    color: #8a5a00;
}

.hfch-volunteer-body .hfch-alert-success {
    background: #e8f7ee;
    border-color: #bfe8d0;
    color: #1f7042;
    padding: 16px;
    border-radius: 12px;
}

.hfch-volunteer-body .hfch-alert-danger {
    background: #fdecea;
    border-color: #f8c6c0;
    color: #b3261e;
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.hfch-volunteer-body .hfch-form-error:empty {
    display: none;
}

/* Buttons */
.hfch-volunteer-body .hfch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito Sans', -apple-system, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.15s ease, opacity 0.15s ease;
}

.hfch-volunteer-body .hfch-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.hfch-volunteer-body .hfch-btn-primary {
    background: #e8341c;
    color: #ffffff;
}

.hfch-volunteer-body .hfch-btn-primary:hover:not(:disabled) {
    background: #c92c17;
}

.hfch-volunteer-body .hfch-btn-lg {
    padding: 16px 24px;
    font-size: 1rem;
}

/* Safeguarding alert */
.hfch-volunteer-safeguarding {
    margin-bottom: 28px;
}

.hfch-volunteer-safeguarding-icon {
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
}

.hfch-volunteer-safeguarding-title {
    display: block;
    margin-bottom: 4px;
    color: #8a5a00;
}

.hfch-volunteer-safeguarding p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Section titles */
.hfch-volunteer-section-title {
    font-family: 'Nunito Sans', -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a4fa0;
    margin: 28px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.hfch-volunteer-form-wrap .hfch-volunteer-section-title:first-of-type {
    margin-top: 0;
}

.hfch-volunteer-section-hint {
    font-family: 'Nunito Sans', -apple-system, sans-serif;
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 12px;
}

/* Preferred activities / availability pills */
.hfch-volunteer-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}

.hfch-volunteer-pill {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #ffffff;
    font-family: 'Nunito Sans', -apple-system, sans-serif;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hfch-volunteer-pill input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.hfch-volunteer-pill.is-selected {
    background: #eaf1fb;
    border-color: #1a4fa0;
    color: #1a4fa0;
}

.hfch-volunteer-pill-radio.is-selected {
    background: #e8f7ee;
    border-color: #2e9e5b;
    color: #2e9e5b;
}

/* Consent */
.hfch-volunteer-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-family: 'Nunito Sans', -apple-system, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #374151;
    cursor: pointer;
    margin: 24px 0;
}

.hfch-volunteer-consent input {
    margin-top: 2px;
    flex-shrink: 0;
}

/* Honeypot field - hidden from real visitors */
.hfch-volunteer-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hfch-volunteer-submit {
    width: 100%;
}

@media (max-width: 600px) {
    .hfch-volunteer-body .hfch-grid-2 {
        grid-template-columns: 1fr;
    }

    .hfch-volunteer-pills {
        grid-template-columns: repeat(2, 1fr);
    }

    .hfch-volunteer-body,
    .hfch-volunteer-header {
        padding: 24px;
    }
}
