

.hamburger-dropdown__link {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: left;
}

.hamburger-dropdown__link__text {
    color: var(--Clear-White, #FFF);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hamburger-menu-link{
    color: white;
    font-size: 16px;
}

.hamburger-dropdown__contacts {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: left;
    width: 100%;
}

.hamburger-dropdown__contacts__button__item {
    height: 60px;
    width: 100%;
    border-radius: 32px;
    background: var(--gold, #BA975E); 
    cursor: pointer;
    border: none;
}

.hamburger-dropdown__contacts__button__item__text {
    color: var(--Clear-White, #FFF);
    text-align: center;
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; /* 20.88px */
    letter-spacing: -0.36px;
}