/* Стили для ключевых особенностей в формате как у документов */

/* Особенности не являются ссылками, убираем hover-эффект */
.feature-item {
    cursor: default;
    pointer-events: none;
}

.feature-item .document-icon {
    color: #48bb78;
}

/* Ссылки внутри особенностей */
.feature-item a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    pointer-events: auto;
    cursor: pointer;
}

.feature-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}
