@charset "utf-8";

/* ChannelIO 전체 컨테이너 및 채팅창 위치 조정 - Quick 메뉴 챗봇 아이콘 위치에 맞춤 */

/* 부모 컨테이너 위치 조정 (채팅창과 닫기 버튼 모두 포함) */
#ch-plugin {
    bottom: 260px !important;
    right: 24px !important;
}

/* 닫기 버튼 위치 조정 - 여러 선택자 시도 */
.HtMz,
.Launcherstyled__LauncherButtonWrapper-ch-front__sc-1kx6op4-0,
[class*="LauncherButtonWrapper"],
[class*="HtMz"] {
    bottom: 190px !important;
    right: 24px !important;
}

/* 채팅창 위치 조정 */
div#ch-plugin-script.ch-desk-messenger {
    bottom: 260px !important;
    right: 24px !important;
}

#ch-plugin-script {
    bottom: 260px !important;
    right: 24px !important;
}
