/* Voce editoriale compatta del Salotto dei Viaggi. */
body.gs-editorial-voice .entry-content p.gs-editorial-prose,
body.gs-editorial-voice .post-content p.gs-editorial-prose,
body.gs-editorial-voice article p.gs-editorial-prose{
  max-width:78ch;
  margin-top:0;
  margin-bottom:1.08em;
  line-height:1.72;
  text-wrap:pretty;
}

body.gs-editorial-voice .gs-editorial-keyword{
  font-weight:inherit;
}

body.gs-editorial-voice br.gs-editorial-pause{
  display:block;
  content:"";
  margin-top:.18em;
}

/* Quota editoriale: informazione commerciale evidente, senza sembrare un H2. */
body.gs-editorial-voice .gs-editorial-price-card{
  display:inline-grid;
  grid-template-columns:auto auto;
  grid-template-areas:"kicker kicker" "amount unit";
  align-items:baseline;
  column-gap:.65rem;
  row-gap:.12rem;
  width:auto;
  max-width:100%;
  margin:clamp(1.8rem,4vw,3rem) 0 clamp(2rem,4vw,3.4rem);
  padding:1rem 1.3rem 1.05rem 1.45rem;
  color:#0d3154;
  background:linear-gradient(135deg,#fbf7ef 0%,#fff 72%);
  border:1px solid rgba(13,49,84,.13);
  border-left:5px solid #dda83f;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(13,49,84,.09);
  line-height:1.1;
}

body.gs-editorial-voice .gs-editorial-price-kicker{
  grid-area:kicker;
  font-family:inherit;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.105em;
  line-height:1.25;
  text-transform:uppercase;
  color:#8a6424;
}

body.gs-editorial-voice .gs-editorial-price-amount{
  grid-area:amount;
  font-family:inherit;
  font-size:clamp(1.75rem,3vw,2.45rem);
  font-weight:750;
  letter-spacing:-.035em;
  color:#0d3154;
  white-space:nowrap;
}

body.gs-editorial-voice .gs-editorial-price-unit{
  grid-area:unit;
  font-family:inherit;
  font-size:.92rem;
  font-weight:600;
  color:#526579;
  white-space:nowrap;
}

@media(max-width:640px){
  body.gs-editorial-voice .entry-content p.gs-editorial-prose,
  body.gs-editorial-voice .post-content p.gs-editorial-prose,
  body.gs-editorial-voice article p.gs-editorial-prose{
    max-width:none;
    margin-bottom:1em;
    line-height:1.66;
  }
  body.gs-editorial-voice br.gs-editorial-pause{margin-top:.12em}
  body.gs-editorial-voice .gs-editorial-price-card{
    margin:1.55rem 0 2rem;
    padding:.9rem 1.05rem .95rem 1.15rem;
    border-radius:14px;
  }
  body.gs-editorial-voice .gs-editorial-price-amount{font-size:1.85rem}
  body.gs-editorial-voice .gs-editorial-price-unit{font-size:.84rem}
}
