.wcag-file-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
}

.wcag-file-icon{
    width:20px !important;
    height:20px !important;
    max-width:20px !important;
    max-height:20px !important;
    flex:0 0 20px;
    display:block;
}

/* Elementor editor fix */
.elementor-editor-active .wcag-file-icon{
    width:20px !important;
    height:20px !important;
    max-width:20px !important;
    max-height:20px !important;
}

/* meta tekst */
.wcag-file-meta{
    color:#666;
    font-size:0.9em;
}

/* focus WCAG */
.wcag-file-link:focus{
    outline:2px solid currentColor;
    outline-offset:2px;
}

/* hover */
.wcag-file-link:hover .wcag-file-title{
    text-decoration:underline;
}