body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fffdf5;
  color: #332200;
}

.navbar {
  background: linear-gradient(90deg,#ffb700,#ffd860);
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar a {
  padding: 15px 20px;
  color: #332200;
  text-decoration: none;
  font-weight: bold;
}

.navbar a:hover {
  background-color: #ffd860;
}

.container {
  padding: 20px;
  max-width: 1040px;
  margin: 20px auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.widget {
  background: #fff8dc;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  padding: 20px;
  margin-top: 20px;
}

/* Poleand Section Extension */
.poleand-section {
  font-family: 'Roboto Mono', monospace;
  background: #fffaf0;
  padding: 30px;
  margin-top: 30px;
  border-radius: 8px;
  border-left: 6px solid #ffd860;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  line-height: 1.7;
}

.poleand-section h1 {
  font-size: 2em;
  color: #332200;
  text-align: center;
  margin-bottom: 0.5em;
}

.poleand-section .highlight {
  color: #ff9800;
}

.poleand-section p {
  margin-bottom: 1em;
}

.poleand-section strong {
  color: #cc6600;
}

.poleand-section em {
  color: #888;
  font-style: italic;
}

.note {
  font-style: italic;
  background-color: #fff4cc;
  padding: 10px;
  border-left: 4px solid #ffd860;
  margin-top: 20px;
  font-size: 0.95em;
}

.credits-title {
  margin-top: 2em;
  font-size: 1.5em;
  text-align: center;
  color: #332200;
  border-top: 1px dashed #ddd;
  padding-top: 1em;
}

.credits-list {
  list-style: none;
  padding-left: 0;
}

.credits-list li {
  margin: 0.5em 0;
  padding-left: 1em;
  text-indent: -1em;
}

.credits-font {
  font-size: 0.9em;
  margin-top: 1.5em;
}

.credits-font a {
  color: #336699;
  text-decoration: underline;
}

/* Make iframe responsive (4:3 aspect ratio) */
.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 ratio = 3/4 = 0.75 */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
