/* gnu_edit 사이트 색상 패널 — 테마 CSS가 flex를 깨지 않도록 */
.artwall-site .ge-theme-color__toolbar{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
}
.artwall-site .ge-theme-color__toolbar > strong{
  flex:1 1 auto;
  margin:0 !important;
}
.artwall-site .ge-theme-color__toolbar-right{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-left:auto !important;
  flex:0 0 auto !important;
}
.artwall-site .ge-theme-color__close{
  width:28px !important;
  height:28px !important;
  min-height:28px !important;
  padding:0 !important;
}
