/*
 <link rel="stylesheet" href="/portals/0/Cassonetti/4a/css/bidoni.css">
*/

/* ===== Palette ricavata dall’immagine ===== */
  .g-deep  { background:#0b7a5c; }   /* barra titolo */
  .g-dark  { color:#0b7a5c; }        /* testi verdi */
  .g-soft  { background:#d6e7cf; }   /* fascia informativa */
  .g-text  { color:#1c2f27; }

  .sheet { max-width:930px; margin:20px auto; border:1px solid #e3e3e3; background:#fff; }

  /* Barra titolo */
  .title-bar { background:#0b7a5c; color:#fff; text-transform:uppercase; text-align:center; font-weight:800; }
  .title-bar .cell { padding:14px 16px; font-size:22px; letter-spacing:.5px; }

  /* Sottotitolo */
  .subtitle { text-align:center; font-weight:700; font-size:20px; padding:12px 10px 6px; }
  .subtitle.g-dark { color:#0b7a5c; }

  /* Colonne contenuto top */
  .top-section { padding:10px 18px 6px; }
  .lead-col p { margin:0 0 10px; line-height:1.55; }
  .lead-col strong { color:#0b7a5c; }
  .link-col p { margin:0 0 10px; line-height:1.55; }
  .url { word-break:break-word; color:#0b7a5c; font-weight:700; }

  /* QR + immagine bidoni */
  .qr-wrap { margin:6px 0 16px; }
  .qr-img { max-width:90px; }
  .bins-wrap img { max-width:220px; }

  /* Sezione: come evitare… */
  .section-headline {
    color:#0b7a5c; font-weight:800; text-transform:uppercase;
    padding:10px 18px 0; font-size:18px;
  }
  .section-body { padding:6px 18px 16px; }
  .section-body p { margin:0 0 10px; }
  .section-body strong { color:#0b7a5c; }

  /* Fascia informativa verde chiaro */
  .info-band { background:#d6e7cf; padding:14px 18px; font-size:16px; }
  .info-band strong { color:#0b7a5c; }

  /* Warning finale */
  .warning { color:#c62828; font-weight:700; padding:10px 18px 18px; }

  /* Allineamenti responsive + colonne senza padding extra dove serve */
  .no-pad-sm { padding-left:0; padding-right:0; }
  @media (max-width:767px){
    .bins-wrap img { max-width:180px; }
  }
