.ssac-panel {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  margin-top: 6px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  max-height: 280px;
  overflow: auto;
}

.ssac-item { 
  padding: 10px 12px; 
  cursor: pointer; 
  line-height: 1.2;
  color: #fd652d;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ssac-item[aria-selected="true"], .ssac-item:hover { box-shadow: inset 3px 0 0 #fd652d; background: rgba(0,0,0,.06); }
.ssac-muted { opacity: .7; font-size: .95em; }
.ssac-error { margin: 6px 0 0; }

.ssac-panel{
  /* position/width sätts av JS men resten här */
  margin-top: 0;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  max-height: 280px;
  overflow: auto;
}

.ssac-hint{
  margin: 6px 0 0;
  opacity: .85;
  font-size: .95em;
}

.ssac-anchor{ position:relative; height:0; margin:0; padding:0; border:0; }
.ssac-panel--anchored{ position:absolute; top:6px; left:0; width:100%; z-index:9999; }
.ssac-carrier-hidden{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  width:1px !important;
  max-height:0 !important;
  overflow:hidden !important;
}


.ssac-status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: transparent;
  flex-shrink: 0;
}