

/* Start:/local/components/sections/archive.project.grbs.detail/templates/.default/style.css?1765227671879*/
/* Контейнер элемента */
.archive-project-grbs-detail__item {
    position: relative;
}

/* Блок кнопок в углу */
.archive-project-item__edit-overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
    transition: opacity .25s ease;
}

/* Мини-стили для кнопок, чтобы ui-btn стали компактнее */
.archive-mini-btn {
    height: 25px !important;
}

/* Показываем при наведении */
.archive-project-grbs-detail__item:hover .archive-project-item__edit-overlay {
    opacity: 1;
    pointer-events: auto;
}

/* Подсказка под названием раздела */
.edit-hint {
    font-size: 15px;
    margin: 6px 0 14px;
    color: #555;
    font-weight: 500;
}

/* End */
/* /local/components/sections/archive.project.grbs.detail/templates/.default/style.css?1765227671879 */
