.orako_background {
    background: var(--colors-primary-100);
    height: 40px;
}

.orako_buttons {
    display: flex;
    gap: 1.25rem;
    justify-content: flex-start;
    align-items: center;
    max-width: 1441px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 0 1.5rem;
}

.orako_buttons .selected {
    font-weight: 600;
    cursor: default;
}

.orako_button {
    color: #fff;
    font-size: 1rem;
    background-color: unset;
    font-weight: normal;
    border: none;
    padding: 0;
    cursor: pointer;
}

.orako_button div {
    text-transform: uppercase;
}

.orako_button div:hover {
    font-weight: 600;
}

.orako_button div::before {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

