.pref-loc-top-header-component {
    border-left: 1px solid #CCCCCC; 
    margin-top: 8px;
    margin-bottom: 8px;
}

.pref-loc-top-header-mobile-component {
    margin-top: 8px;
    margin-bottom: 8px;
}

.pref-loc-top-header-container {
    flex-grow: 1; 
    display: flex; 
    align-items: center;
}

.pref-loc-top-header-button {
    border: 0; 
    background: none; 
    text-decoration: none;
}

.pref-loc-top-header-title {
    margin-left: 7px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #71717A;
}

.pref-loc-top-header-location {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #293153;
    margin-left: 2px;
}

.pref-loc-top-header-hint {
    color: #71717A; 
    font-size: 14px; 
    margin-left: 5px; 
    margin-right: 3px;
}

/* tooltip */
.pref-loc-top-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.pref-loc-top-header-highlight {
    background-color: #fff !important;
    z-index: 10000 !important;
    position: relative !important; 
    padding-left: 10px !important; 
    padding-right: 10px !important; 
    border-radius: 5px !important;
}

.pref-loc-top-header-tooltip {
    position: absolute;
    left: 90%;
    top: 150%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    display: none;
    width: 340px;
}

.pref-loc-top-header-tooltip:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15%;
    border-width: 8px;
    border-radius: 3px;
    rotate: 45deg;
    margin-bottom: -15px;
    border-style: solid;
    border-color: #fff;
    transform: translateX(-50%);
}

.pref-loc-top-header-tooltip-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.pref-loc-top-header-tooltip-subtitle {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.pref-loc-top-header-tooltip-dismiss-button {
    border: 1px solid #D4D4D4; 
    background-color: #fff; 
    float: right; 
    border-radius: 4px; 
    margin-top: 5px; 
    padding: 3px 16px 3px 16px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}


@media (max-width: 767px) {
    .dropdown-country-selection-button {
        margin-top: 10px
    }

    .pref-loc-top-header-tooltip {
        left: 60%;
    }
}