/**
 * Accessibility fixes — contrast & link affordance
 * Author: Andreas Bufe – cybercore.de
 * License: Individuell für dieses Projekt gefertigt — vor Änderung/Weiterbenutzung Kontakt mit dem Autor.
 */

/* 1. Placeholder contrast (Choices.js) — #6f6f6f on white ≈ 4.9:1 (WCAG AA) */
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder,
#wpforms-1593-field_5{
    color: #6f6f6f !important;
    opacity: 1 !important;
}

/* 2. Content links not distinguishable by color alone (WCAG 1.4.1) — underline body-copy links only */
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a,
.entry-content a {
    text-decoration: underline;
}