/* =========================================================
   REVOLUTION OF GIVING — COMMUNITY ORIZZONTALE
   ========================================================= */

:root {
  --community-blue: #123a83;
  --community-dark-blue: #08285f;
  --community-orange: #f46b08;
  --community-yellow: #f9bf08;
  --community-teal: #059ba5;
  --community-cream: #fff5d9;
  --community-text: #173451;
  --community-muted: #53687d;
  --community-white: #ffffff;
  --community-shadow: 0 20px 48px rgba(21, 48, 79, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0 !important;
  min-height: 100% !important;
}

body {
  overflow-x: hidden !important;
  color: var(--community-text) !important;
  background:
    linear-gradient(180deg, #fffdf8 0%, #ffffff 100%) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}

/* TESTATA */

.community-topbar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  padding: 10px clamp(22px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(18, 58, 131, 0.12);
  box-shadow: 0 8px 28px rgba(20, 48, 82, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.community-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--community-dark-blue);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.community-brand img {
  display: block;
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--community-yellow);
  box-shadow: 0 6px 16px rgba(15, 48, 95, 0.16);
}

.community-network {
  color: #607086;
  font-size: 0.8rem;
  font-weight: 600;
}

.community-home {
  position: fixed;
  z-index: 1100;
  top: 92px;
  right: 24px;
  min-height: 46px;
  padding: 7px 17px 7px 8px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--community-dark-blue);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d8e2ef;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(20, 48, 82, 0.14);
}

.community-home span {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--community-blue), #167cb7);
  border-radius: 50%;
  font-size: 1rem;
}

/* CONTENITORE */

.community-page {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  padding: 126px 0 76px;
}

/* HERO */

.community-hero {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.35fr);
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e7edf4;
  border-radius: 38px;
  box-shadow: var(--community-shadow);
}

.community-hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(54px, 6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 0% 0%, rgba(249, 191, 8, 0.18), transparent 42%),
    #fffdf8;
}

.community-kicker {
  display: inline-block;
  margin-bottom: 17px;
  color: var(--community-orange);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.community-hero h1 {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--community-dark-blue);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.community-lead {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--community-teal);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.45;
}

.community-description {
  max-width: 620px;
  margin: 0 0 34px;
  color: var(--community-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.community-register-btn,
.community-discover-btn {
  min-height: 52px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.community-register-btn {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--community-orange), #ff8b18) !important;
  border: 2px solid transparent !important;
  box-shadow: 0 12px 26px rgba(244, 107, 8, 0.25);
}

.community-discover-btn {
  color: var(--community-teal);
  background: #ffffff;
  border: 2px solid var(--community-teal);
}

.community-register-btn:hover,
.community-discover-btn:hover {
  transform: translateY(-2px);
}

.community-hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.community-hero-visual img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

.community-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.26), transparent 30%),
    linear-gradient(180deg, transparent 55%, rgba(6, 37, 75, 0.34));
}

.community-visual-message {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #ffffff;
  background: rgba(7, 42, 77, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.community-visual-message strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.community-visual-message span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
}

/* QUATTRO VALORI */

.community-values {
  position: relative;
  z-index: 5;
  margin: -22px 34px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 22px 45px rgba(21, 48, 79, 0.17);
}

.community-value {
  min-height: 225px;
  padding: 34px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.community-value-yellow {
  background: linear-gradient(135deg, #ffd20a, #f8b900);
}

.community-value-orange {
  background: linear-gradient(135deg, #ff9a13, #f36b08);
}

.community-value-teal {
  background: linear-gradient(135deg, #14b9bd, #03959e);
}

.community-value-cream {
  background: linear-gradient(135deg, #fff4d5, #ffe6b1);
}

.community-value-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 2.3rem;
  box-shadow: 0 10px 22px rgba(13, 45, 77, 0.14);
}

.community-value h2 {
  margin: 0 0 9px;
  color: var(--community-dark-blue);
  font-size: 2rem;
  font-weight: 900;
}

.community-value p {
  margin: 0;
  color: #223c55;
  font-size: 1rem;
  line-height: 1.5;
}

/* ATTIVITÀ */

.community-activities {
  margin-top: 76px;
}

.community-section-heading {
  max-width: 830px;
  margin: 0 auto 38px;
  text-align: center;
}

.community-section-heading span,
.community-communication-title span {
  color: var(--community-orange);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.community-section-heading h2,
.community-communication-title h2 {
  margin: 10px 0 0;
  color: var(--community-dark-blue);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.05;
}

.community-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.community-activity-card {
  position: relative;
  padding: 42px 34px 36px;
  background: #ffffff;
  border: 1px solid #e7edf4;
  border-radius: 28px;
  box-shadow: var(--community-shadow);
}

.community-activity-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--community-teal), #23c0b4);
  border-radius: 50%;
  font-size: 2rem;
}

.community-activity-card:nth-child(2) .community-activity-icon {
  background: linear-gradient(135deg, var(--community-orange), #ff9a13);
}

.community-activity-card:nth-child(3) .community-activity-icon {
  background: linear-gradient(135deg, var(--community-blue), #2778c5);
}

.community-activity-card h3 {
  margin: 0 0 20px;
  color: var(--community-dark-blue);
  font-size: 1.65rem;
  line-height: 1.15;
}

.community-activity-card ul {
  margin: 0;
  padding-left: 20px;
}

.community-activity-card li {
  margin-bottom: 14px;
  color: var(--community-muted);
  font-size: 1rem;
  line-height: 1.65;
}

/* COMUNICAZIONE */

.community-communication {
  margin-top: 70px;
  padding: clamp(42px, 6vw, 70px);
  background:
    linear-gradient(135deg, rgba(7, 155, 165, 0.1), rgba(18, 58, 131, 0.06));
  border: 1px solid rgba(5, 155, 165, 0.2);
  border-radius: 34px;
}

.community-communication-title {
  margin-bottom: 32px;
  text-align: center;
}

.community-rules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.community-rules article {
  padding: 28px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(21, 48, 79, 0.09);
}

.community-rules strong {
  display: block;
  margin-bottom: 10px;
  color: var(--community-teal);
  font-size: 1.18rem;
}

.community-rules p {
  margin: 0;
  color: var(--community-muted);
  line-height: 1.65;
}

/* PARTECIPAZIONE */

.community-participation {
  margin-top: 70px;
  padding: clamp(48px, 7vw, 82px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--community-dark-blue), var(--community-blue));
  border-radius: 36px;
  box-shadow: var(--community-shadow);
}

.community-participation h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.1rem);
  line-height: 1.04;
}

.community-participation-copy p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.75;
}

.community-participation .community-register-btn {
  margin-top: 12px;
}

/* CHIUSURA */

.community-closing {
  padding: 72px 20px 20px;
  text-align: center;
}

.community-closing p {
  margin: 0 auto 20px;
  color: var(--community-muted);
  font-size: 1.3rem;
}

.community-closing h2 {
  max-width: 1100px;
  margin: 0 auto 30px;
  color: var(--community-orange);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.community-closing blockquote {
  margin: 0;
  color: var(--community-blue);
  font-size: 1.1rem;
  font-style: italic;
}

.community-closing blockquote span {
  display: block;
  margin-top: 7px;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
}

/* AUDIO */

.audio-control,
#audio-control {
  z-index: 1200 !important;
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .community-hero {
    grid-template-columns: 1fr;
  }

  .community-hero-visual {
    min-height: 450px;
  }

  .community-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .community-activity-grid,
  .community-rules {
    grid-template-columns: 1fr;
  }

  .community-participation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .community-topbar {
    min-height: 66px;
    padding: 8px 14px;
  }

  .community-brand img {
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
  }

  .community-brand span {
    font-size: 0.68rem;
  }

  .community-network {
    display: none;
  }

  .community-home {
    top: 78px;
    right: 11px;
    padding-right: 8px;
    font-size: 0;
  }

  .community-page {
    width: min(100% - 22px, 600px);
    padding-top: 118px;
  }

  .community-hero {
    min-height: auto;
    border-radius: 25px;
  }

  .community-hero-copy {
    padding: 50px 24px;
  }

  .community-hero h1 {
    font-size: 3rem;
  }

  .community-actions {
    flex-direction: column;
  }

  .community-register-btn,
  .community-discover-btn {
    width: 100%;
  }

  .community-hero-visual {
    min-height: 330px;
  }

  .community-values {
    margin: 22px 0 0;
    grid-template-columns: 1fr;
    border-radius: 25px;
  }

  .community-value {
    min-height: 190px;
  }

  .community-activity-card,
  .community-rules article {
    padding: 30px 23px;
  }

  .community-communication,
  .community-participation {
    padding: 40px 24px;
    border-radius: 25px;
  }

  .community-closing h2 {
    font-size: 2.6rem;
  }
}

/* Community a tutta larghezza, non centrata */
.community-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 76px 0 70px !important;
}

.community-hero {
  width: 100% !important;
  min-height: calc(100vh - 76px) !important;
  margin: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.community-hero-copy {
  padding-left: clamp(42px, 6vw, 110px) !important;
  padding-right: clamp(42px, 5vw, 90px) !important;
}

.community-values {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.community-activities,
.community-communication,
.community-participation,
.community-closing {
  width: min(1500px, calc(100% - 64px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 680px) {
  .community-page {
    width: 100% !important;
    padding-top: 66px !important;
  }

  .community-hero {
    min-height: auto !important;
  }

  .community-hero-copy {
    padding: 48px 24px !important;
  }

  .community-activities,
  .community-communication,
  .community-participation,
  .community-closing {
    width: calc(100% - 22px) !important;
  }
}

/* Riduce l'impatto visivo dell'immagine della mano nel blocco hero */
.community-hero-media,
.community-hero-image,
.hero-visual,
.hero-image-wrap,
.community-hero-photo {
  flex: 0 0 46% !important;
  max-width: 46% !important;
  min-height: 540px !important;
  overflow: hidden !important;
}

/* Se l'immagine è inserita come <img> */
.community-hero-media img,
.community-hero-image img,
.hero-visual img,
.hero-image-wrap img,
.community-hero-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(0.84) !important;
  transform-origin: center center !important;
}

/* Se l'immagine è usata come background */
.community-hero-media,
.community-hero-image,
.hero-visual,
.hero-image-wrap,
.community-hero-photo {
  background-size: 82% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Diamo un po' più spazio al testo */
.community-hero-content,
.community-hero-copy,
.hero-copy,
.community-hero-text {
  flex: 0 0 54% !important;
  max-width: 54% !important;
}

@media (max-width: 980px) {
  .community-hero-media,
  .community-hero-image,
  .hero-visual,
  .hero-image-wrap,
  .community-hero-photo,
  .community-hero-content,
  .community-hero-copy,
  .hero-copy,
  .community-hero-text {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .community-hero-media img,
  .community-hero-image img,
  .hero-visual img,
  .hero-image-wrap img,
  .community-hero-photo img {
    transform: scale(0.92) !important;
  }

  .community-hero-media,
  .community-hero-image,
  .hero-visual,
  .hero-image-wrap,
  .community-hero-photo {
    background-size: cover !important;
  }
}

/* =========================================================
   COMMUNITY HERO - immagine mano meno invasiva
   ========================================================= */

/* Rende l'hero meno aggressiva e più equilibrata */
.community-hero,
.community-hero-section,
.hero-community {
  min-height: 620px !important;
}

/* Più spazio al testo, meno dominio all'immagine */
.community-hero-inner,
.community-hero-grid,
.hero-community-grid {
  grid-template-columns: 48% 52% !important;
  align-items: stretch !important;
}

/* Colonna immagine leggermente più contenuta */
.community-hero-media,
.community-hero-image,
.hero-community-image,
.hero-visual,
.community-hero-photo {
  min-height: 620px !important;
  overflow: hidden !important;
  border-radius: 0 26px 26px 0 !important;
}

/* Se la mano è dentro un tag <img> */
.community-hero-media img,
.community-hero-image img,
.hero-community-image img,
.hero-visual img,
.community-hero-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 28% !important;
  transform: scale(0.76) !important;
  transform-origin: center center !important;
}

/* Se la mano è usata come background */
.community-hero-media,
.community-hero-image,
.hero-community-image,
.hero-visual,
.community-hero-photo {
  background-size: 74% auto !important;
  background-position: center 28% !important;
  background-repeat: no-repeat !important;
}

/* Mantiene la card blu in basso a destra più discreta */
.community-hero-badge,
.hero-badge,
.community-floating-badge {
  transform: scale(0.92) !important;
  right: 22px !important;
  bottom: 18px !important;
}

/* Su schermi larghi riduciamo ancora un po' l'impatto */
@media (min-width: 1400px) {
  .community-hero-media img,
  .community-hero-image img,
  .hero-community-image img,
  .hero-visual img,
  .community-hero-photo img {
    transform: scale(0.70) !important;
    object-position: center 24% !important;
  }

  .community-hero-media,
  .community-hero-image,
  .hero-community-image,
  .hero-visual,
  .community-hero-photo {
    background-size: 68% auto !important;
    background-position: center 24% !important;
  }
}

/* Tablet e mobile */
@media (max-width: 980px) {
  .community-hero-inner,
  .community-hero-grid,
  .hero-community-grid {
    grid-template-columns: 1fr !important;
  }

  .community-hero-media,
  .community-hero-image,
  .hero-community-image,
  .hero-visual,
  .community-hero-photo {
    min-height: 360px !important;
    border-radius: 0 0 26px 26px !important;
  }

  .community-hero-media img,
  .community-hero-image img,
  .hero-community-image img,
  .hero-visual img,
  .community-hero-photo img {
    transform: scale(0.88) !important;
    object-position: center 32% !important;
  }

  .community-hero-media,
  .community-hero-image,
  .hero-community-image,
  .hero-visual,
  .community-hero-photo {
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* Dimensione etichetta LA NOSTRA COMMUNITY */
.community-kicker {
  font-size: 13px !important;
}


/* =========================================================
   MENU HAMBURGER — COMMUNITY
   ========================================================= */

.community-actions {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.community-nav-toggle,
.community-nav-links {
  display: none !important;
}

@media (max-width: 850px) {
  .community-topbar {
    padding: 8px 18px !important;
  }

  .community-network {
    display: none !important;
  }

  .community-nav-toggle {
    width: 46px !important;
    height: 42px !important;
    padding: 8px 9px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 5px !important;
    background: #ffffff !important;
    border: 2px solid #0b55b5 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    box-shadow: 0 7px 18px rgba(15, 48, 95, 0.16) !important;
  }

  .community-nav-toggle span {
    width: 100% !important;
    height: 3px !important;
    margin: 0 !important;
    display: block !important;
    background: #0b55b5 !important;
    border-radius: 999px !important;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease !important;
  }

  .community-nav-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .community-nav-toggle.is-active span:nth-child(2) {
    opacity: 0 !important;
  }

  .community-nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  .community-nav-links {
    position: fixed !important;
    z-index: 1050 !important;
    top: 76px !important;
    right: 12px !important;
    left: 12px !important;
    padding: 16px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 5px !important;
    background: linear-gradient(145deg, #1769aa, #1ba7c5) !important;
    border: 2px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 50px rgba(13, 48, 88, 0.34) !important;
  }

  .community-nav-links.is-open {
    display: flex !important;
  }

  .community-nav-links a {
    width: 100% !important;
    padding: 13px 15px !important;
    color: #ffffff !important;
    background: transparent !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-shadow: none !important;
  }

  .community-nav-links a:hover,
  .community-nav-links a.active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2) !important;
  }

  .community-nav-links .community-login {
    margin-top: 5px !important;
    color: #ffffff !important;
    background: #0755c9 !important;
    text-align: center !important;
  }

  .community-home {
    display: none !important;
  }
}

@media (max-width: 680px) {
  .community-nav-links {
    top: 66px !important;
  }
}

/* === COMMUNITY ORIGINAL FONT SIZES MOBILE START === */
@media (max-width: 850px) {
.community-kicker {
  font-size: 1rem !important;
}
.community-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5.2rem) !important;
}
.community-lead {
  font-size: clamp(1.3rem, 2vw, 1.75rem) !important;
}
.community-description {
  font-size: 1.08rem !important;
}
.community-register-btn,
.community-discover-btn {
  font-size: 0.93rem !important;
}
.community-visual-message strong {
  font-size: 0.95rem !important;
}
.community-visual-message span {
  font-size: 0.82rem !important;
}
.community-value-icon {
  font-size: 2.3rem !important;
}
.community-value h2 {
  font-size: 2rem !important;
}
.community-value p {
  font-size: 1rem !important;
}
.community-section-heading span,
.community-communication-title span {
  font-size: 0.88rem !important;
}
.community-section-heading h2,
.community-communication-title h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem) !important;
}
.community-activity-icon {
  font-size: 2rem !important;
}
.community-activity-card h3 {
  font-size: 1.65rem !important;
}
.community-activity-card li {
  font-size: 1rem !important;
}
.community-rules strong {
  font-size: 1.18rem !important;
}
.community-participation h2 {
  font-size: clamp(2.5rem, 4vw, 4.1rem) !important;
}
.community-participation-copy p {
  font-size: 1.08rem !important;
}
.community-closing p {
  font-size: 1.3rem !important;
}
.community-closing h2 {
  font-size: clamp(3rem, 5vw, 5.5rem) !important;
}
.community-closing blockquote {
  font-size: 1.1rem !important;
}
.community-closing blockquote span {
  font-size: 0.84rem !important;
}
/* Su schermi larghi riduciamo ancora un po' l'impatto */


/* Tablet e mobile */


/* Dimensione etichetta LA NOSTRA COMMUNITY */
.community-kicker {
  font-size: 13px !important !important;
}
}
/* === COMMUNITY ORIGINAL FONT SIZES MOBILE END === */
