/* ==================================================
   GEOmedia Podcast - Cassiopeia
   Pagina: /podcast-geo/
   Itemid rilevato: itemid-1555
   ================================================== */

/* --------------------------------------------------
   BASE PAGINA
-------------------------------------------------- */

body.itemid-1555 {
  background: #f4f6f8;
}

body.itemid-1555 .site-grid {
  margin-top: 0 !important;
  background: #f4f6f8;
}

/* Nasconde header originale Cassiopeia */
body.itemid-1555 .container-header {
  display: none !important;
}

/* Nasconde titolo pagina standard se visibile */
body.itemid-1555 .page-header h1,
body.itemid-1555 h1.page-title,
body.itemid-1555 .com-content-category-blog__title {
  display: none !important;
}

/* --------------------------------------------------
   POSIZIONE TOP-A / MODULI CUSTOM
-------------------------------------------------- */

body.itemid-1555 .container-top-a {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Rimuove effetto card Cassiopeia dai moduli in top-a */
body.itemid-1555 .container-top-a > div,
body.itemid-1555 .container-top-a .card,
body.itemid-1555 .container-top-a .top-a.card {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
}

/* Nasconde titoli moduli tipo "Hero Podcast GEOmedia" */
body.itemid-1555 .container-top-a .card-header {
  display: none !important;
}

body.itemid-1555 .container-top-a .card-body {
  padding: 0 !important;
}

/* --------------------------------------------------
   HEADER CUSTOM GEOMEDIA
-------------------------------------------------- */

body.itemid-1555 .gm-site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e8ea;
  width: 100%;
  font-family: inherit;
}

/* Fascia superiore nera */
body.itemid-1555 .gm-header-top {
  background: #07121d;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

body.itemid-1555 .gm-header-top-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

body.itemid-1555 .gm-header-top-inner span:first-child {
  color: #f0a500;
  font-weight: 700;
}

/* Area logo */
body.itemid-1555 .gm-header-main {
  background: #ffffff;
}

body.itemid-1555 .gm-header-main-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.itemid-1555 .gm-header-logo img {
  max-width: 190px;
  height: auto;
  display: block;
}

/* Menu orizzontale */
body.itemid-1555 .gm-header-nav {
  border-top: 1px solid #eef1f3;
  border-bottom: 1px solid #eef1f3;
  background: #ffffff;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 34px;
  overflow-x: auto;
}

body.itemid-1555 .gm-header-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: #1a2b3c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

body.itemid-1555 .gm-header-nav a:hover,
body.itemid-1555 .gm-header-nav a.active {
  color: #f0a500;
}

body.itemid-1555 .gm-header-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #f0a500;
}

/* --------------------------------------------------
   HERO PODCAST
-------------------------------------------------- */

body.itemid-1555 .gm-podcast-hero-simple {
  background: #1a2b3c !important;
  border-radius: 0 0 24px 24px;
  padding: 72px 56px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 48px;
  align-items: center;
  max-width: 1180px;
}

/* Se il modulo hero ha ID mod-custom275, rafforziamo la regola */
body.itemid-1555 #mod-custom275 .gm-podcast-hero-simple {
  background: #1a2b3c !important;
  border-radius: 0 0 24px 24px !important;
  margin-top: 0 !important;
}

body.itemid-1555 .gm-podcast-label {
  color: #f0a500;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

body.itemid-1555 .gm-podcast-hero-copy h1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 850;
  margin: 0 0 24px;
}

body.itemid-1555 .gm-podcast-hero-copy h1 span {
  color: #f0a500;
}

body.itemid-1555 .gm-podcast-hero-copy p {
  color: #aebbc3;
  font-size: 20px;
  line-height: 1.6;
  max-width: 660px;
  margin: 0 0 32px;
  padding: 0;
}

body.itemid-1555 .gm-podcast-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

body.itemid-1555 .gm-podcast-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0a500;
  color: #1a2b3c !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

body.itemid-1555 .gm-podcast-actions a:hover {
  background: #ffffff;
  color: #1a2b3c !important;
}

body.itemid-1555 .gm-podcast-actions a.secondary {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.25);
}

body.itemid-1555 .gm-podcast-actions a.secondary:hover {
  background: rgba(255,255,255,.1);
  color: #ffffff !important;
}

body.itemid-1555 .gm-podcast-cover {
  width: 280px;
  height: 280px;
  border-radius: 24px;
  background: #f0a500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

body.itemid-1555 .gm-podcast-cover span {
  font-size: 74px;
}

/* --------------------------------------------------
   AREA BLOG / LISTA EPISODI
-------------------------------------------------- */

body.itemid-1555 .container-component {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 70px;
}

body.itemid-1555 .blog,
body.itemid-1555 .com-content-category-blog {
  max-width: 1180px;
  margin: 0 auto 60px;
}

/* Titolo sezione categoria */
body.itemid-1555 .blog > .page-header,
body.itemid-1555 .com-content-category-blog > .page-header {
  margin-bottom: 26px;
}

body.itemid-1555 .blog > .page-header h1,
body.itemid-1555 .blog > .page-header h2 {
  color: #1a2b3c;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 850;
  margin: 0 0 8px;
}

/* Griglia articoli Cassiopeia */
body.itemid-1555 .blog-items,
body.itemid-1555 .items-leading,
body.itemid-1555 .com-content-category-blog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* Card articolo */
body.itemid-1555 .blog-item,
body.itemid-1555 .item,
body.itemid-1555 .com-content-category-blog__item {
  background: #ffffff;
  border: 1px solid #dfe6ea;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 8px 24px rgba(26,43,60,.06);
}

/* Immagine intro */
body.itemid-1555 .item-image {
  margin: 0;
}

body.itemid-1555 .item-image img,
body.itemid-1555 .blog-item figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

/* Titolo articolo */
body.itemid-1555 .blog-item h2,
body.itemid-1555 .item h2,
body.itemid-1555 .page-header h2 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
  color: #1a2b3c;
  padding: 20px 20px 0;
  margin: 0 0 10px;
}

body.itemid-1555 .blog-item h2 a,
body.itemid-1555 .item h2 a,
body.itemid-1555 .page-header h2 a {
  color: #1a2b3c;
  text-decoration: none;
}

body.itemid-1555 .blog-item h2 a:hover,
body.itemid-1555 .item h2 a:hover {
  color: #f0a500;
}

/* Metadati */
body.itemid-1555 .article-info,
body.itemid-1555 .com-content-article-info {
  padding: 0 20px;
  color: #90a4ae;
  font-size: 12px;
  margin-bottom: 10px;
}

/* Nasconde elementi meno utili se presenti */
body.itemid-1555 .article-info-term,
body.itemid-1555 .createdby,
body.itemid-1555 .hits {
  display: none !important;
}

/* Testo intro */
body.itemid-1555 .blog-item p,
body.itemid-1555 .item p {
  padding: 0 20px;
  color: #546e7a;
  font-size: 14px;
  line-height: 1.55;
}

/* Read more / Ascolta episodio */
body.itemid-1555 .readmore,
body.itemid-1555 .readmore-link {
  padding: 0 20px 22px;
}

body.itemid-1555 .readmore a,
body.itemid-1555 .readmore-link a,
body.itemid-1555 a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a2b3c;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border: none;
}

body.itemid-1555 .readmore a:hover,
body.itemid-1555 .readmore-link a:hover,
body.itemid-1555 a.btn:hover {
  background: #f0a500;
  color: #1a2b3c !important;
}

/* --------------------------------------------------
   PLAYER 4PODCAST / AUDIO
-------------------------------------------------- */

body.itemid-1555 .forpodcast_app,
body.itemid-1555 .wb-4podcast-comp-container {
  max-width: 100%;
}

body.itemid-1555 .forpodcast_app {
  margin: 18px 20px 22px;
}

/* --------------------------------------------------
   PAGINAZIONE
-------------------------------------------------- */

body.itemid-1555 .pagination {
  justify-content: center;
  margin-top: 36px;
}

/* --------------------------------------------------
   FOOTER / SPAZIATURE
-------------------------------------------------- */

body.itemid-1555 footer,
/* Footer Cassiopeia visibile per ospitare il footer custom */
body.itemid-1555 .container-footer {
  display: block !important;
  background: transparent !important;
  color: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* --------------------------------------------------
   RESPONSIVE TABLET
-------------------------------------------------- */

@media (max-width: 991px) {
  body.itemid-1555 .gm-podcast-hero-simple {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 56px 28px;
  }

  body.itemid-1555 .gm-podcast-hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  body.itemid-1555 .gm-podcast-actions {
    justify-content: center;
  }

  body.itemid-1555 .blog-items,
  body.itemid-1555 .items-leading,
  body.itemid-1555 .com-content-category-blog__items {
    grid-template-columns: repeat(2, 1fr);
  }

  body.itemid-1555 .gm-header-top-inner {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}

/* --------------------------------------------------
   RESPONSIVE MOBILE
-------------------------------------------------- */

@media (max-width: 575px) {
  body.itemid-1555 .container-component {
    padding: 0 16px 56px;
  }

  body.itemid-1555 .gm-podcast-hero-simple {
    padding: 46px 22px;
    border-radius: 0 0 18px 18px;
  }

  body.itemid-1555 .gm-podcast-hero-copy h1 {
    font-size: 38px;
  }

  body.itemid-1555 .gm-podcast-hero-copy p {
    font-size: 17px;
  }

  body.itemid-1555 .gm-podcast-cover {
    width: 210px;
    height: 210px;
  }

  body.itemid-1555 .gm-podcast-actions a {
    width: 100%;
  }

  body.itemid-1555 .blog-items,
  body.itemid-1555 .items-leading,
  body.itemid-1555 .com-content-category-blog__items {
    grid-template-columns: 1fr;
  }

  body.itemid-1555 .gm-header-main-inner {
    padding: 14px 18px;
  }

  body.itemid-1555 .gm-header-logo img {
    max-width: 150px;
  }

  body.itemid-1555 .gm-header-nav {
    justify-content: flex-start;
    gap: 24px;
    padding: 0 18px;
  }

  body.itemid-1555 .gm-header-nav a {
    font-size: 11px;
    min-height: 44px;
  }
}
/* ==================================================
   FIX LISTA EPISODI 4PODCAST - layout verticale
   ================================================== */

/* Contenitore episodi */
body.itemid-1555 .container-component {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

/* Titolo pagina */
body.itemid-1555 .blog > .page-header h1,
body.itemid-1555 .blog > .page-header h2 {
  display: block !important;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 850;
  color: #1a2b3c;
  margin: 0 0 28px;
  padding: 0;
}

/* Forza lista verticale, non griglia */
body.itemid-1555 .blog-items,
body.itemid-1555 .items-leading,
body.itemid-1555 .com-content-category-blog__items {
  display: flex !important;
  flex-direction: column !important;
  gap: 26px !important;
}

/* Card episodio */
body.itemid-1555 .blog-item,
body.itemid-1555 .item,
body.itemid-1555 .com-content-category-blog__item {
  display: grid !important;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  background: #ffffff;
  border: 1px solid #dfe6ea;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 8px 24px rgba(26,43,60,.06);
}

/* Immagine episodio */
body.itemid-1555 .item-image {
  margin: 0 !important;
  height: 100%;
  background: #e8eef2;
}

body.itemid-1555 .item-image img,
body.itemid-1555 .blog-item figure img {
  width: 100% !important;
  height: 100% !important;
  min-height: 260px;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  display: block;
}

/* Se non c'è immagine evita card vuote troppo visibili */
body.itemid-1555 .blog-item:not(:has(.item-image)),
body.itemid-1555 .item:not(:has(.item-image)) {
  grid-template-columns: 1fr;
  padding: 28px;
}

/* Contenuto interno */
body.itemid-1555 .blog-item > *,
body.itemid-1555 .item > * {
  max-width: 100%;
}

/* Titolo articolo */
body.itemid-1555 .blog-item h2,
body.itemid-1555 .item h2,
body.itemid-1555 .page-header h2 {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 850;
  color: #1a2b3c;
  padding: 24px 28px 0;
  margin: 0 0 12px;
}

body.itemid-1555 .blog-item h2 a,
body.itemid-1555 .item h2 a {
  color: #1a2b3c;
  text-decoration: none;
}

body.itemid-1555 .blog-item h2 a:hover,
body.itemid-1555 .item h2 a:hover {
  color: #f0a500;
}

/* Metadati più discreti */
body.itemid-1555 .article-info,
body.itemid-1555 .com-content-article-info {
  padding: 0 28px;
  margin: 0 0 12px;
  color: #90a4ae;
  font-size: 12px;
}

body.itemid-1555 .article-info-term,
body.itemid-1555 .createdby,
body.itemid-1555 .hits {
  display: none !important;
}

/* Testo intro */
body.itemid-1555 .blog-item p,
body.itemid-1555 .item p {
  padding: 0 28px;
  color: #546e7a;
  font-size: 16px;
  line-height: 1.6;
}

/* Player 4Podcast */
body.itemid-1555 .forpodcast_app,
body.itemid-1555 .wb-4podcast-comp-container {
  max-width: 100%;
}

body.itemid-1555 .forpodcast_app {
  margin: 18px 28px 22px !important;
}

/* Bottone */
body.itemid-1555 .readmore,
body.itemid-1555 .readmore-link {
  padding: 0 28px 28px;
}

body.itemid-1555 .readmore a,
body.itemid-1555 .readmore-link a,
body.itemid-1555 a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a2b3c;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border: none;
}

body.itemid-1555 .readmore a:hover,
body.itemid-1555 .readmore-link a:hover,
body.itemid-1555 a.btn:hover {
  background: #f0a500;
  color: #1a2b3c !important;
}

/* Mobile */
@media (max-width: 768px) {
  body.itemid-1555 .blog-item,
  body.itemid-1555 .item,
  body.itemid-1555 .com-content-category-blog__item {
    grid-template-columns: 1fr !important;
  }

  body.itemid-1555 .item-image img,
  body.itemid-1555 .blog-item figure img {
    min-height: auto;
    aspect-ratio: 16 / 10 !important;
  }

  body.itemid-1555 .blog-item h2,
  body.itemid-1555 .item h2 {
    font-size: 21px;
    padding: 22px 22px 0;
  }

  body.itemid-1555 .article-info,
  body.itemid-1555 .com-content-article-info,
  body.itemid-1555 .blog-item p,
  body.itemid-1555 .item p {
    padding-left: 22px;
    padding-right: 22px;
  }

  body.itemid-1555 .forpodcast_app {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  body.itemid-1555 .readmore,
  body.itemid-1555 .readmore-link {
    padding-left: 22px;
    padding-right: 22px;
  }
}
/* ==================================================
   RIFINITURA FINALE LISTA EPISODI 4PODCAST
   ================================================== */

/* Titolo sezione */
body.itemid-1555 .blog > .page-header h1,
body.itemid-1555 .blog > .page-header h2 {
  font-size: 34px !important;
  font-weight: 850 !important;
  color: #1a2b3c !important;
  margin: 0 0 28px !important;
}

/* Card episodio più compatta */
body.itemid-1555 .blog-item,
body.itemid-1555 .item,
body.itemid-1555 .com-content-category-blog__item {
  padding: 28px 34px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  border: 1px solid #dfe6ea !important;
  box-shadow: 0 8px 24px rgba(26,43,60,.05) !important;
}

/* Nasconde autore se dovesse ricomparire */
body.itemid-1555 .createdby,
body.itemid-1555 .article-info-term,
body.itemid-1555 .hits {
  display: none !important;
}

/* Metadati più piccoli e ordinati */
body.itemid-1555 .article-info,
body.itemid-1555 .com-content-article-info {
  padding: 0 !important;
  margin: 0 0 16px !important;
  font-size: 12px !important;
  color: #7f919c !important;
}

/* Nasconde la scritta "Podcast geo:" generata nel contenuto */
body.itemid-1555 .blog-item p:first-of-type,
body.itemid-1555 .item p:first-of-type {
  display: none !important;
}

/* Player centrato e con larghezza controllata */
body.itemid-1555 .forpodcast_app {
  max-width: 680px !important;
  margin: 12px auto 22px !important;
}

/* Testo descrittivo sotto il player */
body.itemid-1555 .blog-item p,
body.itemid-1555 .item p {
  max-width: 820px;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  color: #546e7a !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* Evita che eventuali immagini intro esterne alterino il layout */
body.itemid-1555 .item-image {
  display: none !important;
}

/* Spaziatura fra episodi */
body.itemid-1555 .blog-items,
body.itemid-1555 .items-leading,
body.itemid-1555 .com-content-category-blog__items {
  gap: 30px !important;
}

/* Mobile */
@media (max-width: 575px) {
  body.itemid-1555 .blog-item,
  body.itemid-1555 .item,
  body.itemid-1555 .com-content-category-blog__item {
    padding: 22px 18px !important;
  }

  body.itemid-1555 .forpodcast_app {
    max-width: 100% !important;
  }

  body.itemid-1555 .blog-item p,
  body.itemid-1555 .item p {
    font-size: 15px !important;
  }
}
/* ==================================================
   FOOTER CUSTOM PODCAST GEOmedia
   ================================================== */

body.itemid-1555 .gm-podcast-footer {
  background: #ffffff;
  border-top: 1px solid #dfe6ea;
  margin-top: 70px;
  padding: 56px 24px 0;
}

body.itemid-1555 .gm-podcast-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 48px;
}

body.itemid-1555 .gm-footer-brand img {
  max-width: 150px;
  height: auto;
  display: block;
  margin-bottom: 22px;
}

body.itemid-1555 .gm-footer-col h4 {
  color: #1a2b3c;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0 18px;
}

body.itemid-1555 .gm-footer-col p {
  color: #546e7a;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 14px;
}

body.itemid-1555 .gm-footer-col a {
  display: block;
  color: #1a2b3c;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 10px;
}

body.itemid-1555 .gm-footer-col a:hover {
  color: #f0a500;
}

body.itemid-1555 .gm-podcast-footer-bottom {
  max-width: 1180px;
  margin: 42px auto 0;
  padding: 18px 0;
  border-top: 1px solid #edf1f3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #7f919c;
  font-size: 12px;
}

/* Nasconde eventuale footer Cassiopeia se vuoi usare solo quello custom */
body.itemid-1555 .container-footer {
  display: none !important;
}

/* Responsive footer */
@media (max-width: 991px) {
  body.itemid-1555 .gm-podcast-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
}

@media (max-width: 575px) {
  body.itemid-1555 .gm-podcast-footer {
    padding: 42px 18px 0;
  }

  body.itemid-1555 .gm-podcast-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.itemid-1555 .gm-podcast-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  body.itemid-1555 .gm-footer-brand img {
    margin-left: auto;
    margin-right: auto;
  }

  body.itemid-1555 .gm-footer-brand {
    text-align: center;
  }
}
/* Rimuove stile scuro/gradiente Cassiopeia dal footer */
body.itemid-1555 .footer {
  background: transparent !important;
  color: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  background-image: none !important;
}

body.itemid-1555 .footer .grid-child {
  max-width: none !important;
  padding: 0 !important;
}

/* Rimuove effetto card dal modulo footer */
body.itemid-1555 .container-footer .card,
body.itemid-1555 .footer .card {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.itemid-1555 .container-footer .card-header,
body.itemid-1555 .footer .card-header {
  display: none !important;
}

body.itemid-1555 .container-footer .card-body,
body.itemid-1555 .footer .card-body {
  padding: 0 !important;
}
/* ==================================================
   COMPATTAZIONE + MOBILE + PIATTAFORME PODCAST
   ================================================== */

/* Hero più compatta su desktop */
body.itemid-1555 .gm-podcast-hero-simple {
  padding: 56px 52px !important;
  margin-bottom: 0 !important;
  border-radius: 0 0 20px 20px !important;
}

body.itemid-1555 .gm-podcast-hero-copy h1 {
  font-size: 48px !important;
  line-height: 1.08 !important;
  margin-bottom: 20px !important;
}

body.itemid-1555 .gm-podcast-hero-copy p {
  font-size: 18px !important;
  line-height: 1.55 !important;
  margin-bottom: 26px !important;
}

body.itemid-1555 .gm-podcast-cover {
  width: 235px !important;
  height: 235px !important;
}

body.itemid-1555 .gm-podcast-cover span {
  font-size: 62px !important;
}

/* Fascia piattaforme */
body.itemid-1555 .gm-podcast-platforms {
  max-width: 1180px;
  margin: 0 auto 42px;
  padding: 18px 24px;
  background: #eef3f5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  border-radius: 0 0 18px 18px;
}

body.itemid-1555 .gm-podcast-platforms span {
  color: #8a9aa5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 8px;
}

body.itemid-1555 .gm-podcast-platforms a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d8e0e5;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  line-height: 1;
}

body.itemid-1555 .gm-podcast-platforms a.spotify {
  color: #1DB954;
}

body.itemid-1555 .gm-podcast-platforms a.apple {
  color: #872ec4;
}

body.itemid-1555 .gm-podcast-platforms a.google {
  color: #4285F4;
}

body.itemid-1555 .gm-podcast-platforms a.rss {
  color: #f26522;
}

/* Area contenuto più compatta */
body.itemid-1555 .container-component {
  padding-top: 26px !important;
  padding-bottom: 48px !important;
}

body.itemid-1555 .blog > .page-header h1,
body.itemid-1555 .blog > .page-header h2 {
  font-size: 30px !important;
  margin-bottom: 22px !important;
}

/* Card episodio più compatte */
body.itemid-1555 .blog-item,
body.itemid-1555 .item,
body.itemid-1555 .com-content-category-blog__item {
  padding: 22px 28px !important;
  margin-bottom: 0 !important;
}

/* Distanza fra episodi */
body.itemid-1555 .blog-items,
body.itemid-1555 .items-leading,
body.itemid-1555 .com-content-category-blog__items {
  gap: 22px !important;
}

/* Metadati meno invadenti */
body.itemid-1555 .article-info,
body.itemid-1555 .com-content-article-info {
  font-size: 11px !important;
  margin-bottom: 10px !important;
}

/* Nasconde "Podcast geo:" se è il primo paragrafo */
body.itemid-1555 .blog-item p:first-of-type,
body.itemid-1555 .item p:first-of-type {
  display: none !important;
}

/* Player più integrato */
body.itemid-1555 .forpodcast_app {
  max-width: 650px !important;
  margin: 8px auto 16px !important;
}

/* Testo descrittivo più compatto */
body.itemid-1555 .blog-item p,
body.itemid-1555 .item p {
  max-width: 780px !important;
  margin: 12px auto 0 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

/* Paginazione più vicina */
body.itemid-1555 .pagination {
  margin-top: 24px !important;
}

/* Footer più vicino alla lista */
body.itemid-1555 .gm-podcast-footer {
  margin-top: 38px !important;
  padding-top: 42px !important;
}

/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 768px) {
  body.itemid-1555 .gm-podcast-hero-simple {
    grid-template-columns: 1fr !important;
    padding: 42px 22px 34px !important;
    text-align: center !important;
    gap: 26px !important;
    border-radius: 0 0 18px 18px !important;
  }

  body.itemid-1555 .gm-podcast-label {
    font-size: 11px !important;
    letter-spacing: 3px !important;
    margin-bottom: 14px !important;
  }

  body.itemid-1555 .gm-podcast-hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    margin-bottom: 16px !important;
  }

  body.itemid-1555 .gm-podcast-hero-copy p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
  }

  body.itemid-1555 .gm-podcast-actions {
    justify-content: center !important;
    gap: 10px !important;
  }

  body.itemid-1555 .gm-podcast-actions a {
    width: auto !important;
    min-width: 145px !important;
    padding: 11px 16px !important;
    font-size: 13px !important;
  }

  body.itemid-1555 .gm-podcast-cover {
    width: 180px !important;
    height: 180px !important;
  }

  body.itemid-1555 .gm-podcast-cover span {
    font-size: 48px !important;
  }

  body.itemid-1555 .gm-podcast-platforms {
    margin-bottom: 28px !important;
    padding: 16px 14px !important;
    gap: 10px !important;
    border-radius: 0 0 14px 14px !important;
  }

  body.itemid-1555 .gm-podcast-platforms span {
    width: 100%;
    text-align: center;
    margin: 0 0 4px !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
  }

  body.itemid-1555 .gm-podcast-platforms a {
    width: calc(50% - 8px);
    padding: 10px 8px !important;
    font-size: 12px !important;
  }

  body.itemid-1555 .container-component {
    padding: 22px 16px 44px !important;
  }

  body.itemid-1555 .blog > .page-header h1,
  body.itemid-1555 .blog > .page-header h2 {
    font-size: 28px !important;
    margin-bottom: 18px !important;
  }

  body.itemid-1555 .blog-item,
  body.itemid-1555 .item,
  body.itemid-1555 .com-content-category-blog__item {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }

  body.itemid-1555 .forpodcast_app {
    max-width: 100% !important;
    margin: 8px 0 14px !important;
  }

  body.itemid-1555 .blog-item p,
  body.itemid-1555 .item p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-top: 10px !important;
  }

  body.itemid-1555 .article-info,
  body.itemid-1555 .com-content-article-info {
    font-size: 10px !important;
  }

  body.itemid-1555 .gm-podcast-footer {
    margin-top: 28px !important;
  }
}

@media (max-width: 420px) {
  body.itemid-1555 .gm-podcast-hero-copy h1 {
    font-size: 30px !important;
  }

  body.itemid-1555 .gm-podcast-actions a {
    width: 100% !important;
  }

  body.itemid-1555 .gm-podcast-platforms a {
    width: 100%;
  }
}
body.itemid-1555 .forpodcast_app *,
body.itemid-1555 .wb-4podcast-comp-container * {
  max-width: 100% !important;
}
/* ==================================================
   FIX DEFINITIVO OVERFLOW MOBILE 4PODCAST
   ================================================== */

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  body.itemid-1555 .site-grid,
  body.itemid-1555 .container-component,
  body.itemid-1555 .blog,
  body.itemid-1555 .blog-items,
  body.itemid-1555 .blog-item,
  body.itemid-1555 .item,
  body.itemid-1555 .com-content-category-blog__item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  body.itemid-1555 .container-component {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.itemid-1555 .blog-item,
  body.itemid-1555 .item,
  body.itemid-1555 .com-content-category-blog__item {
    padding: 16px 10px !important;
  }

  /* Player 4Podcast */
  body.itemid-1555 .forpodcast_app,
  body.itemid-1555 .wb-4podcast-comp-container,
  body.itemid-1555 .wb-4podcast-comp-container > *,
  body.itemid-1555 .forpodcast_app > * {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* Elementi interni del player */
  body.itemid-1555 .forpodcast_app *,
  body.itemid-1555 .wb-4podcast-comp-container * {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  /* Se il player usa flex */
  body.itemid-1555 .forpodcast_app [class*="container"],
  body.itemid-1555 .forpodcast_app [class*="player"],
  body.itemid-1555 .forpodcast_app [class*="content"],
  body.itemid-1555 .wb-4podcast-comp-container [class*="container"],
  body.itemid-1555 .wb-4podcast-comp-container [class*="player"],
  body.itemid-1555 .wb-4podcast-comp-container [class*="content"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* Immagine dentro al player */
  body.itemid-1555 .forpodcast_app img,
  body.itemid-1555 .wb-4podcast-comp-container img {
    max-width: 84px !important;
    height: auto !important;
    flex-shrink: 0 !important;
  }

  /* Testi lunghi nel player */
  body.itemid-1555 .forpodcast_app p,
  body.itemid-1555 .forpodcast_app span,
  body.itemid-1555 .forpodcast_app div,
  body.itemid-1555 .wb-4podcast-comp-container p,
  body.itemid-1555 .wb-4podcast-comp-container span,
  body.itemid-1555 .wb-4podcast-comp-container div {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  /* Evita che pulsanti/share allarghino il player */
  body.itemid-1555 .forpodcast_app button,
  body.itemid-1555 .wb-4podcast-comp-container button {
    max-width: 44px !important;
    flex-shrink: 0 !important;
  }
}
/* ── Pagina Podcast: nasconde autore, categoria, data ── */
.view-category .article-info.text-muted {
    display: none !important;
}

/* Nasconde "Podcast geo:" label prima del player */
.field-entry.wb-4p-render_class .field-label {
    display: none !important;
}

/* Nasconde il titolo "Tutti gli episodi" (già nel modulo hero) */
.view-category .com-content-category-blog .page-header h1 {
    display: none !important;
}

/* Migliora spaziatura episodi */
.com-content-category-blog__item.blog-item {
    background: #fff;
    border: 0.5px solid #e8ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 18px;
}

/* Nasconde il box card del modulo hero */
.container-top-a .card-header {
    display: none !important;
}
.container-top-a .top-a.card {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}
.container-top-a .card-body {
    padding: 0 !important;
}
/* Bottone Newsletter */
.gm-podcast-actions a.newsletter {
    background: #f0a500;
    color: #1a2b3c !important;
    font-weight: 700;
}
.gm-podcast-actions a.newsletter:hover {
    background: #d4920a;
}

/* Link torna alla home */
.gm-podcast-actions a.home {
    background: transparent;
    color: rgba(255,255,255,0.7) !important;
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 13px;
}
.gm-podcast-actions a.home:hover {
    color: #fff !important;
    border-color: rgba(255,255,255,0.6);
}