/* Custom dynamic forms — dark / cyber theme compatible */
.abad-custom-form {
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: linear-gradient(145deg, #0c1018 0%, #090b11 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    color: #e2e8f0;
}

.abad-custom-form__label {
    color: #cbd5e1 !important;
}

.abad-custom-form__control,
.abad-custom-form .form-select {
    background-color: #0e121c !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #f1f5f9 !important;
    border-radius: 8px;
}

.abad-custom-form__control:focus,
.abad-custom-form .form-select:focus {
    background-color: #121722 !important;
    border-color: rgba(59, 130, 246, 0.55) !important;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
    color: #fff !important;
}

.abad-custom-form__control::placeholder {
    color: #64748b;
}

.abad-custom-form__help {
    color: #94a3b8 !important;
}

.abad-custom-form__choices .form-check-label {
    color: #cbd5e1;
}

.abad-custom-form__submit {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.abad-custom-form__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.abad-form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Light content areas fallback */
.blog-content .abad-custom-form,
.content .abad-custom-form {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.th-blog-wrapper:not(.np-single-post-wrap) .abad-custom-form {
    background: #fff;
    border-color: #e2e8f0;
    color: #1e293b;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.th-blog-wrapper:not(.np-single-post-wrap) .abad-custom-form__label {
    color: #334155 !important;
}

.th-blog-wrapper:not(.np-single-post-wrap) .abad-custom-form__control,
.th-blog-wrapper:not(.np-single-post-wrap) .abad-custom-form .form-select {
    background-color: #fff !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
}
