/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 17.3.1.1759812989
Updated: 2025-10-07 13:56:29

*/
/* [안정 버전] WPML 언어 전환기 위치 코드 */

.custom-wpml-switcher-container {
    /* 이 값을 수정하여 최종 위치를 맞춥니다 */
    top: 24px !important;  /* 화면 상단에서의 거리 (위/아래) */
    right: 50px !important; /* 화면 오른쪽에서의 거리 (좌/우) */

    /* 아래는 고정값입니다 */
    position: fixed !important;
    z-index: 99999 !important;
    transform: translateY(-50%) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* WPML 내부 불필요한 스타일 제거 (공통) */
.custom-wpml-switcher-container .wpml-ls-legacy-dropdown a {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.custom-wpml-switcher-container .wpml-ls-item {
    padding: 0 4px !important;
}