/* =========================
   TAB NAV
========================= */
.tab-nav-scroll-button {
  min-width: 120px;
  text-align: center;
  font-weight: 700;
}

/* =========================
   TAB NAV CONTENTS
========================= */
.activity-list {
  margin-top: 20px;
}

.activity-item {
  padding: 10px;
  background: #fefefe;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 12px;
  color: var(--text-bg-white);
}
