﻿.guest-instruction {
  background-color: #05052b;
  color: #DFA95A;
  padding: 40px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

.guest-instruction h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.section {
  margin-bottom: 30px;
}

.section-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.note {
  font-size: 0.85em;
  color: #dfc59f;
}

.notice {
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
}

.notice a {
  color: #DFA95A;
  text-decoration: underline;
}
