/* Roboto 400/700 is served locally by Elementor (uploads/elementor/google-fonts/css/roboto.css).
   The Google Fonts @import that used to be here made WP Rocket inline gstatic @font-face rules
   into every page's used-CSS, downloading the SAME faces a second time (~54 KB). 2026-09-01 */

.vps-menu > h2 a:hover {
    text-decoration: underline;
}
.vps-menu.active {
    background-color: #000;
}
.vps-menu.active > h2 a {
    color: #fff;
    text-decoration: underline;
}
.vps-menu h2, .region h3, .country h4, .country-content li, .country-content a {
    cursor: pointer;
    margin: 0;
    padding: 8px 30px 8px 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.vps-menu ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.menu-content, .region-content, .country-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0;
    z-index: 10000;
    min-width: 200px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.menu-content {
    left: 0;
    top: 100%;
}
.region-content, .country-content {
    left: 100%;
    top: -1px;
}
.region:hover > .region-content,
.country:hover > .country-content {
    display: block;
}
.region, .country, .country-content li {
    position: relative;
}
.country-content a {
    text-decoration: none;
    color: inherit;
    padding-right: 10px;
}
.region > h3, .country > h4 {
    padding-right: 30px;
}
.region > h3::after, .country > h4::after {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: all 0.3s ease;
    color: #000;
}
.vps-menu h2:hover, .region h3:hover, .country h4:hover, .country-content a:hover {
    background-color: #000;
    color: #fff;
}
.region > h3:hover::after, .country > h4:hover::after {
    color: #fff;
}
.country-content, .country-content ul {
    margin: 0;
    padding: 0;
}
.country-content li:only-child {
    border: none;
}
.country-content li {
    margin: 0;
    padding: 0;
}
.country h4 {
    display: flex;
    align-items: center;
}
.vps-country-flag {
    width: 16px;
    height: 12px;
    margin-right: 5px;
    flex-shrink: 0;
}
.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    text-align: left;
    color: #fff;
    background-color: #000;
}
@media screen and (max-width: 768px) {
    .vps-menu {
        width: 100%;
    }
    .vps-menu > h2 {
        font-size: 16px;
        justify-content: flex-start;
        text-align: left;
    }
    .vps-menu > h2 a {
        padding: 8px 10px;
        width: 100%;
        text-align: left;
    }
    .menu-content, .region-content, .country-content {
        position: static;
        display: none;
        width: 100%;
        box-shadow: none;
        border: none;
    }
    .region-content, .country-content {
        margin-left: 10px;
    }
    .region > h3::after, .country > h4::after {
        content: "▼";
    }
    .region.active > h3::after, .country.active > h4::after {
        content: "▲";
    }
    .vps-menu h2, .region h3, .country h4, .country-content li, .country-content a {
        white-space: normal;
        text-align: left;
    }
    .vps-country-flag {
        width: 20px;
        height: 15px;
    }
    .mobile-menu-toggle {
        display: block;
        text-align: left;
        padding-left: 10px;
    }
}
