/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
  padding: 0;
}

/* ── Listing card: container-canone ────────────────────────────────────────── */
.canone-default {
  font-size: 36px;
  font-weight: 600;
  color: #818181;
  text-decoration: line-through;
}
.canone-attuale span {
  font-size: 48px;
  font-weight: 600;
}

.home-listing {
  & .canone-default {
    font-size: 32px;
  }

  & .canone-attuale {
    font-size: 16px;
    & span {
      font-size: 32px;
    }
  }

  & .iva-incl-excl {
    font-size: 16px;
  }
}
