.ryn-toolbar-modern {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 44px;
    z-index: 69;
    background-color: #111;
}

.ryn-toolbar-modern > svg {
    position: absolute;
    top: -40px;
}

.ryn-toolbar-modern .right-shape {
    left: 0;
}

.ryn-toolbar-modern .left-shape {
    right: 0;
}

.ryn-toolbar-modern a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.ryn-toolbar-modern a span {
    display: none;
}

@media screen and (min-width: 480px) {
    .ryn-toolbar-modern {
        display: none;
    }
}