/* 
Theme Name: fitnessmapa
Theme URI: https://webnook.cz
Description: FitnessMapa Child template
Author: WEBnOOk Tm
Author URI: https://webnook.cz/
Template: hello-elementor
Version: 1.0.0
Text Domain: fitnessmapa
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*
.wn-expert-avatar::after {
    content: "ověřeno";
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;

    transform: rotate(-45deg);

    width: 120px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);

    position: absolute;
    top: 25px;
    left: -25px;

    clip-path: polygon(0px 20px, 30px -10px, 90px -10px, 120px 20px, 110px 30px, 10px 30px);

    overflow: hidden;
    background: var(--e-global-color-secondary);
}
*/

/* ── Odkazy ve formulářích ─────────────────────────────────────────────
   Elementor i JetFormBuilder vykreslí odkaz v popisku stejnou barvou jako
   okolní text, takže ho nikdo nepozná. Podtržení je tu lepší než barva:
   značková žlutá #FDC307 má na bílé slabý kontrast a odkaz by byl hůř
   čitelný než věta kolem něj. */
.jet-form-builder__desc a,
.elementor-field-option label a,
.jet-form-builder__field-label a,
.jet-form-builder__field-desc a,
.wp-block-paragraph a {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.elementor-field-option label a:hover,
.jet-form-builder__field-label a:hover,
.jet-form-builder__field-desc a:hover,
.wp-block-paragraph a:hover {
    text-decoration-thickness: 2px;
}

/* Odkaz musí být vidět i při procházení klávesnicí — bez toho se dá
   formulář projít tabulátorem a vůbec nepoznat, kde člověk je. */
.elementor-field-option label a:focus-visible,
.jet-form-builder__field-label a:focus-visible,
.wp-block-paragraph a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
    border-radius: 2px;
}
