<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Edit this page link styles */
.edit-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: var(--footer-link-color);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.edit-link:hover {
  color: var(--footer-link-hover);
}

.edit-link svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: currentColor;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
</pre></body></html>