

/* Start:/bitrix/components/aam/public.documents.list/templates/.default/style.css?17633743611640*/
.documents-list {
    display: block;
    margin: 30px 0;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #333;
}

.documents-simple-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.document-item {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

.document-item:last-child {
    border-bottom: none;
}

.document-item__link {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    transition: color 0.2s ease;
}

.document-item__link:hover {
    background-color: #f8f8f8;
    color: #0066cc;
}

.document-item__title {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.document-item__link:hover .document-item__title {
    color: #0066cc;
}

.documents-empty {
    display: block;
    padding: 40px 20px;
    text-align: center;
    color: #666;
    font-style: italic;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.documents-empty p {
    margin: 0;
    font-size: 16px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .documents-list {
        margin: 20px 0;
    }

    .document-item__link {
        padding: 12px 0;
    }

    .document-item__title {
        font-size: 15px;
    }

    .documents-empty {
        padding: 30px 15px;
    }

    .documents-empty p {
        font-size: 15px;
    }
}


/* Анимация при наведении для плавности */
.document-item {
    position: relative;
}

.document-item__link {
    position: relative;
    z-index: 1;
}
/* End */
/* /bitrix/components/aam/public.documents.list/templates/.default/style.css?17633743611640 */
