/**
 * Public-facing styles
 */
span.cep-small {
  font-size: 100%;
}

span.cep-medium {
  font-size: 120%;
}

span.cep-large {
  font-size: 140%;
}

/* Loop/archive context — sits inline like a normal price label */
span.cep-loop {
  display: block;
  font-size: 1em;
}

/* Invisible placeholder keeps the .price wrapper in the DOM for equal card heights */
span.cep-placeholder {
  display: block;
  min-height: 1.5em;
}
