.ml-tool-credit {
  width: min(1120px, calc(100% - 28px));
  margin: 28px auto 18px;
  padding: 14px 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  color: #d7dde7;
  background:
    linear-gradient(135deg, rgba(45, 248, 230, 0.13), rgba(184, 108, 255, 0.15)),
    rgba(8, 9, 13, 0.76);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
}

.ml-tool-credit__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}

.ml-tool-credit a {
  color: #b86cff;
  font-weight: 800;
  text-decoration: none;
}

.ml-tool-credit a:hover {
  color: #f8fafc;
  text-decoration: none;
}

.ml-tool-credit__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(215, 221, 231, 0.55);
}

.ml-tool-credit__privacy {
  color: #70ff9c;
}

@media (max-width: 560px) {
  .ml-tool-credit {
    margin-top: 20px;
    padding: 12px;
    font-size: 0.86rem;
  }
}
