/* Cartão do Correio Elegante. Quadrado, escala 100% com o container via
   unidades de container query (cqi = 1% da largura do cartão), então o texto
   acompanha qualquer tamanho de tela. Geometria espelha o template original
   (referência 1080px): De 386px, Para 449px, mensagem a partir de 547px. */

.ce-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  container-type: inline-size;
  border-radius: 14px;
  overflow: hidden;
  background: #7a1414;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  font-family: "Caveat", "Segoe Print", cursive;
  color: var(--tinta, #26324f);
}

.ce-card .ce-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.ce-field {
  position: absolute;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.ce-de {
  left: 28.6%;
  top: 35.74%;
  font-size: 4.44cqi;
}

.ce-para {
  left: 31.1%;
  top: 41.57%;
  font-size: 4.44cqi;
}

.ce-msg {
  left: 22%;
  top: 50.65%;
  width: 54.5%;
  height: 31.3%;
  font-size: 4.26cqi;
  line-height: 7.82cqi;
  font-weight: 500;
  white-space: pre-wrap;
  overflow: hidden;
  word-break: break-word;
  transform-origin: top left;
}
