/*
Theme Name: Cabinet psychologue
Author: Cédric
Template: ollie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cabinet-psychologue
*/

/* Focus
--------------------------------------------- */
html a:focus-visible,
html button:focus-visible,
html input:focus-visible,
html select:focus-visible,
html textarea:focus-visible,
html [tabindex]:focus-visible {
    outline-offset: 0.5rem;
}

/* SEO target / container
--------------------------------------------- */
.data-seo-container {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.data-seo-container .data-seo-target a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    content: "";
}

/* General
--------------------------------------------- */

a,
button {
    text-underline-offset: 3px;
}

/* Forms
--------------------------------------------- */
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form label {
    margin-bottom: 10px;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 500;
}

.wpcf7-form .wp-block-columns p {
    margin: 0;
}