<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 for AlumniEmail landing page */
.edit-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 4px;
}

.edit-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.edit-link svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.edit-link:hover svg {
  transform: rotate(10deg);
}

.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: center;
    text-align: center;
  }
}
</pre></body></html>