.bk-listfiles__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.bk-listfiles__item {
min-width: 360px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin: 30px 0;
}
.bk-listfiles__item img {
-webkit-filter: invert(12%) sepia(82%) saturate(4918%) hue-rotate(353deg) brightness(101%) contrast(75%);
filter: invert(12%) sepia(82%) saturate(4918%) hue-rotate(353deg) brightness(101%) contrast(75%);
}
@media (min-width: 800px) {
.bk-listfiles__item {
width: calc(50% - 80px);
margin: 40px 40px 40px 0;
}
}
.bk-listfiles__link {
text-decoration: none;
color: black;
line-height: 1.1;
}
.bk-listfiles__link:hover .bk-listfiles__download {
-webkit-transform: scale(1.2);
transform: scale(1.2);
color: green;
}
.bk-listfiles__link:hover img {
-webkit-filter: invert(32%) sepia(95%) saturate(882%) hue-rotate(188deg) brightness(94%) contrast(88%) !important;
filter: invert(32%) sepia(95%) saturate(882%) hue-rotate(188deg) brightness(94%) contrast(88%) !important;
}
.bk-listfiles__title {
font-weight: bold;
}
.bk-listfiles__date {
font-size: 16px;
margin-top: 5px;
}
.bk-listfiles__l {
padding: 0 20px;
}
.bk-listfiles__download {
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
.bk-listfiles__rowdate {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}