.b-master-disk-file--cover__inner{
	position: relative;
}

.b-master-disk-file--cover__wrapper {
	border-radius: var(--global-block-border-radius);
	border: #d8e0e5 solid 1px;
	display: block;
	position: relative;
	z-index: 1;
}

.b-master-disk-file--cover__img {
	border-radius: var(--global-block-border-radius);
	display: block;
	width: 100%;
	height: auto;
}

.b-master-disk-file--cover__wrapper._empty {
	background-color: #fff;
    background-size: 40px;
}

.b-master-disk-file--cover__edit{
    background: #fff url(images/ico-edit.svg) center center no-repeat;
    border-radius: 100px;
    width: 30px;
    background-size: 12px;
    aspect-ratio: 1/1;
    font-size: 1px;
    color: transparent;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
	opacity: 1;
	z-index: 99;
	transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.b-master-disk-file--cover__edit:hover{
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 18%);
}

.b-master-disk-file--cover__stat{
    font-size: 11px;
    color: #939cb0;
    margin-top: 10px;
    text-align: center;
}