/**
 * Gazzetta Benevento child theme - custom stylesheet.
 *
 * Versione v0.1.0: file iniziale per override progressivi del tema padre
 * startupgrowth_lite. Evitare modifiche dirette ai CSS del tema padre.
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Slab:wght@400;500;700&display=swap');

:root {
  --gb-primary: #b00000;
  --gb-dark: #202020;
  --gb-light: #f7f7f7;
}

body.theme-gazzetta-benevento {
  background-color: #ffffff;
}

/* Area editoriale: prime regole leggere e non invasive. */
.theme-gazzetta-benevento .site-name,
.theme-gazzetta-benevento .site-slogan {
  letter-spacing: normal;
}

.theme-gazzetta-benevento a {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* Placeholder per i prossimi step:
 * - header e testata
 * - menu principale
 * - homepage editoriale
 * - pagina articolo
 * - sidebar e blocchi pubblicitari
 * - footer
 * - responsive mobile
 */

/* Article page - Gazzetta Benevento layout refinements. */
.theme-gazzetta-benevento .gb-article-side-info {
/*  width: 96px;
  max-width: 96px;
  padding-right: 22px;*/
  border-right: 1px solid #cfcfcf;
  box-sizing: content-box;
}

.theme-gazzetta-benevento .gb-article-side-info.with-extra-top-space {
  margin-top: 0;
}

.theme-gazzetta-benevento .gb-article-side-info .gb-article-date {
  margin: 0; /* 0 0 26px 0; */
  padding: 0;
}

.theme-gazzetta-benevento .gb-article-side-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  margin: 6px 0;
  padding: 0;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #222222;

  text-align: center;
}

.theme-gazzetta-benevento .gb-article-side-row i {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: #222222;
}

.theme-gazzetta-benevento .gb-article-side-row .gb-side-value {
  display: block;
  text-align: center;
}

.theme-gazzetta-benevento .gb-article-side-row .fa {
  width: 22px;
  min-width: 22px;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  color: #222222;
}

.theme-gazzetta-benevento .gb-article-side-row span {
  display: inline-block;
  font-weight: 400;
}

.theme-gazzetta-benevento .gb-article-time,
.theme-gazzetta-benevento .gb-article-reads {
  clear: both;
}

.theme-gazzetta-benevento .gb-article-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 32px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #222222;
}

.theme-gazzetta-benevento .gb-article-author .fa {
  min-width: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}

.theme-gazzetta-benevento .gb-article-author-name {
  display: inline-block;
  font-weight: 400;
}

@media (max-width: 991px) {
  .theme-gazzetta-benevento .gb-article-side-info {
    width: auto;
    max-width: none;
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .theme-gazzetta-benevento .gb-article-side-row {
    display: inline-grid;
    justify-content: center;
    width: auto;
    margin-right: 14px;
  }

  .theme-gazzetta-benevento .gb-article-author {
    margin-bottom: 24px;
  }
}


/* Article gallery moved to Highlighted region. * /
.theme-gazzetta-benevento .gb-article-gallery-highlighted {
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 15px 26px;
}

.theme-gazzetta-benevento .gb-article-gallery-highlighted .field--name-field-media .field__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.theme-gazzetta-benevento .gb-article-gallery-highlighted .field--name-field-media .field__item {
  margin: 0;
}

.theme-gazzetta-benevento .gb-article-gallery-highlighted img {
  display: block;
  width: 100%;
  height: auto;
}
*/
/* Gallery fine articolo: più ampia */
.theme-gazzetta-benevento .gb-article-gallery-highlighted {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 15px 26px;
  clear: both;
}

.theme-gazzetta-benevento .gb-article-gallery-highlighted .field--name-field-media .field__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.theme-gazzetta-benevento .gb-article-gallery-highlighted img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .theme-gazzetta-benevento .gb-article-gallery-highlighted {
    padding: 24px 15px 18px;
  }

  .theme-gazzetta-benevento .gb-article-gallery-highlighted .field--name-field-media .field__items {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .submitted-date {
    border-right: 0;
 /*   padding-bottom: 10px;*/
  }
}
.gb-article-gallery-highlighted ul.links.field__items > li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
}

/* Header testata: logo orizzontale, layout compatto e data/ora sotto il menu. */
.theme-gazzetta-benevento #header {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-gazzetta-benevento #header-inside {
  padding-top: 8px;
  padding-bottom: 8px;
}

.theme-gazzetta-benevento #header-inside > .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.theme-gazzetta-benevento #header-inside > .row > [class*="col-"]:first-child {
  flex: 0 0 58%;
  max-width: 58%;
  width: 58%;
}

.theme-gazzetta-benevento #header-inside > .row > [class*="col-"]:not(:first-child) {
  flex: 1 1 auto;
  max-width: 42%;
}

.theme-gazzetta-benevento .header-inside-first {
  padding-left: 28px;
  margin: 0;
}

.theme-gazzetta-benevento .header-inside-first .logo,
.theme-gazzetta-benevento .header-inside-first .site-branding,
.theme-gazzetta-benevento .header-inside-first .branding,
.theme-gazzetta-benevento .header-inside-first .block-system-branding-block {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.theme-gazzetta-benevento .header-inside-first img,
.theme-gazzetta-benevento .header-inside-first .site-logo img,
.theme-gazzetta-benevento .header-inside-first .logo img {
  display: block;
  width: auto;
  max-width: min(100%, 760px);
  max-height: 92px;
  height: auto;
  margin: 0;
  padding: 0;
}

.theme-gazzetta-benevento #header-inside-third {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  padding: 0 24px 0 0;
  text-align: right;
}

.theme-gazzetta-benevento #main-navigation {
  margin: 0;
}

.theme-gazzetta-benevento .gb-header-tagline-clock {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: right;
  white-space: nowrap;
}

.theme-gazzetta-benevento .gb-header-tagline-text {
  /*font-weight: 200;*/
  color: #f3f3f3;
	font-size: 12px;
}

.theme-gazzetta-benevento .gb-header-date,
.theme-gazzetta-benevento .gb-header-time,
.theme-gazzetta-benevento .gb-header-tagline-separator,
.theme-gazzetta-benevento .gb-header-time-separator {
  color: #f3f3f3;
  font-size: 12px;
}

@media (max-width: 991px) {
  .theme-gazzetta-benevento #header-inside > .row {
    display: block;
  }

  .theme-gazzetta-benevento #header-inside > .row > [class*="col-"]:first-child,
  .theme-gazzetta-benevento #header-inside > .row > [class*="col-"]:not(:first-child) {
    width: 100%;
    max-width: 100%;
  }

  .theme-gazzetta-benevento .header-inside-first {
    padding-left: 18px;
    padding-right: 18px;
  }

  .theme-gazzetta-benevento .header-inside-first img,
  .theme-gazzetta-benevento .header-inside-first .site-logo img,
  .theme-gazzetta-benevento .header-inside-first .logo img {
    max-width: 100%;
    max-height: none;
  }

  .theme-gazzetta-benevento #header-inside-third {
    align-items: flex-start;
    padding: 10px 18px 0;
    text-align: left;
  }

  .theme-gazzetta-benevento .gb-header-tagline-clock {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .theme-gazzetta-benevento .header-inside-first {
    padding-left: 14px;
    padding-right: 14px;
  }

  .theme-gazzetta-benevento .gb-header-tagline-clock {
    font-size: 12px;
  }
}

/* Titolo pagina articolo */
.theme-gazzetta-benevento.page-node-type-article h1.page-title,
.theme-gazzetta-benevento.page-node-type-article h1.page-title span {
  color: #378bff !important;
}

/* Sottotitolo articolo */
.theme-gazzetta-benevento.page-node-type-article .field--name-field-sottotitolo {
  color: #990000 !important;
  font-style: normal !important;
}

/* Meta info card homepage: autore, ID articolo, data/ora su una sola riga */
.theme-gazzetta-benevento .views-row .views-field-field-autore,
.theme-gazzetta-benevento .views-row .views-field-created,
.theme-gazzetta-benevento .views-row .views-field-nid {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}


/* Fix definitivo pagina Ultime notizie */
/* Ultime notizie - layout listing */
body.theme-gazzetta-benevento.path-ultime-notizie .view-ultime-notizie .views-row h5 {
  margin: 0 0 4px 0 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-weight: 700 !important;
}

body.theme-gazzetta-benevento.path-ultime-notizie .view-ultime-notizie .views-row > span h4 {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  line-height: 1.25 !important;
}

body.theme-gazzetta-benevento.path-ultime-notizie .view-ultime-notizie .views-row > span h4 a {
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  color: #378bff !important;
  text-decoration: none !important;
}

body.theme-gazzetta-benevento.path-ultime-notizie .view-ultime-notizie .views-field-created,
body.theme-gazzetta-benevento.path-ultime-notizie .view-ultime-notizie .views-field-created .field-content {
  margin: 0 0 8px 0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #888888 !important;
  font-style: normal !important;
}

body.theme-gazzetta-benevento.path-ultime-notizie .view-ultime-notizie .views-field-field-sottotitolo,
body.theme-gazzetta-benevento.path-ultime-notizie .view-ultime-notizie .views-field-field-sottotitolo .field-content {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-style: normal !important;
  color: #990000 !important;
}


/* Font principali */
body.theme-gazzetta-benevento {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

/* Titoli */
.theme-gazzetta-benevento h1,
.theme-gazzetta-benevento h2,
.theme-gazzetta-benevento h3,
.theme-gazzetta-benevento h4,
.theme-gazzetta-benevento h5,
.theme-gazzetta-benevento h6,
.theme-gazzetta-benevento .site-name,
.theme-gazzetta-benevento .page-title {
  font-family: 'Roboto Slab', Georgia, serif;
}

/* Footer / regioni colorate */
body.theme-gazzetta-benevento .colored-region,
body.theme-gazzetta-benevento #footer,
body.theme-gazzetta-benevento .footer,
body.theme-gazzetta-benevento .footer-top,
body.theme-gazzetta-benevento .subfooter {
  background-color: rgba(37, 37, 37, 0.8) !important;
}

/*********************************************************/
/* Footer / subfooter - testo e link bianchi */
.theme-gazzetta-benevento #subfooter,
.theme-gazzetta-benevento #subfooter .subfooter-inside,
.theme-gazzetta-benevento #subfooter .region-footer {
  color: #ffffff !important;
}

.theme-gazzetta-benevento #subfooter a,
.theme-gazzetta-benevento #subfooter .menu--footer a,
.theme-gazzetta-benevento #block-gazzetta-benevento-footer a {
  color: #ffffff !important;
  text-decoration: none;
}

.theme-gazzetta-benevento #subfooter a:hover,
.theme-gazzetta-benevento #subfooter .menu--footer a:hover,
.theme-gazzetta-benevento #block-gazzetta-benevento-footer a:hover {
  color: #d9e8ff !important;
  text-decoration: underline;
}

/* Menu footer orizzontale, se serve */
.theme-gazzetta-benevento #subfooter .menu--footer ul.menu {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 10px 0 0;
  padding: 0;
}

@media (min-width: 992px) {
  .theme-gazzetta-benevento #subfooter .menu--footer ul.menu {
    justify-content: flex-end;
  }
}

.theme-gazzetta-benevento #subfooter .menu--footer ul.menu li {
  list-style: none;
}

/* Tutto il subfooter in bianco */
.theme-gazzetta-benevento #subfooter,
.theme-gazzetta-benevento #subfooter p,
.theme-gazzetta-benevento #subfooter div,
.theme-gazzetta-benevento #subfooter span,
.theme-gazzetta-benevento #subfooter li {
  color: #ffffff !important;
}

/* Link del subfooter */
.theme-gazzetta-benevento #subfooter a {
  color: #ffffff !important;
}

.theme-gazzetta-benevento #subfooter a:hover {
  color: #d9e8ff !important;
}
.theme-gazzetta-benevento #block-gazzetta-benevento-footer {
  text-align: right;
  margin-right: 90px;
}

.theme-gazzetta-benevento #block-gazzetta-benevento-footer ul.menu {
  text-align: right;
}
/* =========================================================
   Layout pagina articolo - Gazzetta Benevento
   ========================================================= */

/* Nasconde il titolo standard */
.theme-gazzetta-benevento.page-node-type-article h1.page-title {
  display: none !important;
}

/* Wrapper generale */
.theme-gazzetta-benevento.page-node-type-article .gb-article-layout-wrapper {
  display: grid !important;
  grid-template-columns: 70px minmax(0, 760px) !important;
  column-gap: 0 !important;
  max-width: 850px !important;
  margin: -30px auto !important;
  align-items: start;
}

/* Colonna metadati desktop */
.theme-gazzetta-benevento.page-node-type-article .gb-article-layout-side {
  grid-column: 1;
  width: 70px;
  padding-right: 12px;
  border-right: 1px solid #ddd;
  text-align: center;
}

/* Forza il reset delle regole del tema base */
.theme-gazzetta-benevento.page-node-type-article .gb-article-meta-desktop .gb-article-side-info {
  position: static !important;
  float: none !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
}

/* Colonna contenuto */
.theme-gazzetta-benevento.page-node-type-article .gb-article-layout-content {
  grid-column: 2;
  max-width: 760px !important;
  padding-left: 18px;
}

/* Titolo articolo */
.theme-gazzetta-benevento.page-node-type-article .gb-article-title {
  margin: 0 0 16px 0 !important;
  color: #378bff !important;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 700;
  text-transform: none;
}

/* Sottotitolo */
.theme-gazzetta-benevento.page-node-type-article .field--name-field-sottotitolo {
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  color: #990000 !important;
  font-family: "Times New Roman", Georgia, serif !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
}

/* Autore */
.theme-gazzetta-benevento.page-node-type-article .gb-article-author {
  margin: 0 0 16px 0 !important;
}

/* Immagine */
.theme-gazzetta-benevento.page-node-type-article .field--name-field-foto-di-copertina,
.theme-gazzetta-benevento.page-node-type-article .field--name-field-foto-di-copertina img {
  margin: 0 !important;
  max-width: 100%;
}

/* Nasconde metadati mobile su desktop */
.theme-gazzetta-benevento.page-node-type-article .gb-article-meta-mobile {
  display: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  .theme-gazzetta-benevento.page-node-type-article .gb-article-layout-wrapper {
    display: block !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .theme-gazzetta-benevento.page-node-type-article .gb-article-layout-content {
    max-width: 100% !important;
    padding-left: 0;
  }

  .theme-gazzetta-benevento.page-node-type-article .gb-article-meta-desktop {
    display: none !important;
  }

  .theme-gazzetta-benevento.page-node-type-article .gb-article-meta-mobile {
    display: block !important;
    margin: 12px 0 14px 0;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .theme-gazzetta-benevento.page-node-type-article .gb-article-meta-mobile .gb-article-side-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}


/* =========================================================
   Taxonomy term listing: rimuove blocchi data/ora/letture
   ========================================================= */

/* Blocco desktop laterale */
.theme-gazzetta-benevento.path-taxonomy .node--submitted-info,
.theme-gazzetta-benevento.path-taxonomy .gb-article-side-info {
  display: none !important;
}

/* Blocco mobile sotto anteprima */
.theme-gazzetta-benevento.path-taxonomy .gb-article-mobile-info,
.theme-gazzetta-benevento.path-taxonomy .node--submitted-info-mobile {
  display: none !important;
}

/* Riallinea il contenuto del teaser/listing */
.theme-gazzetta-benevento.path-taxonomy article.node--view-mode-teaser,
.theme-gazzetta-benevento.path-taxonomy .node--type-article.node--view-mode-teaser {
  display: block !important;
}

.theme-gazzetta-benevento.path-taxonomy .gb-article-layout-wrapper {
  display: block !important;
  grid-template-columns: none !important;
}

/* Listing taxonomy: layout teaser orizzontale */
.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser {
  border-bottom: 1px solid #ddd;
  padding: 0 0 28px 0;
  margin: 0 0 30px 0;
  overflow: hidden;
}

/* Immagine a destra con testo intorno */
.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-image {
  float: right;
  width: 320px;
  max-width: 38%;
  margin: 0 0 18px 28px;
}

.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Titolo */
.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-title {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
}

.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-title a {
  color: #222;
  text-decoration: none;
}

/* Metadati orizzontali */
.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin: 0 0 18px 0;
  font-size: 15px;
  color: #333;
}

.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


/* Corpo teaser */
.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #555;
}



/* Evita doppie stampe dei campi eventualmente rimasti */
.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-body .field--name-field-foto-di-copertina,
.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-body .field--name-field-contatore-letture,
.theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-body .field--name-field-autore {
  display: none !important;
}

/* Mobile: immagine sopra, non float */
@media (max-width: 767px) {
  .theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px 0;
  }

  .theme-gazzetta-benevento.path-taxonomy .gb-taxonomy-teaser-meta {
    gap: 14px;
    font-size: 14px;
  }
}

/* Nasconde il campo booleano "Mostra prefisso" in tutti i listing taxonomy */
.theme-gazzetta-benevento.path-taxonomy .field--name-field-mostra-prefisso {
  display: none !important;
}

/* =========================================================
       Cerca: listing ed evidenziatura termini di ricerca
   ========================================================= */
/* Evidenziazione termini nei risultati di ricerca */
.theme-gazzetta-benevento.path-search .search-result__snippet strong {
  background-color: rgba(53, 121, 246, 0.12);
  color: #1f5fbf;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 4px;
}

.theme-gazzetta-benevento.path-search .search-result {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.theme-gazzetta-benevento.path-search .search-result__title {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: none;
}

.theme-gazzetta-benevento.path-search .search-result__title a {
  color: #222;
  text-decoration: none;
}

.theme-gazzetta-benevento.path-search .search-result__title a:hover {
  color: #3579f6;
}

.theme-gazzetta-benevento.path-search .search-result__snippet {
  font-size: 17px;
  line-height: 1.55;
  color: #555;
}

.theme-gazzetta-benevento.path-search .search-result__info {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
}

/* =========================================================
   Regione highlighted sopra footer - banner ADV
   ========================================================= */

.theme-gazzetta-benevento #highlighted {
  position: relative;
  background-color: #eeeeee !important;
  padding: 40px 0 44px;
  text-align: center;
  clear: both;
}

/* Triangolo verso il basso */
.theme-gazzetta-benevento #highlighted::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #eeeeee;
  z-index: 2;
}

/* Titolo Pubblicità */
.theme-gazzetta-benevento #highlighted .title {
  text-align: center;
  margin: 0 0 22px;
}

/* Centratura contenuto banner */
.theme-gazzetta-benevento #highlighted .region-highlighted,
.theme-gazzetta-benevento #highlighted .block,
.theme-gazzetta-benevento #highlighted .content,
.theme-gazzetta-benevento #highlighted .view,
.theme-gazzetta-benevento #highlighted .view-content,
.theme-gazzetta-benevento #highlighted .views-row,
.theme-gazzetta-benevento #highlighted .field-content {
  text-align: center;
}

/* Immagine banner centrata */
.theme-gazzetta-benevento #highlighted img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

/* Link sotto il banner */
.theme-gazzetta-benevento #highlighted .views-field-field-link-banner {
  margin-top: 12px;
  text-align: center;
}
/* =========================================================
   Menu principale - hover moderno
   ========================================================= */

.theme-gazzetta-benevento #main-navigation ul.menu > li > a {
  position: relative;
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.25s ease;
}

/* Elimina il bordo del tema padre */
.theme-gazzetta-benevento #main-navigation ul.menu > li > a:hover,
.theme-gazzetta-benevento #main-navigation ul.menu > li.menu-item--active-trail > a {
  border-bottom: none !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* Linea animata */
.theme-gazzetta-benevento #main-navigation ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #dbe9ff;
  opacity: 0;
  transform: translateX(-50%);
  transition:
  width 0.35s ease,
  opacity 0.35s ease;
}

.theme-gazzetta-benevento #main-navigation ul.menu > li > a:hover::after,
.theme-gazzetta-benevento #main-navigation ul.menu > li.menu-item--active-trail > a::after {
  width: 100%;
  opacity: 1;
}

