#page .wp-block-file {
    font-size: 1em;
    margin-bottom: 0;
}

/* #page .wp-block-file {
    font-size: 1em;
    padding: 0;
    margin: 0;
    display: inline;
} */

#page .wp-block-file-wrap {
    display: flex;
    align-items: center;
    font-weight: 500;
    border-bottom: solid 2px #ECECEC;
    padding: 15px 0;
    margin-top: 0;
}

/* #page .wp-block-file-wrap .wp-block-file a{
    max-width: 90%;
} */


#page .wp-block-file-wrap:first-of-type {
    border-top: solid 2px #ECECEC;
}

#page .wp-block-file-type,
#page .wp-block-file-size {
    text-transform: uppercase;
    font-weight: 600;
}

#page .wp-block-file-type::before {
    content: "[";
}

#page .wp-block-file-type::after {
    content: ",";
}

#page .wp-block-file-size::after {
    content: "]";
}

#page .wp-block-file a {
    color: #000000;
    text-decoration: none;
    width: max-content;
}

#page .wp-block-file a:first-of-type::before {
    content: url(/wp-content/themes/ue-strona-glowna/img/download_file.svg);
    padding-right: 20px;
    vertical-align: -2px;
    display: flex;
    align-self: anchor-center;
}

#page .b-custom-tabs .wp-block-file a:first-of-type::before {
    content: url(/wp-content/themes/ue-strona-glowna/img/download_file_white.svg);
    vertical-align: -1px;
    padding-right: 10px;
}

#page .wp-block-file__button {
    font-size: 0.82em;
    text-decoration: none;
}

#page .wp-block-file-wrap span.wp-block-file-type {
    margin-left: 15px;
}

#page .wp-block-file-wrap span.wp-block-file-size {
    margin-left: 2px;
}

#page .b-custom-tabs .wp-block-file-wrap span.wp-block-file-size,
#page .b-custom-tabs .wp-block-file-wrap span.wp-block-file-type{
    color:white;
    font-weight: 500;
}

#page .b-custom-tabs .wp-block-file-wrap{
    border:none;
}


#page .wp-block-file-wrap .type-and-size{
    margin: 0 4em!important;
    width: 100%;
    display: flex;
    justify-content: end;
}

@media(max-width:1550px){
    /* #page .wp-block-file-wrap .wp-block-file a{
        max-width: 85%;
    } */
    
    #page .wp-block-file-wrap{
        flex-direction: column;
        align-items: flex-start;
    }

    #page .wp-block-file-wrap .type-and-size{
        margin: 0 !important;
        justify-content: flex-start;
    }


    
}


@media(max-width:900px){
    #page .wp-block-file-wrap .wp-block-file a{
        max-width: 100%;
    }

    #page .wp-block-file-wrap .type-and-size{
        margin: 0!important;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }


}


@media(max-width:650px){
/* 
    #page .wp-block-file-wrap .wp-block-file{
        max-width: 75%;
    } */
    

    #page .wp-block-file a{
        line-height: 24px;
    }

}


/* @media(max-width:520px){

    #page .wp-block-file-wrap .wp-block-file{
        max-width: 65%;
    }

} */
/* 

@media(max-width:400px){

    #page .wp-block-file-wrap .wp-block-file{
        max-width: 55%;
    }
} */


/*BLOK PLIKÓW*/

#page .block-download {
    margin: 60px 0 120px 0;
}
#page .block-download h2 {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}