/* STILI ALBERTO */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Tabella dei risultati delle partite da includere negli articoli - INIZIO */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.table-volley {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.table-volley th, .table-volley td {
  border: 1px solid #ccc;
  padding: 8px;
}
.table-volley thead {
  background-color: #f2f2f2;
}
.table-volley tfoot {
  background-color: #e0f7e0;
  font-weight: bold;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Tabella dei risultati delle partite da includere negli articoli - FINE */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Css per Simple Image Gallery (JoomlaWorks) Galleria immagini integrata nell'articolo - INIZIO */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ******************************************** */
/* Questo darà un effetto “zoom morbido” quando il mouse passa sopra le miniature. */
/* ******************************************** */
.sigFreeContainer img {
  border-radius: 10px;
  margin: 5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.sigFreeContainer img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}


/* Corregge layout e aggiunge padding tra le miniature SIG */
.sigFreeContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px; /* spazio tra le immagini */
  margin: 10px 0;
}

.sigFreeContainer a {
  display: block;
  text-decoration: none;
}

.sigFreeContainer img {
  display: block;
  width: auto;
  max-width: 360px; /*220px; /* limita la dimensione delle miniature */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sigFreeContainer img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}



/* ******************************************** */
/* SEZIONE OSYouTube Free - Eliminare i link al video (NON FUNZIONA) - INIZIO */
/* ******************************************** */
/* Nasconde il pulsante "Guarda su YouTube" */
.ytp-youtube-button { display: none !important; }

/* Nasconde il pulsante "Copia link" */
.ytp-share-button { display: none !important; }
/* ******************************************** */
/* SEZIONE OSYouTube Free - Eliminare i link al video (NON FUNZIONA) - FINE */
/* ******************************************** */



/* ******************************************** */
/* SEZIONE FILIGRANA DELLE IMMAGINI */
/* ******************************************** */
/*
/* Aggiunge una filigrana alle miniature SIG /
.sigFreeContainer a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.sigFreeContainer a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 120px; /* adatta in base al logo /
  height: 50px;
  background: url("/images/CampVolley/Filigrana/CampagnanoVolley_Filigrana_01.png") no-repeat right bottom;
  background-size: contain;
  opacity: 0.6; /* trasparenza /
  pointer-events: none; /* non interferisce con i click /
}

/* === Filigrana Fancybox - versione stabile === /

/* Non toccare la struttura Fancybox /
.fancybox-slide--image {
  overflow: visible !important;
}

/* Centra sempre l'immagine principale /
.fancybox-content {
  margin: 0 auto !important;
  display: block !important;
}

/* Applica la filigrana SOLO allo slide corrente e SOLO sopra l'immagine (in basso a destra) /
.fancybox-slide--current .fancybox-content::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 160px; /* regola la dimensione /
  height: 60px;
  background: url("/images/CampVolley/Filigrana/CampagnanoVolley_Filigrana_01.png") no-repeat right bottom;
  background-size: contain;
  opacity: 0.45; /* effetto sobrio /
  pointer-events: none;
  z-index: 9999;
}


/* Garanzia di centratura su tutti i display /
.fancybox-slide--image .fancybox-content {
  max-width: 95vw;
  max-height: 90vh;
  margin: auto;
}

/* === Filigrana diagonale centrale Fancybox === /
.fancybox-slide--current .fancybox-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  /*background: url("/images/CampVolley/Filigrana/CampagnanoVolley_Filigrana_01.png") no-repeat center center;/
  /*background: url("/images/powered_by.png") no-repeat center center; /
  background: url("/images/CampVolley/Filigrana/CampagnanoVolley_Filigrana_01.png") no-repeat center center;
  background-size: contain;
  opacity: 0.45; /*0.25; /* 0.2–0.4 per regolare l’intensità /
  pointer-events: none;
  /*transform: translate(-50%, -50%) rotate(-25deg);*/ /* rotazione diagonale /
  transform: translate(-50%, -50%) rotate(-10deg); /* rotazione diagonale /
  z-index: 9998;
}
*/
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Css per Simple Image Gallery (JoomlaWorks) Galleria immagini integrata nell'articolo - FINE */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */