/* Prices must fit inside the content column, leaving room for the falling leaf. */
.has-leaf .rates-layout{grid-template-columns:minmax(0,1fr)}
.rates-layout>div,.rates-layout>aside,.price-title>h3{min-width:0}
.price-title h3{font-family:'Cormorant Garamond',Georgia,serif}
.price-title>strong,.price-row>strong,.reduced-prices strong{white-space:nowrap;flex-shrink:0}
@media(max-width:800px){
 .has-leaf .price-title{flex-direction:column;align-items:flex-start;gap:18px}
 .has-leaf .price-title h3{font-size:44px}
 .has-leaf .price-row{gap:12px}
 .has-leaf .price-row h3{font-size:28px;overflow-wrap:break-word}
 .has-leaf .price-row>strong{font-size:46px}
 .has-leaf .price-row small{font-size:22px;margin-left:3px}
 .has-leaf .rates-layout .button{max-width:100%;white-space:normal;text-align:center}
 .has-leaf .rates-layout .section-cta{min-width:0}
}
