.seo-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  border: 1px solid #333;
  border-radius: 9px;
  color: #bbb;
  font-size: 0.875rem;
  font-weight: 600;
}

.seo-back:hover {
  border-color: #555;
  background: #171717;
  color: #fff;
}

.seo-back svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 760px) {
  .seo-nav {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .seo-nav > .seo-back {
    width: 100%;
  }
}
