.resource-back-link {
  align-self: flex-start;
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #f8fafc;
  text-decoration: none;
  font: 600 14px/1 Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.resource-back-link:hover {
  background: rgba(15, 23, 42, 0.95);
}
