.actionbar-desktop-category[data-v-043d2c88] {
    height: 2rem;
    gap: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #afafaf
}

.actionbar-desktop-category[data-v-043d2c88]:hover {
    color: #ebc76e
}

.actionbar-desktop-actions[data-v-043d2c88] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: .8em
}

.actionbar-desktop-actions>[data-v-043d2c88] {
    font-weight: 600;
    font-size: .9rem;
    color: #fff;
    white-space: nowrap;
    line-height: 1em;
    word-wrap: break-word;
    width: 7em;
    padding: .6em .25em;
    border-radius: 2em;
    text-align: center
}

@media(max-width:370px) {
    .actionbar-desktop-actions>[data-v-043d2c88] {
        font-size: .65rem
    }
}

.actionbar-desktop-actions .btn-login[data-v-043d2c88] {
    background-image: linear-gradient(180deg, #ebdca6, #8a6f36 59%, #977320)
}

.actionbar-desktop-actions .btn-register[data-v-043d2c88] {
    background-image: linear-gradient(180deg, #7a86c9, #192460)
}