/* Sidebar Images: Responsive */
aside div img {
  width: 100%;
  max-width: 320px !important;
  height: auto;
}

/* Violet Continue Reading Button */
a.btn {
  background-color: #5e17eb !important;
  color: #fff !important;
  border-color: #5e17eb !important;
}
a.btn:hover {
  background-color: #4a11b8 !important;
  border-color: #4a11b8 !important;
}

/* Larger Top Menu Font */
nav a {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

/* Home Page: Article Title Size Match */
article header h2 {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}

article header h2 a {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

article header h2 a:hover {
  color: #5e17eb !important;
}

/* Internal Article Headings (NOT the title) */
article div h2 {
  font-size: 1.4rem !important;
  margin-top: 1.5em !important;
  font-weight: 500 !important;
}

/* Audio Player Container */
.audio-wrapper {
  border: 1px solid #333;
  padding: 20px;
  margin: 2em auto;
  max-width: 500px;
  text-align: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.03);
}

.audio-wrapper h3 {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-size: 1.0rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  color: #000 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.dark-theme .audio-wrapper h3 {
  color: #f0f0f0 !important;
}

.audio-wrapper audio {
  display: block;
  margin: 0 auto !important;
  width: 100%;
}

/* Center bare <audio> elements (e.g. from {% audio %} liquid tag) */
article audio {
  display: block;
  margin: 1.5em auto !important;
}

/* Fix Title Capitalization and Weight */
article.single header h1 {
  text-transform: none !important;
  font-weight: 700 !important;
}
