/* ========================================
   Events Directory Styles
   ======================================== */

/* View content containers */
.view-content {
  margin-top: var(--space-8);
}

.see-all-link {
  display: block;
  margin-top: -2.5rem; /* pulls it up close to the rule */
  margin-bottom: 3rem;
  text-align: right;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--muted, #a09a90);
  text-decoration: none;
}
.see-all-link:hover {
  color: var(--ink, #0e0d0b);
}

.home-events-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
