/* spacing for text blocks */
.links-block p,
.sitemap-block p {
  margin: 10px 0;
}

/* reusable grid for all link sections */
.grid-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 10px;
}

.grid-links-center {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 10px;
  justify-content: center;
}

/* optional float helper */
.float-left {
  float: left;
  margin-right: 10px;
}

/* WEBRINGS */
.webring-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  /* wraps to a new row if there's not enough space */
}

.webring-box {
  flex: 0 0 auto;
}
