/* ==========================================================================
   THE NEW JEWELLER — Editor's Note page ("Dear Reader" spread)
   Used only by news/Editorial/V17_I4.html. Moved here out of a <style>
   block that used to sit inside that page.
   ========================================================================== */

#content {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  box-sizing: border-box;
}

.dear-reader-layout {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: #fff;
  box-sizing: border-box;
}

/* LEFT SIDE */
.dear-reader-left {
  width: 32%;
  padding: 10px 12px 20px;
  box-sizing: border-box;
  text-align: center;
  border-right: 5px solid #f27d5b;
  flex-shrink: 0;
}

.dear-reader-title {
  font-family: 'Brush Script MT', 'Segoe Script', cursive;
  font-size: 42px;
  font-weight: 400;
  color: #e9795a;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 2px solid #e9795a;
  margin-bottom: 30px;
  white-space: nowrap;
}

.magazine-covers {
  width: 100%;
  min-height: 470px;
  position: relative;
  box-sizing: border-box;
}

.magazine-covers img {
  width: 62%;
  max-width: 145px;
  height: auto;
  display: block;
}

.cover-one {
  margin: 0 auto;
}

.cover-two {
  margin: -18px 2% 0 auto;
}

.cover-three {
  margin: -18px auto 0 2%;
}
/* RIGHT SIDE */
.dear-reader-right {
  width: 68%;
  padding: 5px 55px 25px 40px;
  box-sizing: border-box;
  position: relative;
}

.dear-reader-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  text-align: justify;
}

.dear-reader-text p {
  margin: 0 0 15px 0;
}

.drop-cap {
  float: left;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 65px;
  line-height: 52px;
  padding-right: 6px;
  color: #222;
}

.closing-text {
  text-align: left;
  margin-top: 25px !important;
}

.signature {
  text-align: left;
  line-height: 1.6;
}

.editorial-text {
  position: absolute;
  right: -20px;
  top: 250px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  color: #d5d5d5;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

/* TABLET */
@media (max-width: 700px) {

  .dear-reader-left {
    width: 30%;
    padding: 8px 8px 15px;
    border-right-width: 4px;
  }

  .dear-reader-right {
    width: 70%;
    padding: 5px 25px 20px 15px;
  }

  .dear-reader-title {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .magazine-covers {
    min-height: 400px;
  }

  .magazine-covers img {
    max-width: 105px;
  }

  .dear-reader-text {
    font-size: 13px;
    line-height: 1.45;
  }

  .drop-cap {
    font-size: 55px;
    line-height: 45px;
  }

  .editorial-text {
    font-size: 30px;
    top: 150px;
    display: flex;
    margin: 10px;
  }

}

/* MOBILE */
@media (max-width: 550px) {

  .dear-reader-layout {
    display: block;
  }

  .dear-reader-left {
    width: 100%;
    padding: 15px 15px 20px;
    border-right: none;
    border-bottom: 5px solid #f27d5b;
  }

  .dear-reader-title {
    font-size: 42px;
    margin-bottom: 25px;
  }

  .magazine-covers {
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding: 0 5px;
  }

  .magazine-covers img,
  .cover-one,
  .cover-two,
  .cover-three {
    width: 30%;
    max-width: 120px;
    margin: 0 !important;
  }

  .dear-reader-right {
    width: 100%;
  }

  .dear-reader-text {
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
  }

  .dear-reader-text p {
    margin-bottom: 18px;
  }

  .drop-cap {
    font-size: 65px;
    line-height: 52px;
  }

  .editorial-text {
    display: flex;
    margin: 10px;
    position: static;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: right;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    font-style: italic;
    color: #d5d5d5;
  }

}

/* SMALL MOBILE */
@media (max-width: 380px) {

  .dear-reader-title {
    font-size: 36px;
  }

  .magazine-covers {
    gap: 6px;
  }

  .magazine-covers img,
  .cover-one,
  .cover-two,
  .cover-three {
    width: 31%;
  }

  .dear-reader-right {
    padding: 20px 18px 25px;
  }

  .dear-reader-text {
    font-size: 14px;
  }

}
