/* Forum-specific styling overrides are defined here. */

.forums-top {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.forums-top h1 {
  margin-bottom: 0;
}

.forums-top .action-links,
.forums-top .action-links li {
  margin: 0;
}

/* **************** */
/* Responsive */
/* **************** */
/* Responsive Styles */
@media (max-width: 768px) {
  .forums-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .forums-top h1 {
    font-size: 1.75rem;
  }
}
