/* gt43_farestamp.css · Grand Tour #43 · drop-cap as a fare stamp.
   The .dropcap initial (set by cnp-dropcap.php on /about/, blog, events) is
   framed like a punched fare stamp: hairline box on cream card, burnt-orange
   Newsreader initial, a soft lift. Reversible: delete this file + enqueue. */
.dropcap::first-letter{
  border: 1px solid #DED3BF;
  background: #FBF6EB;
  border-radius: 7px;
  padding: 8px 11px 4px;
  margin: 5px 14px 2px 0;
  line-height: .9;
  box-shadow: 0 3px 8px -6px rgba(42,33,27,.45);
}
@media (prefers-reduced-motion: no-preference){
  .dropcap::first-letter{ transition: box-shadow .2s ease; }
}
