/* ── Retino puntinato (XD 1332.126 / 403.488, 587.874×1206) ── */
.ospiti-singolo-retino {
  position: absolute;
  left: var(--ospiti-singolo-hero-x);
  top: var(--ospiti-singolo-hero-top);
  width: var(--ospiti-singolo-hero-w);
  height: calc(var(--ospiti-singolo-retino-h) * var(--ospiti-singolo-xd-scale) / (var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width)));
  height: calc((var(--ospiti-singolo-canvas-height) - var(--ospiti-singolo-retino-y)) * var(--ospiti-singolo-xd-scale));
  margin: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #fff;
  background-image: url('../assets/images/grid-pattern-tile.png');
  background-size: var(--ospiti-singolo-retino-cell);
  background-repeat: repeat;
  background-position: top left;
}

/* Fallback texture se asset assente */
@supports (background: radial-gradient(circle, #000 1px, #0000 1px)) {
  .ospiti-singolo-retino {
    background-image:
      url('../assets/images/grid-pattern-tile.png'),
      radial-gradient(circle, #c8c8c8 0.85px, transparent 0.85px);
    background-size: var(--ospiti-singolo-retino-cell), var(--ospiti-singolo-retino-cell);
  }
}/* OSPITE SINGOLO – layout scroll (XD 1920×1766), sidebar sticky sx */

.page--ospiti-singolo {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

/* Watermark BIG a sinistra (XD Raggruppa_1686, opacity 0.03) */
.ospiti-singolo-watermark {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}

.ospiti-singolo-watermark__graphic {
  position: absolute;
  left: -1040.758px;
  top: -1164.018px;
  width: 2196.061px;
  height: 2774.018px;
  opacity: 0.03;
}

.ospiti-singolo-canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  --ospiti-singolo-nav-gap: 36px;
  --ospiti-singolo-canvas-height: 1766px;
  --ospiti-singolo-body-top: 231px;
  --ospiti-singolo-retino-y: 403.488px;
  --ospiti-singolo-retino-h: calc(var(--ospiti-singolo-canvas-height) - var(--ospiti-singolo-retino-y));
  margin-top: calc(-1 * var(--nav-height) + var(--ospiti-singolo-nav-gap));
}

.ospiti-singolo-canvas__inner {
  --ospiti-singolo-gray: #e3e3e3;
  --ospiti-singolo-xd-origin: 360px;
  --ospiti-singolo-xd-width: 1201px;
  --ospiti-singolo-inset-x: var(--content-margin-left);
  --ospiti-singolo-content-w: var(--content-column-width);
  --ospiti-singolo-xd-scale: calc(var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width));
  --ospiti-singolo-photo-w: calc(264.371px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-photo-h: calc(264.624px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-nameplate-w: calc(275.213px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-nameplate-h: calc(86.194px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-nameplate-overlap: calc(5.284px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-hero-w: calc(587.874px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-retino-cell: calc(25px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-bio-w: calc(771.5px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-bio-h: calc(168.665px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-panel-w: calc(855px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-panel-h: calc(415px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-back-w: calc(163px * var(--ospiti-singolo-xd-scale));
  --ospiti-singolo-event-title-size: 54px;
  /* XD abs: foto/title ~360, event panel 706, nameplate 355 */
  --ospiti-singolo-card-x: calc((360.708px - var(--ospiti-singolo-xd-origin)) * var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width));
  --ospiti-singolo-card-right: calc(var(--ospiti-singolo-inset-x) + var(--ospiti-singolo-card-x) + var(--ospiti-singolo-nameplate-w));
  /* Padding interno nameplate (il nero visibile è inset di questo) */
  --ospiti-singolo-nameplate-pad: 5.5px;
  /* Bio: angolo TL a 1px dall’angolo BR del nero visibile */
  --ospiti-singolo-main-x: calc(
    var(--ospiti-singolo-card-right) - var(--ospiti-singolo-nameplate-pad) + 1px
  );
  --ospiti-singolo-hero-x: calc((1332.126px - var(--ospiti-singolo-xd-origin)) * var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width));
  --ospiti-singolo-event-x: calc((706px - 625px) * var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width));
  --ospiti-singolo-bio-x: calc((625px - var(--ospiti-singolo-xd-origin)) * var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width));
  --ospiti-singolo-bio-top: 571.25px;
  --ospiti-singolo-event-x-abs: calc((706px - var(--ospiti-singolo-xd-origin)) * var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width));
  --ospiti-singolo-event-top: 740px;
  --ospiti-singolo-retino-x: calc((1332.126px - var(--ospiti-singolo-xd-origin)) * var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width));
  --ospiti-singolo-scroll-y: calc(
    var(--ospiti-singolo-body-top)
    + var(--ospiti-singolo-photo-h)
    - var(--ospiti-singolo-nameplate-overlap)
    + var(--ospiti-singolo-nameplate-h)
    - var(--ospiti-singolo-nameplate-pad)
    + 1px
  );
  --ospiti-singolo-bio-offset-x: 0px;
  --ospiti-singolo-event-offset-x: calc(
    var(--ospiti-singolo-inset-x) + var(--ospiti-singolo-event-x-abs) - var(--ospiti-singolo-main-x)
  );
  --ospiti-singolo-main-scroll-w: calc(var(--ospiti-singolo-inset-x) + var(--ospiti-singolo-event-x-abs) + var(--ospiti-singolo-panel-w) - var(--ospiti-singolo-main-x));
  --ospiti-singolo-bio-flow-top: 0px;
  --ospiti-singolo-back-gap: calc(613px - 231px - var(--ospiti-singolo-photo-h) - var(--ospiti-singolo-nameplate-h) + var(--ospiti-singolo-nameplate-overlap));

  position: relative;
  width: var(--page-width);
  min-height: var(--ospiti-singolo-canvas-height);
  height: auto;
  margin-inline: auto;
}

/* ── Titolo (XD 358.97 / 190) ── */
.ospiti-singolo-title-wrap {
  position: absolute;
  left: calc(var(--ospiti-singolo-inset-x) + (358.97px - var(--ospiti-singolo-xd-origin)) * var(--ospiti-singolo-content-w) / var(--ospiti-singolo-xd-width));
  top: 190px;
  font-size: 100px;
  transform: translateY(-1em);
  --hero-date-rule-overhang: 10px;
  z-index: 3;
}

.ospiti-singolo-title-wrap .hero-date__row {
  align-items: flex-start;
  width: max-content;
}

.ospiti-singolo-title {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  font-synthesis: none;
  line-height: 1;
  letter-spacing: 0;
  color: var(--black);
}

/* ── Corpo: sidebar fissa sx + colonna dx scrollabile ── */
.ospiti-singolo-body {
  position: absolute;
  inset: 0;
  height: auto;
  min-height: 0;
  padding-top: 0;
}

.ospiti-singolo-sidebar {
  position: absolute;
  top: var(--ospiti-singolo-body-top);
  left: 0;
  box-sizing: border-box;
  width: var(--ospiti-singolo-main-x);
  padding-left: calc(var(--ospiti-singolo-inset-x) + var(--ospiti-singolo-card-x));
  z-index: 3;
}

.ospiti-singolo-main {
  position: absolute;
  top: var(--ospiti-singolo-scroll-y);
  left: var(--ospiti-singolo-main-x);
  right: auto;
  bottom: 0;
  width: var(--ospiti-singolo-main-scroll-w);
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}

/* ── Card miniatura (XD 360.708 / 231) ── */
.ospiti-singolo-card {
  position: relative;
  width: var(--ospiti-singolo-nameplate-w);
  margin: 0;
  z-index: 2;
}

.ospiti-singolo-card__photo {
  display: block;
  width: var(--ospiti-singolo-photo-w);
  height: var(--ospiti-singolo-photo-h);
  margin-left: calc((var(--ospiti-singolo-nameplate-w) - var(--ospiti-singolo-photo-w)) / 2);
  object-fit: cover;
  filter: grayscale(100%);
}

.ospiti-singolo-card__nameplate {
  box-sizing: border-box;
  width: var(--ospiti-singolo-nameplate-w);
  height: var(--ospiti-singolo-nameplate-h);
  margin-top: calc(-1 * var(--ospiti-singolo-nameplate-overlap));
  padding: 0 var(--ospiti-singolo-nameplate-pad) var(--ospiti-singolo-nameplate-pad);
}

.ospiti-singolo-card__nameplate-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 9px 10px 3px;
  overflow: hidden;
  border: none;
  background: var(--black);
}

.ospiti-singolo-card__name {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-size: 25px;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  overflow-wrap: break-word;
}

.ospiti-singolo-card__name-line {
  display: block;
  min-width: 0;
}

.ospiti-singolo-card__name-line:empty {
  display: none;
}

/* ── Bio (colonna dx scrollabile) ── */
.ospiti-singolo-bio {
  position: static;
  box-sizing: border-box;
  width: var(--ospiti-singolo-bio-w);
  min-height: var(--ospiti-singolo-bio-h);
  height: auto;
  margin: var(--ospiti-singolo-bio-flow-top) 0 0 var(--ospiti-singolo-bio-offset-x);
  padding: 34px 35px;
  background: var(--ospiti-singolo-gray);
}

.ospiti-singolo-bio__text {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--black);
}

.ospiti-singolo-bio__line {
  display: block;
}

/* ── Pannello evento (colonna dx scrollabile) ── */
.ospiti-singolo-event-panel {
  position: static;
  width: var(--ospiti-singolo-panel-w);
  min-height: 0;
  height: auto;
  margin: 0 0 48px var(--ospiti-singolo-event-offset-x);
  background: #fff;
  overflow: visible;
}

.ospiti-singolo-event {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto auto;
  min-height: 0;
  height: auto;
  padding: 25px;
  gap: 0;
  align-content: start;
}

.ospiti-singolo-event__title,
.ospiti-singolo-event__dates,
.ospiti-singolo-event__subtitle-line,
.ospiti-singolo-event__body-line {
  position: static;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}

.ospiti-singolo-event__title {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  font-size: var(--ospiti-singolo-event-title-size);
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  font-synthesis: none;
  color: var(--black);
  overflow-wrap: break-word;
}

.ospiti-singolo-event__dates {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  font-size: 30px;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  color: var(--black);
  white-space: nowrap;
}

.ospiti-singolo-event__subtitle-line {
  grid-column: 1 / -1;
  font-size: 20px;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  color: var(--black);
  line-height: 22px;
}

.ospiti-singolo-event__subtitle-line--1 {
  grid-row: 2;
  /* XD: curator ~14px sotto baseline SIGNS */
  margin-top: 14px;
}

.ospiti-singolo-event__subtitle-line--2 {
  grid-row: 3;
  margin-top: 0;
}

.ospiti-singolo-event__body {
  grid-column: 1 / -1;
  grid-row: 4;
  position: static;
  /* XD: 11:00 / info subito sotto il curator */
  margin-top: 10px;
}

.ospiti-singolo-event__body-line {
  display: block;
  font-size: 25px;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  color: var(--black);
  line-height: 24px;
  white-space: normal;
}

.ospiti-singolo-event + .ospiti-singolo-event {
  margin-top: 36px;
}

.ospiti-singolo-event__subtitle-line:empty {
  display: none;
}

/* ── Retino puntinato (XD 1332.126 / 403.488, fisso nel canvas) ── */
.ospiti-singolo-retino {
  position: absolute;
  left: calc(var(--ospiti-singolo-inset-x) + var(--ospiti-singolo-retino-x));
  top: var(--ospiti-singolo-retino-y);
  width: var(--ospiti-singolo-hero-w);
  height: calc(100% - var(--ospiti-singolo-retino-y));
  margin: 0;
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
  background-image: url('../assets/images/ospiti-retino-tile.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}

/* ── Indietro (XD 361 / 613) ── */
.ospiti-singolo-back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--ospiti-singolo-back-w);
  height: 62px;
  margin-top: var(--ospiti-singolo-back-gap);
  border: 0.75px solid var(--black);
  background: rgba(227, 227, 227, 0.95);
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 3;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.ospiti-singolo-back__label {
  transition: opacity 0.3s ease-out;
}

.ospiti-singolo-back__hover {
  position: absolute;
  opacity: 0;
  color: var(--white);
  transition: opacity 0.3s ease-out;
}

.ospiti-singolo-back:hover,
.ospiti-singolo-back:focus-visible {
  background: rgba(0, 0, 0, 0.949);
  outline: none;
}

.ospiti-singolo-back:hover .ospiti-singolo-back__label,
.ospiti-singolo-back:focus-visible .ospiti-singolo-back__label {
  opacity: 0;
}

.ospiti-singolo-back:hover .ospiti-singolo-back__hover,
.ospiti-singolo-back:focus-visible .ospiti-singolo-back__hover {
  opacity: 1;
}

/* ── Desktop ≥900: viewport bloccato, scroll colonna dx fino al fondo view ── */
@media (min-width: 900px) {
  .page--ospiti-singolo {
    height: calc(100vh - var(--nav-height));
    overflow: hidden;
  }

  .ospiti-singolo-canvas {
    overflow: hidden;
    /* top effettivo ≈ nav-gap (dopo margin negativo); arriva a 100vh */
    height: calc(100vh - var(--ospiti-singolo-nav-gap));
  }

  .ospiti-singolo-canvas__inner {
    height: calc((100vh - var(--ospiti-singolo-nav-gap)) / var(--canvas-scale-down));
    min-height: 0;
    max-height: none;
  }

  .ospiti-singolo-main {
    bottom: 0;
    height: auto;
    max-height: none;
  }
}

/* ── Desktop 900–1919 ── */
@media (min-width: 900px) and (max-width: 1919px) {
  .ospiti-singolo-canvas {
    position: relative;
    overflow: hidden;
    height: calc(100vh - var(--ospiti-singolo-nav-gap));
  }

  .ospiti-singolo-canvas__inner {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) scale(var(--canvas-scale-down));
    transform-origin: top center;
    height: calc((100vh - var(--ospiti-singolo-nav-gap)) / var(--canvas-scale-down));
    max-height: none;
  }

  .ospiti-singolo-retino {
    position: absolute;
    left: calc(var(--ospiti-singolo-inset-x) + var(--ospiti-singolo-retino-x));
    top: var(--ospiti-singolo-retino-y);
    height: calc(100% - var(--ospiti-singolo-retino-y));
    min-height: 0;
  }
}

/* ── Desktop ≥1920 ── */
@media (min-width: 1920px) {
  .page--ospiti-singolo {
    height: calc(100vh - var(--nav-height) * var(--stage-scale));
  }

  .ospiti-singolo-canvas {
    margin-top: calc(-1 * var(--nav-height) * var(--stage-scale) + var(--ospiti-singolo-nav-gap));
    position: relative;
    overflow: hidden;
    height: calc(100vh - var(--ospiti-singolo-nav-gap));
  }

  .ospiti-singolo-canvas__inner {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) scale(var(--canvas-scale-down));
    transform-origin: top center;
    height: calc((100vh - var(--ospiti-singolo-nav-gap)) / var(--canvas-scale-down));
    max-height: none;
  }

  .ospiti-singolo-retino {
    position: absolute;
    left: calc(var(--ospiti-singolo-inset-x) + var(--ospiti-singolo-retino-x));
    top: var(--ospiti-singolo-retino-y);
    width: var(--ospiti-singolo-hero-w);
    height: calc(100% - var(--ospiti-singolo-retino-y));
    min-height: 0;
  }
}

/* ── Mobile (≤899px) ── */
@media (max-width: 899px) {
  .ospiti-singolo-watermark {
    display: none;
  }

  .ospiti-singolo-canvas {
    margin-top: 0;
    overflow: visible;
    height: auto !important;
  }

  .ospiti-singolo-canvas__inner {
    --ospiti-singolo-photo-w: 100%;
    --ospiti-singolo-nameplate-w: 100%;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: clamp(32px, 5vw, 48px) var(--gutter) 64px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 40px);
  }

  .ospiti-singolo-body {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 40px);
    padding-top: 0;
    min-height: 0;
    height: auto;
  }

  .ospiti-singolo-area,
  .ospiti-singolo-title-wrap,
  .ospiti-singolo-sidebar,
  .ospiti-singolo-main,
  .ospiti-singolo-card,
  .ospiti-singolo-bio,
  .ospiti-singolo-event-panel,
  .ospiti-singolo-retino,
  .ospiti-singolo-back,
  .ospiti-singolo-event,
  .ospiti-singolo-event__body {
    position: static;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding-left: 0;
    transform: none;
  }

  .ospiti-singolo-title-wrap {
    position: static;
    font-size: clamp(40px, 10vw, 72px);
    margin-bottom: 0;
    --hero-date-rule-overhang: 7px;
  }

  .ospiti-singolo-title-wrap .hero-date__row {
    width: max-content;
    max-width: 100%;
  }

  .ospiti-singolo-title-wrap .hero-date__rule {
    width: calc(100% + var(--hero-date-rule-overhang) * 2);
    margin-top: calc(-0.1625em - var(--hero-date-square) / 2);
  }

  .ospiti-singolo-title-wrap .hero-date__line {
    flex: 1;
    width: auto;
  }

  .ospiti-singolo-sidebar {
    display: contents;
  }

  .ospiti-singolo-card {
    order: 2;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    box-sizing: border-box;
  }

  .ospiti-singolo-back {
    order: 3;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: var(--hero-cta-height, 54px);
    height: auto;
    padding: 10px 12px;
    font-size: var(--hero-cta-font-size, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .ospiti-singolo-main {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 40px);
    order: 4;
  }

  .ospiti-singolo-card__photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
    align-self: stretch;
    vertical-align: bottom;
    object-fit: cover;
  }

  .ospiti-singolo-card__nameplate {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 86.194px;
    margin: -5px 0 0;
    padding: 0;
    box-sizing: border-box;
    align-self: stretch;
    position: relative;
    z-index: 1;
    background: var(--black);
  }

  .ospiti-singolo-card__nameplate-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 12px 7px;
  }

  .ospiti-singolo-card__name {
    font-size: clamp(18px, 4.5vw, 25px);
    line-height: 1.1;
  }

  .ospiti-singolo-bio {
    padding: clamp(20px, 4vw, 34px);
  }

  .ospiti-singolo-bio__text {
    font-size: clamp(16px, 3.5vw, 25px);
    line-height: 1.15;
    text-wrap: pretty;
  }

  .ospiti-singolo-bio__line {
    display: inline;
  }

  .ospiti-singolo-bio__line:not(:last-child)::after {
    content: ' ';
  }

  .ospiti-singolo-retino {
    display: none;
  }

  .ospiti-singolo-event-panel {
    padding: clamp(20px, 4vw, 28px);
    box-sizing: border-box;
    overflow: visible;
    background: rgba(255, 255, 255, 0.95);
  }

  .ospiti-singolo-event__title,
  .ospiti-singolo-event__dates,
  .ospiti-singolo-event__subtitle-line,
  .ospiti-singolo-event__body-line {
    position: static;
    display: block;
    white-space: normal;
    visibility: visible;
  }

  .ospiti-singolo-event__title {
    font-size: clamp(32px, 8vw, 54px);
    margin-bottom: 8px;
  }

  .ospiti-singolo-event__dates {
    font-size: clamp(20px, 4.5vw, 30px);
    margin-bottom: 16px;
  }

  .ospiti-singolo-event__subtitle-line--1,
  .ospiti-singolo-event__subtitle-line--2 {
    font-size: clamp(14px, 3.5vw, 20px);
    margin-bottom: 4px;
  }

  .ospiti-singolo-event__body {
    font-size: clamp(16px, 3.5vw, 25px);
    line-height: 1.15;
    text-wrap: pretty;
  }

  /* Orario / luogo restano a capo; descrizione in flusso continuo */
  .ospiti-singolo-event__body-line {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
  }

  .ospiti-singolo-event__body-line:nth-child(1),
  .ospiti-singolo-event__body-line:nth-child(2) {
    display: block;
    line-height: 1.25;
  }

  .ospiti-singolo-event__body-line:nth-child(n) {
    top: auto;
  }

  /* Spacer desktop (&nbsp;) non devono comparire come rientro/box */
  .ospiti-singolo-event__body-line[aria-hidden="true"] {
    display: none !important;
  }

  .ospiti-singolo-event__body-line[aria-hidden="true"] + .ospiti-singolo-event__body-line:not([aria-hidden="true"]) {
    display: block;
    margin-top: 0.65em;
  }
}
