.badge {
  display: inline-block;
  background: #f0f0f0; /* light gray background */
  color: #ff6600;      /* modern orange */
  font-weight: bold;
  font-size: 0.8rem;
  padding: 1px 3px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  letter-spacing: 0.5px;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
  background: #f7f7f7;
  color: #222;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}

h1 {
  text-align: center;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  margin-bottom: 20px;
  color: #555;
}

.hero {
  text-align: center;
  margin: 20px 0;
}

.hero img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.info {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
}

table {
  margin: 0 auto;
}

.info a {
  color: #ff6600;
  text-decoration: none;
}

.info a:hover {
  text-decoration: underline;
}

.section-title {
  margin-top: 30px;
  border-bottom: 2px solid #ff6600;
  padding-bottom: 5px;
}

ul.events {
  list-style: none;
  padding: 0;
}

ul.events li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

ul.events a {
  color: #ff6600;
  text-decoration: none;
}

ul.events a:hover {
  text-decoration: underline;
}

select {
  margin: 20px 0;
  padding: 5px;
}

body {
  margin: 0;
  font-family: Verdana, sans-serif;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 15px;
}

/* Improve readability */
p, div {
  line-height: 1.6;
}

/* Make links tappable */
a {
  word-break: break-word;
}

/* Mobile spacing */
@media (max-width: 600px) {
  .container {
    padding: 12px;
  }

  h1 {
    font-size: 1.6rem;
  }

  ul {
    padding-left: 18px;
  }
}

.radio-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap; /* important for mobile */
}

.radio-text {
  text-align: left;
}

td.left {
  text-align: left;
}

td.right {
  text-align: right;
}
.radio-image img {
  max-width: 180px;
  height: auto;
}

span.nowrap {
  white-space: nowrap;
}

/* Mobile behavior */
@media (max-width: 600px) {
  .radio-section {
    display: flex;
    align-items: flex-start;
  }

  .radio-text {
    text-align: center;
  }

  .radio-image img {
    max-width: 70%;
  }
}

.header-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header-text {
  display: flex;
  flex-direction: column;
}

.header-logo {
  height: 90px;
}
