* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #222;
  line-height: 1.5;
  background: #fff;
}

.info-header {
  background: #1e1e1e;
  padding: 16px 20px;
}

.info-header a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.info-wrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

.info-wrapper h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #1e1e1e;
}

.info-wrapper h2 {
  font-size: 20px;
  margin: 24px 0 10px;
  color: #1e1e1e;
}

.info-wrapper p {
  margin-bottom: 12px;
  font-size: 15px;
}

.info-wrapper a {
  color: #f79d00;
}

.info-footer {
  background: #1e1e1e;
  color: #fff;
  padding: 24px 20px;
  font-size: 13px;
  text-align: center;
}

.info-footer a {
  color: #fff;
  text-decoration: underline;
}

.info-footer-links {
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
}

.info-footer-links a {
  white-space: nowrap;
}
