.custom-lang-wrapper {
    display: flex;
    align-items: center;
}

.custom-lang-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-lang-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
    padding: 0 15px;
    height: 100%;
    outline: none;
}

.custom-lang-trigger img {
    width: 10px;
    height: auto;
}

.custom-lang-dropdown {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 50;
    min-width: 160px;
}

.custom-lang-container.show .custom-lang-dropdown {
    display: block;
}

.custom-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.custom-lang-option:hover {
    background-color: #edf4fb;
}

.custom-lang-option img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.gs18-HeaderPulldown__Gotop_remake {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    width: flex;
    height: 50px;
    border: solid 2px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s background, .2s border-color, .2s color
}

.gs18-HeaderPulldown__Gotop_remake::after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../img/icon/ArrowNext.svg) no-repeat center;
    background-size: 36px auto;
    transition: .2s transform, .2s background-image;
}

[dir=rtl] .gs18-HeaderPulldown__Gotop_remake::after {
    background-image: url(../img/icon/ArrowBack.svg);
}

.gs18-HeaderPulldown__Gotop_remake:link,
.gs18-HeaderPulldown__Gotop_remake:visited {
    color: #000
}

.gs18-HeaderPulldown__Gotop_remake:active,
.gs18-HeaderPulldown__Gotop_remake:focus,
.gs18-HeaderPulldown__Gotop_remake:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f50f10
}

.gs18-HeaderPulldown__Gotop_remake:active::after,
.gs18-HeaderPulldown__Gotop_remake:focus::after,
.gs18-HeaderPulldown__Gotop_remake:hover::after {
    background-image: url(../img/icon/ArrowNext-R.svg);
    transform: translateX(7.5px);
}

[dir=rtl] .gs18-HeaderPulldown__Gotop_remake:active::after,
[dir=rtl] .gs18-HeaderPulldown__Gotop_remake:focus::after,
[dir=rtl] .gs18-HeaderPulldown__Gotop_remake:hover::after {
    background-image: url(../img/icon/ArrowBack-R.svg);
    transform: translateX(-7.5px);
}
