.aurora-lite-empty-section {
    position: absolute;
    display: inline-block;
    z-index: 99;
    background-color: lavender;
    padding: 4px 10px;
    box-shadow: 0 2px 15px #0000;
    top: -38px;
    left: 47px;
    font-size: 0.75rem;    
    line-height: 1.2;
    border-radius: 2px;
}

.aurora-lite-edit-section {
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 36px;
    top: -45px;
    color: inherit;
    background-color: unset;
    border: solid 1px;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 14px;
    z-index: 999;
    transition: background-color 0.2s ease;
}

.aurora-lite-edit-section:hover {
    background-color: unset;
    color: var(--link-hover-color);
}