.cyh-reading {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 32px 24px;
  overflow: hidden;
  border-left: 3px solid #c49a3a;
  background: linear-gradient(135deg, #fcfaf6 0%, #fff 58%);
  color: #544940;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82;
  text-align: left;
  transition: max-height .45s ease;
}

.cyh-reading.is-collapsible:not(.is-expanded) {
  max-height: 390px;
}

.cyh-reading.is-collapsible:not(.is-expanded)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 95px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 78%);
}

.cyh-reading p {
  margin: 0 0 1.25em;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: left;
}

.cyh-reading p:last-child { margin-bottom: 0; }

.cyh-reading p:first-child {
  color: #40372f;
  font-size: 1.08em;
}

.cyh-reading p:first-child::first-letter {
  float: left;
  margin: .08em .12em 0 0;
  color: #b58a2a;
  font-size: 3.25em;
  font-weight: 700;
  line-height: .78;
}

.cyh-reading__date {
  color: #a77a18;
  font-family: inherit;
  font-weight: 700;
  white-space: nowrap;
}

.cyh-reading-toggle {
  display: block;
  min-width: 210px;
  margin: 14px auto 5px;
  padding: 10px 18px;
  border: 1px solid #c49a3a;
  background: #fff;
  color: #8f6815;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.cyh-reading-toggle:hover,
.cyh-reading-toggle:focus {
  background: #b58a2a;
  color: #fff;
  outline: 0;
}

@media (max-width: 767px) {
  .cyh-reading {
    padding: 20px 18px 18px;
    font-size: 14px;
    line-height: 1.72;
  }

  .cyh-reading.is-collapsible:not(.is-expanded) { max-height: 285px; }
  .cyh-reading p { margin-bottom: 1em; }
  .cyh-reading p:first-child { font-size: 1.03em; }
  .cyh-reading p:first-child::first-letter { font-size: 2.9em; }
  .cyh-reading-toggle { width: 100%; margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .cyh-reading { transition: none; }
}
