#gt_float_wrapper {
    position: relative !important;
}
.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    background-color: transparent !important;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    text-align: right;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #333;
    font-weight: bold;
}
.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #000;
    font-size: 13px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(0deg);
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: none;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block;
    height: 18px;
    width: 15px;
    vertical-align: middle;
    background-position: 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: rotate(-180deg);
}
.gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    transform: translateX(0px);
}
.gt_float_switcher .gt_options {
    position: relative;
    z-index: 777;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(-30px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
}
.gt_float_switcher .gt_options {
    background: #fff;
    text-align: left;
}
.gt_float_switcher .gt_options a.gt-current {
    display: none;
}
.gt_float_switcher .gt_options a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    color: #444;
    font-size: 13px;
    transition: color .4s linear;
}
.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

/* GT Float Switcher Custom Styling */
#gt-wrapper-60054159 {
    position: relative !important;
}

.gt_float_switcher {
    position: static !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Selected language styling */
.gt_float_switcher .gt-selected {
    display: flex !important;
    align-items: center !important;
    padding: 0px !important;
    cursor: pointer !important;
}

/* Options container */
.gt_float_switcher .gt_options {
    display: none;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 200px !important;
    background: white !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 8px 0 !important;
    z-index: 9999 !important;
}

/* Show options when switcher is active */
.gt_float_switcher.gt_show .gt_options {
    display: block !important;
    transform: none !important;
    animation: none !important;
}

/* Individual option styling */
.gt_float_switcher .gt_options a {
    display: flex !important;
    align-items: center !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    color: #333 !important;
    transition: background-color 0.2s !important;
}

.gt_float_switcher .gt_options a:hover {
    background-color: #f5f5f5 !important;
}

/* Flag images */
.gt_float_switcher img {
    margin-right: 8px !important;
    width: 20px !important;
    height: auto !important;
}