.location-submenu {
    background: #ffffff;
    color: #000000;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    z-index: 99999999999999999999999;
    right: 0;
    transform: translateY(100%);
    bottom: -4px;
}

.location-option {
    padding: 16px 48px;
    transition: all 0.3s ease;
}

.location-option:hover {
    background-color: #e9e9e8;
}