/* ===== LIVESTREAM SECTION ===== */

.livestream {
  background: var(--color-white);
}

.livestream__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.livestream__message {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  color: var(--color-gray-dark);
  line-height: var(--line-height-loose);
  margin-bottom: var(--space-2xl);
  font-weight: 300;
}

.livestream__btn {
  margin-bottom: var(--space-xl);
}

.livestream__note {
  font-size: var(--text-sm);
  color: var(--color-gray);
  font-style: italic;
}
