.snlt-wrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:10px 0 16px;
  position:relative;
  z-index:20;
  clear:both;
}
.snlt-ui{
  position:relative;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans KR",sans-serif;
  line-height:1.2;
}
.snlt-button{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid #dbe4df;
  background:#fff;
  color:#16352b;
  border-radius:999px;
  padding:8px 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:36px;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 2px 8px rgba(15,23,42,.07);
  white-space:nowrap;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.snlt-button:hover{
  border-color:#95c8b7;
  box-shadow:0 4px 13px rgba(15,23,42,.10);
  transform:translateY(-1px);
}
.snlt-button:focus-visible{
  outline:2px solid #16a34a;
  outline-offset:2px;
}
.snlt-globe{font-size:14px;line-height:1}
.snlt-caret{font-size:10px;opacity:.6}
.snlt-menu{
  position:absolute;
  top:calc(100% + 7px);
  left:50%;
  transform:translateX(-50%);
  width:196px;
  max-height:min(380px,65vh);
  overflow:auto;
  padding:6px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:13px;
  box-shadow:0 14px 35px rgba(15,23,42,.18);
  z-index:99999;
}
.snlt-option{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  border:0;
  background:transparent;
  color:#1e293b;
  text-align:left;
  border-radius:9px;
  padding:9px 10px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.snlt-option:hover,.snlt-option.is-active{background:#edf8f3;color:#0f6f55}
.snlt-status{
  position:absolute;
  top:calc(100% + 7px);
  left:50%;
  transform:translateX(-50%);
  width:min(330px,calc(100vw - 28px));
  padding:9px 11px;
  border:1px solid #dbe4df;
  border-radius:10px;
  background:#fff;
  color:#475569;
  font-size:11px;
  line-height:1.45;
  text-align:center;
  box-shadow:0 9px 26px rgba(15,23,42,.12);
  z-index:100000;
}
.snlt-ui.is-busy .snlt-button{opacity:.72;pointer-events:none}
html[dir="rtl"] .snlt-option{text-align:right}

@media(max-width:782px){
  .snlt-wrap{margin:8px 0 13px}
  .snlt-button{padding:7px 10px;min-height:34px;font-size:11px}
  .snlt-globe{font-size:13px}
  .snlt-menu{width:184px;max-height:min(390px,60vh)}
  .snlt-option{padding:9px;font-size:11.5px}
  .snlt-status{font-size:10.5px}
}
