/* Morphicons 只承担状态反馈；尺寸固定，避免形变触发布局和重排。 */
[data-morph-enhanced="true"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  line-height: 1.2;
}

.morph-slot {
  display: inline-flex;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  align-items: center;
  justify-content: center;
  color: currentColor;
  contain: strict;
}

.small .morph-slot,
.button.small .morph-slot {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

.morph-slot svg {
  display: block;
  overflow: visible;
  pointer-events: none;
}

.morph-slot morph-icon {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.sidebar a[data-morph-enhanced="true"] {
  display: flex;
}

@media (prefers-reduced-motion: reduce) {
  .morph-slot { transition: none; }
}
