.top-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.regulation-link {
  color: var(--green);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid #a8d5c5;
}

.regulation-link:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

@media (max-width: 720px) {
  .top-actions { gap: 8px; }
  .regulation-link {
    max-width: 190px;
    font-size: 11px;
    line-height: 1.2;
    text-align: right;
  }
}
