.memorial-symbol {
  display: inline-flex;
  width: var(--memorial-symbol-size, 2.5rem);
  height: var(--memorial-symbol-size, 2.5rem);
  align-items: center;
  justify-content: center;
  color: var(--memorial-symbol-color, currentColor);
  vertical-align: middle;
}

.memorial-symbol svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.memorial-symbol { object-fit: contain; }

.memorial-hero-symbol-slot {
  position: relative;
  z-index: 3;
  display: flex;
  order: -1;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  margin: .25rem auto .5rem;
  color: var(--memorial-symbol-color, currentColor);
  text-align: center;
}

.memorial-hero-symbol-slot .communio-simbolo-render {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.memorial-design-01 .memorial-hero-symbol-slot {
  --memorial-symbol-size: 4rem;
  --memorial-symbol-color: #7a4f34;
}

body.memorial-design-02 .memorial-hero-symbol-slot {
  --memorial-symbol-size: 4.25rem;
  --memorial-symbol-color: #c6aa73;
}

body.memorial-design-03 .memorial-hero-symbol-slot {
  --memorial-symbol-size: 4.75rem;
  --memorial-symbol-color: #9a7440;
  min-height: 5rem;
  margin-top: -.25rem;
}

body.memorial-symbol-size-pequeno .memorial-hero-symbol-slot { --memorial-symbol-size: 3rem; min-height: 3.5rem; }
body.memorial-symbol-size-mediano .memorial-hero-symbol-slot { --memorial-symbol-size: 4.25rem; min-height: 4.75rem; }
body.memorial-symbol-size-grande .memorial-hero-symbol-slot { --memorial-symbol-size: 5.75rem; min-height: 6.25rem; }

body.memorial-has-selected-symbol .communio-portada-nombre .communio-editable-acf-content::before,
body.memorial-has-selected-symbol.memorial-design-03 .memorial-hero-content::before,
body.memorial-dynamic-symbol-ready .memorial-main-inicio .communio-portada-nombre .communio-editable-acf-content::before,
body.memorial-dynamic-symbol-ready.memorial-design-03 .memorial-hero-content::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* El diseño 03 recupera su cruz fija dentro de una regla responsive cargada
   después. Esta regla deliberadamente más específica mantiene oculto ese
   adorno en todos los anchos cuando existe un símbolo seleccionado. */
html body.memorial-design-03.memorial-has-selected-symbol .memorial-main-inicio .memorial-hero-content::before,
html body.memorial-design-03.memorial-has-selected-symbol .memorial-hero-content::before,
html body.memorial-design-03.memorial-dynamic-symbol-ready .memorial-main-inicio .memorial-hero-content::before,
html body.memorial-design-03.memorial-dynamic-symbol-ready .memorial-hero-content::before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
  background-image: none !important;
}

/* Diseño 01: la cruz original está integrada en el ::before del nombre y su
   versión móvil vuelve a definir tamaño y fondo. Se anula con la misma
   especificidad reforzada usada para el diseño 03. */
html body.memorial-design-01.memorial-has-selected-symbol:not(.elementor-editor-active) .memorial-main-inicio .communio-portada-nombre .communio-editable-acf-content::before,
html body.memorial-design-01.memorial-has-selected-symbol .communio-portada-nombre .communio-editable-acf-content::before,
html body.memorial-design-01.memorial-dynamic-symbol-ready:not(.elementor-editor-active) .memorial-main-inicio .communio-portada-nombre .communio-editable-acf-content::before,
html body.memorial-design-01.memorial-dynamic-symbol-ready .communio-portada-nombre .communio-editable-acf-content::before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
}

body.memorial-content-pack-neutral,
body.memorial-content-pack-espiritual,
body.memorial-content-pack-laica,
body.memorial-content-pack-otra_religiosa,
body.memorial-content-pack-cristiana,
body.memorial-content-pack-musulmana,
body.memorial-content-pack-judia {
  --memorial-content-profile-active: 1;
}
