.levit-popup-container .levit-popup-wrapper {
    max-height: 84vh;
}

.marketplace__listing .marketplace__listing-back {
    align-items: center;
    justify-content: center;
}

/* Country selector (Weglot) — duplicated from app.css so it loads on front page too */
.country-selector.weglot-dropdown {
    color: #fff;
    background: transparent;
    margin-top: 30px;
}

.country-selector.weglot-dropdown .wgcurrent {
    align-items: center;
    display: flex;
    border: none !important;
}

.country-selector.weglot-dropdown .wgcurrent a,
.country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 30px !important;
}

.country-selector.weglot-dropdown .wgcurrent::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4771_3328)'%3E%3Cpath d='M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.40039 6H13.6004' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.40039 10H13.6004' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.6658 2C6.54269 3.79974 5.94727 5.87858 5.94727 8C5.94727 10.1214 6.54269 12.2003 7.6658 14' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.33398 2C9.45709 3.79974 10.0525 5.87858 10.0525 8C10.0525 10.1214 9.45709 12.2003 8.33398 14' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4771_3328'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.country-selector.weglot-dropdown .wgcurrent::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.375 34.3506L27.3535 36.2451L10.625 20.6201L27.3535 4.99512L29.375 6.87988L14.6777 20.6201L29.375 34.3506Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 14px;
    transform: rotate(-180deg);
}

.country-selector.weglot-dropdown ul {
    left: auto;
    right: 0;
}

.country-selector.weglot-dropdown.weglot-invert input:checked~.wgcurrent::after {
    transform: rotate(-270deg);
}