

/* Start:/local/components/orteka/document.list/templates/.default/style.css?1780613959707*/
.documents-item{padding: 10px 0}

.documents-item__link{
    display: flex;
    gap: 20px;
    text-decoration: none;
}

.documents-item__icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #009AA6;
    transition: background-color 0.2s ease 0s;
}

.documents-item__icon img {width: 50px}

.documents-item__content{padding: 8px 0;}

.documents-item__title{
    font-size: 17px;
    color: #000;
    transition: color 0.2s ease 0s;
}

.documents-item__info{
    font-size: 13px;
    font-weight: 300;
    color: #727272;
    margin-top: 5px;
    transition: color 0.2s ease 0s;
}
/* End */
/* /local/components/orteka/document.list/templates/.default/style.css?1780613959707 */
