html, body {
  margin: 0;
  padding: 0;
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
}

body {
  background-image: url("https://unsynchronized.neocities.org/Site_Core_Images/Manila%20Folder%202-1.png");
  background-repeat: repeat;
  background-position: top;
  background-size: 100% auto;
}

h1 {
  color: #3A3E44;
  font-size: 2.5em;
  margin-bottom: 0.2em;
}

h2 {
  color: #43474D;
}

p {
  color: #4B4F56;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.section-break {
  height: 80px;
  background-color: transparent;
}

small, footer {
  color: #6A6E75;
}

.tab-hotspots {
  position: absolute;
  top: 282px;
  right: 42px;
  z-index: 10;
}

.tab-hotspots a {
  display: block;
  width: 60px;
  height: 147px;
  margin-bottom: 2px;
  background-color: transparent;
  border: none;
  text-decoration: none;
}

.contact-section a {
  text-decoration: none;
  color: inherit;
}

.banner {
  max-width: 2560px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.banner-container {
  max-width: 600px;
  margin: 0 auto;
}

.note {
  font-style: italic;
  color: #6a6a6a;
}

.clean-list {
  list-style-type: none;
  margin-bottom: 0.6em;
  line-height: 1.0;
}

.clean-list li {
  margin-bottom: 0.6em;
  font-size: 1.2em;
  color: #4B4F56;
}

.form-container {
  background-color: rgba(75, 79, 86, 0.05);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(75, 79, 86, 0.1);
  max-width: 700px;
  margin: 0 auto;
}

.embedded-form {
  max-width: 640px;
  margin: 0 auto;
  display: block;
}

.content {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

.about-podcast,
.about-host {
  margin-top: 60px;
  margin-bottom: 40px;
}

.contact-section {
  margin-bottom: 60px;
}

a {
  color: #4B5A6A;
  text-decoration: none;
}

a:hover {
  color: #6A6E75;
  text-decoration: underline;
}

.responsive-image {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

.responsive-image img,
img {
  width: 100%;
  height: auto;
  display: block;
}

.fine-print {
  font-size: 0.75em;
  color: #6A6E75;
  text-align: center;
  margin: 10px auto 20px auto;
  max-width: 600px;
}

.index-text {
  padding: 10px;
  font-size: 1em;
}

/* ✅ Mobile-specific styles */
@media screen and (max-width: 768px) {
  body {
    background-size: cover;
    background-position: top center;
  }
  .content,
  .form-container,
  .embedded-form,
  .banner-container,
  .fine-print,
  .responsive-image {
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
/* Small devices (phones, portrait) */
@media screen and (max-width: 576px) {
  .content {
    max-width: 95%;
    padding: 10px;
  }
}

/* Medium devices (phones, landscape/tablets) */
@media screen and (max-width: 768px) {
  .content {
    max-width: 90%;
    padding: 15px;
  }
}

/* Large devices (desktops) */
@media screen and (min-width: 992px) {
  .content {
    max-width: 700px;
    padding: 20px;
  }
}

  .section-break {
    height: 60px;
  }

  .index-text {
    padding: 10px;
    font-size: 1em;
  }
  .neocities-badge img {
  max-width: 120px;
  height: auto;
  display: block;
  margin: 20px auto;
}
}
}
