
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #ffffff;
  color: #222;
  padding: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2.5rem;
  color: #1a1a1a;
}

h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

p.subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2rem;
}

.episode {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.episode p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.johnson-box {
  background-color: #ffe28a;
  border-left: 6px solid #e69500;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  max-width: 600px;
  font-size: 1.1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.optin-placeholder {
  border: 2px dashed #aaa;
  padding: 2rem;
  border-radius: 10px;
  max-width: 500px;
  background: #fff;
  margin-top: 1rem;
}

.optin-placeholder p {
  font-weight: bold;
  color: #777;
}

footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #aaa;
}

a {
  text-decoration: none;
  color: #0077cc;
}

a:hover {
  text-decoration: underline;
}

nav {
  text-align: center;
  margin-bottom: 2rem;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

nav a {
  color: #0077cc;
  font-weight: bold;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}
