/* Legal Pages Generator — Accessibility Page Frontend Styles */

/* ── Links: blue + underlined ──────────────────────────────── */
.lpg-a11y-contact-block a,
.lpg-a11y-form-wrap a,
.lpg-extra-clauses a,
.lpg-custom-intro a {
    color: #0056b3;
    text-decoration: underline;
}

.lpg-a11y-contact-block a:hover,
.lpg-a11y-form-wrap a:hover,
.lpg-extra-clauses a:hover,
.lpg-custom-intro a:hover {
    color: #003d82;
    text-decoration: underline;
}

/* Catch all links in page content generated by the plugin */
.entry-content .lpg-a11y-contact-block a,
.entry-content .lpg-a11y-form-wrap a,
.page-content .lpg-a11y-contact-block a,
.page-content .lpg-a11y-form-wrap a {
    color: #0056b3;
    text-decoration: underline;
}

/* ── Form buttons: black background, white text ────────────── */

/* Gravity Forms */
.lpg-a11y-form-wrap .gform_wrapper input[type="submit"],
.lpg-a11y-form-wrap .gform_wrapper button[type="submit"],
.lpg-a11y-form-wrap .gform_wrapper .gform_button {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.lpg-a11y-form-wrap .gform_wrapper input[type="submit"]:hover,
.lpg-a11y-form-wrap .gform_wrapper button[type="submit"]:hover,
.lpg-a11y-form-wrap .gform_wrapper .gform_button:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
    border-color: #222222 !important;
}

/* Fluent Forms */
.lpg-a11y-form-wrap .ff-btn,
.lpg-a11y-form-wrap .ff-btn-submit,
.lpg-a11y-form-wrap input[type="submit"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.lpg-a11y-form-wrap .ff-btn:hover,
.lpg-a11y-form-wrap .ff-btn-submit:hover,
.lpg-a11y-form-wrap input[type="submit"]:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
    border-color: #222222 !important;
}

/* Contact Form 7 */
.lpg-a11y-form-wrap .wpcf7-submit {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.lpg-a11y-form-wrap .wpcf7-submit:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
}

/* WPForms */
.lpg-a11y-form-wrap .wpforms-submit,
.lpg-a11y-form-wrap .wpforms-page-next,
.lpg-a11y-form-wrap .wpforms-page-prev {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.lpg-a11y-form-wrap .wpforms-submit:hover,
.lpg-a11y-form-wrap .wpforms-page-next:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
}

/* Generic fallback — catches any other form plugin */
.lpg-a11y-form-wrap button[type="submit"],
.lpg-a11y-form-wrap input[type="submit"],
.lpg-a11y-form-wrap button.submit {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.lpg-a11y-form-wrap button[type="submit"]:hover,
.lpg-a11y-form-wrap input[type="submit"]:hover,
.lpg-a11y-form-wrap button.submit:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
}
