:root {
  --animate-duration: 1s;
}

sl-skeleton-dropdown {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
sl-skeleton-dropdown .dropdown-container {
  position: relative;
}
sl-skeleton-dropdown .dropdown-thumb {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}