/* ANC Options — Dropcap styling for Classic Editor and front end */

.dropcap {
  float: left;
  font-family: "Caladea", serif;
  font-size: 3.4em;
  line-height: 0.9;
  padding-right: 0.15em;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}

/* Optional: adjust paragraph flow next to the dropcap */
.dropcap + * {
  display: inline;
}