/*!
 * Lone Trumpet - Verse of the Day
 * Optional default styling. Include this file for the "card" look,
 * or omit it entirely and rely on your host site's CSS (use data-style="plain").
 */

.lt-votd {
  font-family: Georgia, "Times New Roman", "Cormorant Garamond", serif;
  color: #1c2a44;
  margin: 1rem 0;
}

.lt-votd--plain .lt-votd__inner { padding: 0; }
.lt-votd--plain .lt-votd__eyebrow { display: none; }

/* ---- Card style --------------------------------------------------------- */
.lt-votd--card .lt-votd__inner {
  background: #fbf6ec;
  border: 1px solid #e3d8bf;
  border-left: 4px solid #b8893a;
  border-radius: 6px;
  padding: 1.4rem 1.6rem 1.2rem;
  box-shadow: 0 4px 14px rgba(28, 42, 68, .08), 0 1px 3px rgba(28, 42, 68, .06);
  max-width: 640px;
}

.lt-votd__eyebrow {
  margin: 0 0 .55rem;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b8893a;
  font-weight: 600;
}

.lt-votd__text {
  margin: 0 0 .8rem;
  padding: 0;
  border: 0;
  font-size: 1.25rem;
  line-height: 1.55;
  font-style: italic;
  color: #1c2a44;
  quotes: "\201C" "\201D";
}

.lt-votd__ref {
  margin: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: .92rem;
  color: #4a5773;
  text-align: right;
}

.lt-votd__tr {
  color: #b8893a;
  font-size: .82rem;
  margin-left: .25rem;
}

@media (max-width: 480px) {
  .lt-votd--card .lt-votd__inner { padding: 1.1rem 1.2rem; }
  .lt-votd__text { font-size: 1.1rem; }
}
