/*
Theme Name: Restart Hospitality
Theme URI: https://www.restartaccommodations.com/
Author: Net Wireless S.r.l.
Description: Tema hospitality coordinato con NW Hospitality Network per il sito pubblico, l'accesso clienti e i portali operativi.
Version: 1.3.2
Requires at least: 6.0
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: restart-hospitality
Tags: hospitality, custom-logo, custom-menu, featured-images, translation-ready, accessibility-ready
*/

/* Footer credit */
.restart-footer-bottom-credit{
  display:flex;
  justify-content:center;
  text-align:center;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.restart-footer-bottom-credit span{max-width:1200px}
@media (max-width: 640px){
  .restart-footer-bottom-credit{font-size:.78rem;padding-inline:1rem}
}


/* 1.2.6 — normalizzazione ortografica e del flusso del testo */
.restart-hospitality-theme :is(h1,h2,h3,.restart-network-card-name){
  text-wrap:balance;
}
.restart-hospitality-theme :is(p,li,.restart-footer-bottom-credit span){
  text-wrap:pretty;
  orphans:3;
  widows:3;
}
.restart-hospitality-theme :is(p,li,a,span,strong,small){
  word-break:normal;
  overflow-wrap:break-word;
}
