/* Composiciones heredadas: conservar su paleta y tipografía propias. */
body.page .entry-content > .forjando-rendered-composition {
  width: 100vw;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  box-sizing: border-box;
}

body.page .forjando-rendered-composition img {
  max-width: 100%;
}

body.page .forjando-rendered-composition :is(a, button):focus-visible {
  outline: 2px solid #63e9b5;
  outline-offset: 3px;
}
