body.f1{
    color: var(--blackTextColor);
}
#id_biolink_page{
    max-width: 640px;
    margin: auto;
}

body .profilx_profile_content_top .remote_profile_editor_btn,
body #id_profilex_change_avatar_btn, 
body #id_change_cover_image_btn, 
body .ow_page_wrap .ow_header{
    display: none;
}

.bio_link_list_item button,
.bio_link_list_item input[type=text], 
.bio_link_list_item span.ow_button input[type=button],
.bio_link_list_item input[type=password], 
.bio_link_list_item textarea, 
.bio_link_list_item select{
    border: none;
    box-shadow: none;
}

.bio_link_list_item button,
.bio_link_list_item span.ow_button input[type=button]{
    color: var(--urlColor);
}

.bio_link_list_item button.ow_inprogress,
.bio_link_list_item span.ow_button input[type=button].ow_inprogress{
    color: transparent;
}

.bio_link_list_item .open_button_wrap .open_button{
    background-image: url(../img/ic_open_url_blue.svg?v2);
}