/* SIPAD — area Società */
body.sipad-societa {
  --soc-navy: #132f4c;
  --soc-blue: #1689c4;
  --soc-teal: #009b87;
  --soc-gold: #ec9c12;
  --soc-coral: #d95555;
  --soc-line: #d8e4ed;
  background: #f5f8fb;
  color: #29445f;
}

.sipad-societa .bg-image-03 {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  background: linear-gradient(104deg, rgba(10,35,64,.96), rgba(20,68,108,.9)), url('/images/footer-abstract-sipad.png') center 68% / cover no-repeat !important;
}
.sipad-societa .bg-image-03::after {
  content: "";
  position: absolute;
  right: -5%; bottom: -56px;
  width: 55%; height: 130px;
  border: 2px solid rgba(74,190,210,.48);
  border-radius: 50%;
  transform: rotate(-4deg);
}
.sipad-societa .bg-image-03 .container { position: relative; z-index: 1; padding-top: 68px !important; padding-bottom: 42px !important; }
.sipad-societa .bg-image-03 h5 { color: #60d1d3; font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.sipad-societa .bg-image-03 h1 { margin-top: 8px; color: #fff; font-size: clamp(34px, 4.5vw, 58px); letter-spacing: -.035em; }
.sipad-societa .breadcrumb { margin-top: 17px; }
.sipad-societa .breadcrumb, .sipad-societa .breadcrumb a { color: rgba(255,255,255,.82) !important; }

.sipad-societa section.section-80,
.sipad-societa section.section-lg-120 { padding: 54px 20px !important; }
.sipad-societa section.section-80 > div[style],
.sipad-societa section.section-lg-120 > div[style] {
  float: none !important;
  width: min(1180px, 100%) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 34px !important;
  border: 1px solid var(--soc-line);
  border-top: 5px solid var(--soc-blue);
  border-radius: 14px;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(19,47,76,.08);
}
.sipad-societa h2 { color: var(--soc-navy); font-weight: 800; }
.sipad-societa p, .sipad-societa li { line-height: 1.72; }
.sipad-societa a { transition: color .2s ease, background .2s ease, transform .2s ease; }
.sipad-societa figure img, .sipad-societa .thumbnail img { border-radius: 10px; }

/* Pagine documentali */
.sipad-societa:not(.sipad-council):not(.sipad-delegates):not(.sipad-gallery) section.section-80 .row,
.sipad-societa:not(.sipad-council):not(.sipad-delegates):not(.sipad-gallery) section.section-lg-120 .row { row-gap: 24px; }
.sipad-societa .icon-box {
  margin: 0 0 12px;
  padding: 18px 22px;
  border-left: 4px solid var(--soc-teal);
  border-radius: 0 10px 10px 0;
  background: #f5f9fc;
}
.sipad-societa .icon-box h5 { margin: 0; color: var(--soc-navy) !important; }

/* Storia della Società */
.sipad-history .history-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 8%, rgba(22,137,196,.09), transparent 24%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f8 100%);
}
.sipad-history .history-section::before {
  content: "1977";
  position: absolute;
  top: 30px;
  left: max(20px, calc((100% - 1420px)/2));
  color: rgba(19,47,76,.045);
  font-size: clamp(90px, 15vw, 210px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.sipad-history .history-container {
  position: relative;
  max-width: 1120px;
}
.sipad-history .history-layout { position: relative; align-items: flex-start; }
.sipad-history .history-copy { order: 1; }
.sipad-history .history-gallery { order: 2; }
.sipad-history .history-copy .inset-xl-left-80 { padding-left: 0 !important; }
.sipad-history .history-copy h5 {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 7px 12px;
  border-radius: 4px;
  background: rgba(0,155,135,.1);
  color: var(--soc-teal) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.sipad-history .history-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -.035em;
}
.sipad-history .history-copy .divider { margin: 20px 0 26px; background: var(--soc-gold); }
.sipad-history .history-copy > .inset-xl-left-80 > p.big {
  margin-bottom: 24px;
  padding: 20px 22px;
  border-left: 5px solid var(--soc-blue);
  border-radius: 0 10px 10px 0;
  background: #fff;
  box-shadow: 0 10px 26px rgba(19,47,76,.07);
  color: var(--soc-navy);
  font-size: 18px;
  line-height: 1.7;
}
.sipad-history .history-copy p:not(.big) {
  color: #38536d;
  font-size: 16px;
  line-height: 1.82;
}
.sipad-history .history-chapters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.sipad-history .history-chapter {
  min-width: 0;
  margin: 0;
  padding: 28px 30px;
  border: 1px solid var(--soc-line);
  border-top: 5px solid var(--soc-blue);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(19,47,76,.08);
}
.sipad-history .history-chapter:nth-child(2) { border-top-color: #6858a2; }
.sipad-history .history-chapter:nth-child(3) { border-top-color: var(--soc-teal); }
.sipad-history .history-chapter:nth-child(4) { border-top-color: var(--soc-gold); }
.sipad-history .history-chapter--restart {
  grid-column: 1 / -1;
  border-top-color: var(--soc-coral);
}
.sipad-history .history-year,
.sipad-history .history-kicker {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #eaf4f9;
  color: var(--soc-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sipad-history .history-chapter h3 {
  margin: 0 0 15px;
  color: var(--soc-navy);
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.sipad-history .history-chapter p {
  margin: 0;
  color: #38536d;
  font-size: 15px !important;
  line-height: 1.75 !important;
}
.sipad-history .history-gallery > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}
.sipad-history .history-gallery .img-wrap {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--soc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(19,47,76,.11);
}
.sipad-history .history-gallery .img-wrap:nth-child(2) { margin-left: 0; }
.sipad-history .history-gallery figure { margin: 0; }
.sipad-history .history-gallery img {
  width: 100%;
  height: auto;
  max-height: 330px;
  border-radius: 10px;
  object-fit: cover;
}
.sipad-history .history-gallery .img-wrap::after {
  content: "";
  position: absolute;
  inset: auto 10px 10px;
  height: 5px;
  border-radius: 0 0 9px 9px;
  background: linear-gradient(90deg, var(--soc-blue), var(--soc-teal), var(--soc-gold));
}
.sipad-history .history-actions {
  margin-top: 32px;
  padding: 26px;
  border-top: 5px solid var(--soc-teal);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(19,47,76,.09);
}
.sipad-history .history-actions h3 {
  margin: 0 0 18px;
  color: var(--soc-navy);
  font-size: 22px;
}
.sipad-history .history-actions .list-marked { margin: 0; }
.sipad-history .history-actions .list-marked li {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #e1eaf0;
  color: #38536d;
}
.sipad-history .history-actions .list-marked li:last-child { border-bottom: 0; }
.sipad-history .history-actions .list-marked li::before {
  top: 20px;
  left: 3px;
  color: var(--soc-gold);
}
@media (min-width: 1200px) {
  .sipad-history .history-section { padding-top: 78px !important; padding-bottom: 86px !important; }
  .sipad-history .history-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .sipad-history .history-copy, .sipad-history .history-gallery { width: 100%; max-width: none; flex: none; }
  .sipad-history .history-copy p:not(.big) { max-width: none; }
  .sipad-history .history-actions { max-width: none; }
}
@media (max-width: 1199px) {
  .sipad-history .history-copy, .sipad-history .history-gallery { width: 100%; max-width: none; flex: 0 0 100%; }
  .sipad-history .history-gallery > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sipad-history .history-gallery .img-wrap:nth-child(2) { margin-left: 0; }
}
@media (max-width: 620px) {
  .sipad-history .history-chapters { grid-template-columns: 1fr; }
  .sipad-history .history-chapter--restart { grid-column: auto; }
  .sipad-history .history-chapter { padding: 23px 20px; }
  .sipad-history .history-gallery > div { grid-template-columns: 1fr; }
  .sipad-history .history-actions { padding: 20px 16px; }
  .sipad-history .history-copy > .inset-xl-left-80 > p.big { padding: 17px 18px; font-size: 16px; }
}

/* Consiglio direttivo e delegati: card alimentate dal database */
.sipad-council form section,
.sipad-delegates form section { align-items: flex-start; }
.sipad-council form section > div,
.sipad-delegates form section > div { border-top-color: var(--soc-teal) !important; }
.sipad-council form section > div > div:first-child,
.sipad-delegates form section > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--soc-line);
}
.sipad-council form section > div > div:first-child h2,
.sipad-delegates form section > div > div:first-child h2 { margin: 0; font-size: 17px; line-height: 1.25; }
.sipad-council select, .sipad-delegates select {
  min-width: 105px;
  height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid #a9bfd0;
  border-radius: 6px;
  background: #fff;
  color: var(--soc-navy);
  font-weight: 700;
}
.sipad-council form section > div > div:nth-of-type(2),
.sipad-delegates form section > div > div:nth-of-type(2) { display: block !important; }
.sipad-council [id$="DataList1"], .sipad-delegates [id$="DataList1"] { width: 100%; }
.sipad-council [id$="DataList1"] > tbody > tr,
.sipad-delegates [id$="DataList1"] > tbody > tr { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-bottom: 22px; }
.sipad-council [id$="DataList1"] > tbody > tr:first-child,
.sipad-delegates [id$="DataList1"] > tbody > tr:first-child { display: none; }
.sipad-council [id$="DataList1"] > tbody > tr > td:empty,
.sipad-delegates [id$="DataList1"] > tbody > tr > td:empty { display: none !important; }
.sipad-council [id$="DataList1"] > tbody > tr > td,
.sipad-delegates [id$="DataList1"] > tbody > tr > td {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--soc-line);
  border-top: 5px solid var(--soc-blue);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(19,47,76,.08);
}
.sipad-council [id$="DataList1"] > tbody > tr > td:nth-child(4n+2),
.sipad-delegates [id$="DataList1"] > tbody > tr > td:nth-child(4n+2) { border-top-color: var(--soc-teal); }
.sipad-council [id$="DataList1"] > tbody > tr > td:nth-child(4n+3),
.sipad-delegates [id$="DataList1"] > tbody > tr > td:nth-child(4n+3) { border-top-color: var(--soc-gold); }
.sipad-council [id$="DataList1"] > tbody > tr > td:nth-child(4n),
.sipad-delegates [id$="DataList1"] > tbody > tr > td:nth-child(4n) { border-top-color: var(--soc-coral); }
.sipad-council [id$="IDutenteLabel"] { display: block; margin: -22px -22px 18px; border: 0 !important; background: linear-gradient(145deg,#edf5fa,#f9fbfd); text-align: center; }
.sipad-council [id$="IDutenteLabel"] img { width: 100%; height: 215px; object-fit: contain; padding: 14px; }
.sipad-council [id$="carica_societariaLabel"], .sipad-delegates [id$="carica_societariaLabel"] { display: inline-block; margin-bottom: 10px; color: var(--soc-blue); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.sipad-council [id$="nominativoLabel"], .sipad-delegates [id$="nominativoLabel"] { color: var(--soc-navy); font-size: 18px; }
.sipad-council [id$="linkemail"], .sipad-council [id$="lnk_idutente"],
.sipad-delegates [id$="linkemail"], .sipad-delegates [id$="lnk_idutente"] { display: inline-block; margin-top: 12px; color: var(--soc-teal); font-weight: 700; overflow-wrap: anywhere; }
.sipad-council [id$="DataList1"] hr, .sipad-delegates [id$="DataList1"] hr { display: none; }
.sipad-council form section > div > p { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--soc-line); color: var(--soc-navy); }

/* Gerarchia del Consiglio Direttivo */
.council-hierarchy { width: 100%; }
.council-group { margin-top: 34px; padding-top: 26px; border-top: 1px solid #d8e4ed; }
.council-group > h3 { margin: 0 0 18px; color: #132f4c; font-size: 18px; font-weight: 900; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.council-members-row { display: grid; gap: 22px; margin-bottom: 22px; }
.council-members-row--single { grid-template-columns: minmax(0, 360px); justify-content: center; }
.council-members-row--leadership, .council-members-row--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.council-members-row--two { grid-template-columns: repeat(2,minmax(0,360px)); justify-content: center; }
.council-members-row--delegate { margin-top: 38px; padding-top: 30px; border-top: 1px solid #d8e4ed; }
.council-member-card { display: flex; flex-direction: column; align-items: center; min-width: 0; min-height: 330px; overflow: hidden; padding: 0 22px 22px; border: 1px solid #d8e4ed; border-top: 5px solid #1687c2; border-radius: 12px; background: #fff; box-shadow: 0 10px 25px rgba(19,47,76,.08); text-align: center; }
.council-members-row--leadership .council-member-card:nth-child(2) { border-top-color: #4967b2; box-shadow: 0 14px 34px rgba(73,103,178,.16); }
.council-members-row--leadership .council-member-card:nth-child(3), .council-members-row--two .council-member-card:nth-child(2) { border-top-color: #089487; }
.council-members-row--delegate .council-member-card { border-top-color: #e49a1f; }
.council-member-card [id$="IDutenteLabel"] { align-self: stretch; display: block !important; margin: 0 -22px 18px; border: 0 !important; background: linear-gradient(145deg,#edf5fa,#f9fbfd); text-align: center; }
.council-member-card [id$="IDutenteLabel"] img { display: block; width: 100%; height: 205px; padding: 13px; object-fit: contain; }
.council-member-card [id$="IDutenteLabel"]:has(img[src$="void.jpg"]) { min-height: 205px; background: #d9dee3; }
.council-member-card [id$="IDutenteLabel"]:has(img[src$="void.jpg"]) img { display: none; }
.council-member-card [id$="carica_societariaLabel"] { display: block; margin-bottom: 8px; color: #1687c2; font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.council-member-card [id$="titoloLabel"] { color: #718596; font-size: 13px; }
.council-member-card > strong { margin: 2px 0 8px; color: #132f4c; font-size: 18px; line-height: 1.35; }
.council-member-card [id$="comuneLabel"] { display: none; }
.council-member-card [id$="linkemail"], .council-member-card [id$="lnk_idutente"] { width: 100%; margin-top: auto; color: #089487; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; text-align: center; }
.council-member-card [id$="lnk_idutente"] { margin-top: 6px; }
@media (max-width: 900px) { .council-members-row--leadership,.council-members-row--three { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 620px) { .council-members-row--leadership,.council-members-row--three,.council-members-row--two { grid-template-columns: 1fr; } .council-members-row--single { grid-template-columns: 1fr; } .council-member-card { min-height: 0; } }

/* Delegati regionali: regione in primo piano e contatti ordinati */
.sipad-delegates [id$="DataList1"] > tbody > tr > td {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 390px;
  padding: 0 24px 24px;
}
.sipad-delegates [id$="DataList1"] > tbody > tr > td > br { display: none; }
.sipad-delegates [id$="regione"] {
  order: 0;
  display: block;
  width: calc(100% + 48px);
  margin: 0 -24px 20px;
  padding: 15px 24px;
  background: #f1f6fa;
  color: var(--soc-navy);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .055em;
}
.sipad-delegates [id$="IDutenteLabel"] {
  order: 1;
  align-self: stretch;
  display: flex !important;
  min-height: 184px;
  margin: 0 0 20px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 10px;
  background: linear-gradient(135deg,#edf5fa 0%,#f8fbfd 100%);
}
.sipad-delegates [id$="IDutenteLabel"] img {
  display: block;
  width: 128px;
  height: 152px;
  padding: 0;
  border: 1px solid #cfdee9;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(19,47,76,.12);
  object-fit: cover;
  object-position: center top;
}
.sipad-delegates [id$="IDutenteLabel"]:has(img[src$="void.jpg"]) { display: none !important; }
.sipad-delegates [id$="IDutenteLabel"]:has(img[src$="void.jpg"]) + br { display: none; }
.sipad-delegates [id$="carica_societariaLabel"] { display: none; }
.sipad-delegates [id$="titoloLabel"] { order: 2; color: #718596; font-size: 13px; font-weight: 700; }
.sipad-delegates [id$="DataList1"] td > strong { order: 3; margin: 3px 0 12px; color: var(--soc-navy); font-size: 19px; line-height: 1.3; }
.sipad-delegates [id$="linkemail"] { order: 4; width: 100%; margin-top: auto; padding-top: 12px; border-top: 1px solid #e3ebf1; }

/* Ospitalità privata */
.sipad-private .private-hospitality-section { display: block !important; }
.sipad-private .private-hospitality-container { text-align: left; }
.sipad-private .private-hospitality-layout {
  display: grid; grid-template-columns: minmax(0,1.55fr) minmax(310px,.72fr);
  gap: 34px; align-items: stretch;
}
.sipad-private .private-hospitality-feature {
  position: relative; overflow: hidden; padding: 44px 46px;
  border-radius: 12px; background: linear-gradient(135deg,#0f3457 0%,#164f79 100%);
  color: #fff; box-shadow: 0 18px 40px rgba(19,47,76,.17);
}
.sipad-private .private-hospitality-feature::after {
  content: ""; position: absolute; right: -105px; bottom: -115px;
  width: 310px; height: 310px; border: 2px solid rgba(95,209,211,.38); border-radius: 50%;
}
.sipad-private .private-hospitality-feature-number {
  position: absolute; right: 28px; top: 17px; color: rgba(255,255,255,.055);
  font-size: 118px; font-weight: 900; line-height: 1;
}
.sipad-private .private-hospitality-kicker {
  position: relative; z-index: 1; margin: 0 0 12px; color: #60d1d3; font-size: 12px; font-weight: 900;
  letter-spacing: .12em; text-transform: uppercase;
}
.sipad-private .private-hospitality-feature h2 {
  position: relative; z-index: 1; margin: 0 0 24px; color: #fff;
  font-size: clamp(30px, 3.5vw, 44px); line-height: 1.14; letter-spacing: -.03em;
}
.sipad-private .private-hospitality-feature > p:not(.private-hospitality-kicker) {
  position: relative; z-index: 1; margin: 0 0 17px; color: rgba(255,255,255,.86); font-size: 16px;
}
.sipad-private .private-hospitality-values {
  position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px;
}
.sipad-private .private-hospitality-values span {
  padding: 7px 12px; border: 1px solid rgba(96,209,211,.48); border-radius: 999px;
  background: rgba(255,255,255,.07); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .035em;
}
.sipad-private .private-hospitality-advisor {
  position: relative; display: flex; flex-direction: column; align-items: flex-start;
  padding: 38px 32px; border: 1px solid #cbdce8; border-top: 6px solid var(--soc-gold);
  border-radius: 12px; background: linear-gradient(180deg,#fff 0%,#f7fafc 100%);
  box-shadow: 0 18px 40px rgba(19,47,76,.12);
}
.sipad-private .private-hospitality-advisor-label {
  margin: 0 0 24px; color: var(--soc-gold); font-size: 11px; font-weight: 900;
  letter-spacing: .14em; text-transform: uppercase;
}
.sipad-private .private-hospitality-monogram {
  display: grid; place-items: center; width: 96px; height: 96px; margin-bottom: 25px;
  border-radius: 50%; background: linear-gradient(145deg,var(--soc-blue),var(--soc-teal));
  color: #fff; font-size: 30px; font-weight: 900; box-shadow: 0 11px 25px rgba(22,135,194,.24);
}
.sipad-private .private-hospitality-advisor h3 {
  margin: 0 0 20px; color: var(--soc-navy); font-size: 21px; font-weight: 800; line-height: 1.35;
}
.sipad-private .private-hospitality-list { display: block; width: 100%; }
.sipad-private .private-hospitality-person { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; color: #718596; }
.sipad-private .private-hospitality-person strong { width: 100%; color: var(--soc-navy); font-size: 25px; line-height: 1.25; }
.sipad-private .private-hospitality-mandate {
  display: inline-block; margin-top: 9px; padding: 5px 10px; border-radius: 4px;
  background: rgba(8,148,135,.1); color: var(--soc-teal); font-size: 11px; font-weight: 900; text-transform: uppercase;
}
.sipad-private .private-hospitality-advisor-copy {
  margin: auto 0 0; padding-top: 28px; border-top: 1px solid #dbe6ed;
  color: #536b80; font-size: 14px; line-height: 1.65;
}
@media (max-width: 900px) {
  .sipad-private .private-hospitality-layout { grid-template-columns: 1fr; }
  .sipad-private .private-hospitality-advisor { min-height: 360px; }
}
@media (max-width: 620px) {
  .sipad-private .private-hospitality-feature { padding: 32px 24px; }
  .sipad-private .private-hospitality-feature > p:not(.private-hospitality-kicker) { font-size: 15px; }
  .sipad-private .private-hospitality-advisor { min-height: 0; padding: 30px 24px; }
  .sipad-private .private-hospitality-advisor-copy { margin-top: 30px; }
}

/* Gallery e libri */
.sipad-gallery .thumbnail, .sipad-societa .thumbnail {
  overflow: hidden;
  border: 1px solid var(--soc-line) !important;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(19,47,76,.08);
}
.sipad-gallery .thumbnail .caption { background: linear-gradient(180deg,transparent,rgba(11,40,68,.94)); }
.sipad-gallery .thumbnail h5 { color: #fff; }

@media (max-width: 900px) {
  .sipad-council [id$="DataList1"] > tbody > tr,
  .sipad-delegates [id$="DataList1"] > tbody > tr { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .sipad-societa .bg-image-03 .container { padding-top: 45px !important; }
  .sipad-societa section.section-80, .sipad-societa section.section-lg-120 { padding: 30px 12px !important; }
  .sipad-societa section.section-80 > div[style], .sipad-societa section.section-lg-120 > div[style] { padding: 22px 16px !important; }
  .sipad-council [id$="DataList1"] > tbody > tr,
  .sipad-delegates [id$="DataList1"] > tbody > tr { grid-template-columns: 1fr; }
  .sipad-council form section > div > div:first-child,
  .sipad-delegates form section > div > div:first-child { align-items: flex-start; flex-direction: column; }
}
