/* Activo oficial CR8TORS. La altura hereda el tamaño del wordmark anterior. */
.cr8-wordmark{
  display:inline-block;
  width:auto;
  height:1em;
  max-width:100%;
  object-fit:contain;
  vertical-align:-.08em;
  pointer-events:none;
}
.cr8-wordmark--block{
  display:block;
  margin:auto;
}

/* Marca inline para títulos, tarjetas y encabezados que heredan su tipografía. */
.cr8tors-brand{
  position:relative;
  display:inline-block;
  padding-right:.3em;
  font:inherit;
  letter-spacing:inherit;
  line-height:inherit;
  white-space:nowrap;
}
.cr8tors-brand-registered{
  position:absolute;
  top:-.02em;
  right:0;
  font-size:.38em;
  font-weight:600;
  line-height:1;
  letter-spacing:0;
}
