

/* Connections to STEAM Learning box */
.connections {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 1rem;
  background: rgba(0,0,0,0.03);
  margin: 1.5rem 0;
}
.connections strong { font-weight: 600; }

/* Tech Tinker Club: pastel neutral notice box for STEAM connections */
.notice--steam {
  border: 1px solid #e6e6ea;      /* light grey-lilac */
  background-color: #f7f7fa;      /* very light neutral */
  border-radius: 8px;
  padding: 1rem 1.1rem;
  margin: 1.25rem 0;
}
.notice--steam h2 { margin-top: 0.2rem; font-size: 1.2rem; }
.notice--steam ul { margin: .5rem 0 0 1.2rem; }
.notice--steam li { margin: .25rem 0; }

.btn.btn--primary {
  background-color: #b22222;
  border: none;
}

/* Prevent week numbers (Week 10, Week 11...) from wrapping */
table td:first-child a {
  white-space: nowrap;
}

/* Spread the 3 term buttons evenly across the line */
.ttc-button-row {
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
}

.ttc-button-row a.btn {
  flex: 1;               /* makes each button expand equally */
  text-align: center;    /* centers the text */
}
