.agent-links-sticky {
    background-color: var(--color-text-on-1);
    display: none;
    padding: 8px;
    width: 100%;
    z-index: 9;
}
.agent-links-sticky > .btn.agent-link {
    display: flex;
    flex: 0 0 40%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-links-sticky > .btn + .btn {
    margin-left: 8px;
}
.agent-links-sticky > .btn svg {
    width: 1em;
    margin-right: 6px;
}
@media (max-width: 360px) {
    .agent-links-sticky > .btn.agent-link {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .agent-links-sticky_active {
        display: flex;
        flex: 1 0 0;
        flex-direction: row;
        justify-content: space-between;
        position: fixed;
        left: 0;
        bottom: 0;
    }
}