.quarx-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1rem;
}

.quarx-header__area {
    display: flex;
    flex-direction: row;
}

.quarx-header__area.quarx-header__area--left {
    align-items: center;
}

.quarx-header__area.quarx-header__area--right {
    align-items: center;
}

.quarx-header__area.quarx-header__area--center {
    align-items: center;
}

.quarx-header__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 4rem;
    min-width: 4rem;
    padding: 1rem 0.5rem;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.quarx-header__item>.quarx-header__item-content {
    flex: 1 1 auto;
    cursor: pointer;
    border-radius: 0.5rem;
    min-height: 2rem;
    line-height: 2rem;
    min-width: 3rem;
}

.quarx-header__item>.quarx-header__item-content:hover {
    background-color: rgba(var(--black-rgb), 10%);
}
