/* ===================================================================== */
/* EPISODE PLAYER - CONTAINER */
/* ===================================================================== */

.single-episodes .version-v2 .episodes-top {
    overflow: hidden;
    margin: 10px 0 20px !important;
    background-color: var(--background-item);
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* ========================= */
/* PLAYER INNER / VIDEO FIX  */
/* ========================= */

.single-episodes .version-v2 .episodes-top video,
.single-episodes .version-v2 .episodes-top iframe {
    border-radius: inherit;
}

.single-episodes .version-v2 .episodes-top>.row>div {
    padding: 0;
    background-color: #101016d1;
}



/* ===================================================================== */
/* VIDEO WATERMARK - CHARMEDITALIA */
/* ===================================================================== */

.videos_player {
    position: relative !important;
}

.videos_player::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 70px;
    height: 70px;
    background: url("https://www.charmeditalia.com/wp-content/uploads/2023/04/stagione-5-removebg-preview.webp") no-repeat center / contain;
    opacity: 0.32;
    pointer-events: none;
    z-index: 5;
}


/* ============================================================================================================== */
/*  COLOR MENU OFFCANVAS MOBILE
/* ============================================================================================================== */

.jws-offcanvas .jws-offcanvas-content-data {
    position: fixed;
    width: 0;
    margin: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background: #000000 !important;
    visibility: visible;
    z-index: 99999;
    padding: 30px 10px 30px 10px;
    transition: 0.7s;
    max-width: 80%;
}




/* ============================================================================================================== */
/*  IMDB CARD TRAILER
/* ============================================================================================================== */

.info-badge.imdb-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.info-badge .imdb-logo{
  width:18px;
  height:18px;
  flex:0 0 auto;
  display:block;
}

/* ============================================================================================================== */
/*  MENU OFF CANVAS  (MENU' LATERALE MOBILE)
/* ============================================================================================================== */


@media (max-width: 880px) {
    .uaoffcanvas-a9f3708 .jws-offcanvas .jws-offcanvas-content-data {
        width: 100% !important;
        min-height: 100% !important;
    }
}

.uaoffcanvas-a9f3708 .jws-offcanvas .jws-offcanvas-content-data {
    width: 300px;
}




/* ============================================================================================================== */
/* 14.1 SUPPORT / OFFCANVAS / ACCOUNT – RESET GLOBALE */
/* normalizza tutti i layout */
/* ============================================================================================================== */
#ci-support-btn,
.jws-offcanvas-trigger,
.jws_account .dr-button{
  background: transparent !important;
  border: none !important;
  line-height: 1 !important;
  position: relative !important;
  top: 0px !important;
}



/* ============================================================================================================== */
/* 2. BADGES & LABELS (NEWS / UI) */
/* ============================================================================================================== */

.badge-news-evidenza .title-wrapper{
  position: relative;
  display: inline-block;
}

.badge-news-evidenza .title-wrapper .title::after{
  right: auto !important;
  left: 100%;
  margin-left: 8px;

  top: 50%;
  transform: translateY(-50%);

  background: #2ecc71;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 6px;
  letter-spacing: .5px;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  z-index: 10;
  white-space: nowrap;
}

/* ===== HEADER GUEST: forza altezza corretta ===== */



/* Titolo card principale */
.title[role="heading"]{
  font-size: 1.4em !important;
  font-weight: 700 !important;
   margin: 0 0 .4em;
  color: #fff;
}

.elementor-widget-heading .elementor-heading-title[role="heading"]{
  font-size: 1.4em !important;
  font-weight: 700 !important;
	 margin: 0 0 .4em;
}


/* ================================================
   STILE PER PULSANTI DISABILITATI
================================================ */
.action-button.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* ================================================
   STILI DEGLI ELEMENTI SOVRAPPOSTI (OVERLAY)
================================================ */

/* Logo sovrapposto in alto a destra */
.image-logo-overlay {
    position: absolute; 
    top: 12px;
    right: 12px;
    z-index: 3;
    pointer-events: none; 
}

.image-logo-overlay img {
    display: block;
    width: 18px !important; 
    height: auto;
    opacity: 0.85;
    border-radius: 4px;
}

/* ================================================
   CARD E POPUP
================================================ */

.post-inner {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.post-inner .post-media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9 !important;
    background-color: #222;
    margin-bottom: 0px !important;
    overflow: hidden;
    border-radius: 3px !important;
}

.post-inner .post-media a img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.post-inner .post-media::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 60%) !important;
    pointer-events: none;
}

.post-inner .post-media::before {
    display: none !important;
}

.popup-detail {
    background-color: #121212 !important;
    padding: 16px !important;
    border-top: none !important;
    text-align: left !important;
}

/* ================================================
   ELEMENTI DEL POPUP
================================================ */

.title-container-flex { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 12px; 
}

.info-box-title, 
.info-box-title a { 
    color: white !important; 
    font-size: 1.3em !important; 
    font-weight: 700 !important; 
    margin: 0 !important; 
    line-height: 1.2 !important; 
    text-decoration: none !important; 
    flex-grow: 1; 
}

.info-expand-button { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 32px; 
    height: 32px; 
    border: 1px solid rgba(255, 255, 255, 0.4); 
    border-radius: 50%; 
    color: white; 
    text-decoration: none; 
    transition: all 0.2s ease; 
}

.info-expand-button:hover { 
    border-color: white; 
    background-color: rgba(42, 42, 42, 0.8); 
}

.info-expand-button i { 
    font-size: 14px; 
}

.info-row { 
    margin-bottom: 16px; 
}

.badge-row-stable { 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    gap: 8px; 
}

.info-badge { 
    background-color: #333333; 
    color: #e5e5e5; 
    border: 1px solid #555555; 
    border-radius: 4px; 
    padding: 2px 6px; 
    font-size: 11px; 
}

.info-badge-full {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: bolder;
}

.info-description { 
    color: #dcdcdc; 
    font-size: 14px; 
    line-height: 1.4; 
    margin: 0 0 16px 0;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}

.info-row-episodes {
    margin-top: 20px; 
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.episodes-info-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.episodes-info-button i {
    margin-right: 8px; 
    font-size: 16px;
}

/* ================================================
   PULSANTI DI AZIONE
================================================ */

.popup-detail .buttons-final-style { 
    display: flex !important; 
    flex-direction: row !important; 
    align-items: flex-start !important; 
    gap: 15px !important; 
}

.popup-detail .action-button { 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    gap: 8px !important; 
    text-decoration: none !important; 
}

.popup-detail .action-button .icon-circle { 
    background-color: rgba(42, 42, 42, 0.8); 
    border: 1px solid rgba(255, 255, 255, 0.2); 
    border-radius: 50%; 
    width: 40px; 
    height: 40px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.2s ease; 
}

.popup-detail .action-button .icon-circle i { 
    color: white; 
    font-size: 16px; 
}

.popup-detail .action-button .button-label { 
    color: #e5e5e5; 
    font-size: 12px; 
    font-weight: 400; 
}

.popup-detail .action-button:hover .icon-circle { 
    border-color: white; 
    transform: scale(1.05); 
}

.popup-detail .action-button .icon-circle.play { 
    background-color: #3e8ad6 !important; 
    border-color: transparent !important; 
}

/* ================================================
   LOGICA PULSANTE WATCHLIST
================================================ */

.action-button.watchlist-add .added-label,
.action-button.watchlist-add .fa-check {
    display: none;
}

.action-button.watchlist-add.a-added .default-label,
.action-button.watchlist-add.a-added .jws-icon-plus {
    display: none;
}

.action-button.watchlist-add.a-added .added-label,
.action-button.watchlist-add.a-added .fa-check {
    display: inline-block;
}

.action-button.watchlist-add.a-added .icon-circle {
    background-color: #4CAF50 !important;
    border-color: transparent !important;
}

/* ================================================
   CONDIVIDI
================================================ */

.share-container {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column; 
    gap: 8px;
}

.social-share-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    position: absolute;
    bottom: 100%; 
    margin-bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2c2c2c;
    border-radius: 10px; 
    padding: 8px 15px;
    display: flex;
    gap: 15px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.share-container .social-share-menu.is-active {
    visibility: visible;
    opacity: 1;
}

/* ================================================
   STILE ICONA SPEAKER
================================================ */

.change-speaker i {
    display: none !important;
}

.change-speaker {
    top: 30% !important;
    position: absolute;
    right: 15px;
    z-index: 10;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.726 3.046 C 14.652 3.067,13.059 3.961,11.186 5.032 L 7.780 6.980 5.460 7.000 L 3.140 7.020 2.880 7.145 C 2.548 7.304,2.302 7.551,2.144 7.880 L 2.020 8.140 2.020 12.000 L 2.020 15.860 2.133 16.104 C 2.276 16.413,2.585 16.721,2.900 16.868 L 3.140 16.980 5.460 17.000 L 7.780 17.020 11.157 18.954 C 13.015 20.018,14.606 20.914,14.692 20.944 C 15.036 21.065,15.432 20.970,15.701 20.701 C 16.026 20.376,16.000 21.144,16.000 12.000 C 16.000 2.848,16.027 3.625,15.697 3.295 C 15.446 3.044,15.069 2.947,14.726 3.046 M13.990 15.134 L 13.980 18.269 11.400 16.791 C 9.981 15.978,8.685 15.247,8.520 15.167 L 8.220 15.020 6.110 15.008 L 4.000 14.997 4.000 11.998 L 4.000 9.000 6.041 9.000 C 7.951 9.000,8.097 8.995,8.311 8.923 C 8.437 8.881,9.764 8.146,11.260 7.291 L 13.980 5.737 13.990 8.868 C 13.996 10.591,13.996 13.410,13.990 15.134 M19.800 7.035 C 19.504 7.132,19.245 7.362,19.135 7.626 C 19.105 7.698,19.080 7.871,19.080 8.010 C 19.080 8.215,19.106 8.316,19.218 8.550 C 19.740 9.639,19.973 10.694,19.976 11.980 C 19.979 13.257,19.801 14.117,19.295 15.268 C 19.115 15.675,19.080 15.794,19.080 15.988 C 19.082 16.910,20.187 17.336,20.805 16.652 C 21.185 16.231,21.727 14.593,21.926 13.260 C 21.998 12.781,21.998 11.219,21.926 10.740 C 21.774 9.727,21.511 8.792,21.137 7.941 C 20.928 7.466,20.756 7.240,20.506 7.113 C 20.331 7.024,19.959 6.983,19.800 7.035' fill='%23ffffff' stroke='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}

.change-speaker.muted {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.669 2.064 C 19.551 2.101,19.413 2.187,19.307 2.291 C 19.212 2.384,18.434 3.250,17.578 4.216 L 16.020 5.973 16.000 4.855 C 15.980 3.754,15.979 3.735,15.878 3.539 C 15.678 3.152,15.219 2.936,14.801 3.032 C 14.666 3.063,13.518 3.699,11.192 5.029 L 7.780 6.980 5.460 7.000 L 3.140 7.020 2.880 7.145 C 2.548 7.304,2.302 7.551,2.144 7.880 L 2.020 8.140 2.020 12.000 L 2.020 15.860 2.133 16.104 C 2.276 16.413,2.585 16.721,2.900 16.868 L 3.140 16.980 4.670 17.000 L 6.199 17.020 4.666 18.746 C 3.823 19.695,3.108 20.532,3.076 20.606 C 3.045 20.680,3.020 20.867,3.020 21.023 C 3.020 21.268,3.036 21.333,3.141 21.503 C 3.446 21.998,4.086 22.146,4.540 21.828 C 4.647 21.753,8.058 17.945,12.797 12.611 C 21.377 2.953,21.000 3.395,21.000 3.000 C 21.000 2.605,20.705 2.190,20.333 2.064 C 20.106 1.986,19.922 1.987,19.669 2.064 M10.998 11.622 L 7.995 15.000 5.998 15.000 L 4.000 15.000 4.000 12.001 L 4.000 9.003 6.110 8.991 L 8.220 8.980 8.560 8.813 C 8.747 8.722,10.043 7.992,11.440 7.192 L 13.980 5.737 13.991 6.991 L 14.001 8.244 10.998 11.622 M19.729 7.050 C 19.569 7.102,19.259 7.368,19.179 7.523 C 19.146 7.585,19.102 7.722,19.079 7.828 C 19.029 8.067,19.075 8.245,19.354 8.880 C 19.593 9.424,19.766 10.004,19.885 10.662 C 20.000 11.295,20.011 12.609,19.907 13.220 C 19.771 14.013,19.611 14.548,19.295 15.268 C 19.115 15.675,19.080 15.794,19.080 15.988 C 19.082 16.910,20.187 17.336,20.805 16.652 C 21.185 16.231,21.727 14.593,21.926 13.260 C 21.998 12.781,21.998 11.219,21.926 10.740 C 21.775 9.732,21.515 8.806,21.138 7.940 C 20.845 7.264,20.525 6.993,20.035 7.004 C 19.939 7.006,19.801 7.027,19.729 7.050 M15.000 13.135 L 14.020 14.240 14.000 16.254 L 13.980 18.269 12.806 17.598 L 11.631 16.927 10.953 17.688 C 10.580 18.106,10.281 18.453,10.288 18.459 C 10.367 18.529,14.576 20.903,14.692 20.944 C 15.036 21.066,15.432 20.970,15.702 20.700 C 16.018 20.384,16.002 20.650,15.990 16.084 L 15.980 12.031 15.000 13.135' fill='%23ffffff' stroke='none' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.post-media.is-playing .change-speaker {
    display: flex;
}
.change-speaker:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}
    
.imdb-logo {
    height: 25px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

	
/* Badge countdown sopra il video */
.trailer-countdown-badge{
  position:absolute;
  top:12px;
  right:12px;
  z-index:50;
  padding:6px 10px;
  border-radius:10px;
  background:rgba(0,0,0,.72);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1;
  letter-spacing:.2px;
  pointer-events:none;
  backdrop-filter: blur(4px);
}

.trailer-countdown-badge strong{
  font-weight:800;
}

.trailer-countdown-badge.is-hidden{
  display:none;
}


.tv-shows-advanced-ajax-519ec37 .post-media{
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.tv-shows-advanced-ajax-519ec37 .post-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}


.seo-h1,
.seo-h2 {
  position: absolute;
  left: -9999px;
}

/* Desktop */
@media (min-width: 1025px){
  .elementor-16230 .elementor-element.elementor-element-c363204{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 10;
  }
}

/* Tablet + Mobile */
@media (max-width: 1024px){
  .elementor-16230 .elementor-element.elementor-element-c363204{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 468px){
  .elementor-element.elementor-element-c363204{
    margin-top: -60px !important;
  }
}

@media (max-width: 767px) {
    .elementor-16230 .elementor-element.elementor-element-c363204 {
        margin-top: 0px !important;
        margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
    }
}


/* =========================================================
 Commenti ADATTIVI alla larghezza del contenitore
   ========================================================= */

/* 0) Variabili layout ARTICOLO (coerenti con il tuo codice) */
:root {
  --ch-page-max: 1200px;     /* .charmed-container max-width */
  --ch-page-pad: 20px;       /* .charmed-container padding */
  --ch-side-w: 340px;        /* sidebar */
  --ch-gap: 25px;            /* gap tra colonne */

  /* Default: stile "articolo" */
  --ch-comments-max: 820px;
  --ch-comments-pad: 30px;
  --ch-comments-radius: 20px;
}

/* 1) Se nella pagina Ã¨ presente un ARTICOLO */
body:has(.charmed-container .charmed-main-article) {
  --ch-comments-max: 820px;
}

/* 2) Se nella pagina Ã¨ presente un GIOCO */
body:has(.immersive-container) {
  --ch-comments-max: 1200px; /* uguale al max-width del gioco */
}

/* ================= BOX commenti + form ================= */

#comments,
#respond.comment-respond {
  background: rgba(16, 16, 22, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--ch-comments-radius);
  box-sizing: border-box;
  color: #f2f2f2;

  /* padding controllato da variabile */
  padding: var(--ch-comments-pad);

  /* default: centratura (perfetta per i giochi e per layout standard) */
  width: 100%;
  /* max-width: var(--ch-comments-max); */
  margin-left: auto;
  margin-right: auto;
}

/* Spaziatura standard */
#comments {
  margin-top: 25px;
  margin-bottom: 20px;
}

#respond.comment-respond {
  margin-top: 25px;
}

/* ================= FIX INTELLIGENTE: ARTICOLI =================
   Negli articoli NON devono risultare "centrati nella pagina":
   devono allinearsi alla colonna dellâ€™articolo (sinistra),
   e avere la stessa larghezza della colonna (1200-340-25 = 835px).
*/
body:has(.charmed-container .charmed-main-article) #comments,
body:has(.charmed-container .charmed-main-article) #respond.comment-respond {

  /* larghezza colonna articolo */
  max-width: calc(var(--ch-page-max) - var(--ch-side-w) - var(--ch-gap));
  width: min(100%, calc(var(--ch-page-max) - var(--ch-side-w) - var(--ch-gap)));

  /* allineamento a sinistra del container (non al centro pagina) */
  margin-left: clamp(
    var(--ch-page-pad),
    calc((100vw - var(--ch-page-max)) / 2 + var(--ch-page-pad)),
    9999px
  );
  margin-right: auto;
}

/* ================= TITOLI ================= */

#reply-title.comment-reply-title {
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

/* Logged in as */
#respond .logged-in-as {
  margin: 0 0 18px;
  font-size: 13px;
  opacity: 0.85;
}

#respond .logged-in-as a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

#respond .logged-in-as a:hover {
  text-decoration: underline;
}

/* Label */
#respond .form-label,
#respond label {
  display: block;
  margin: 0 0 8px;
  color: rgba(242, 242, 242, 0.6);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Textarea */
#respond .comment-form-comment2 textarea,
#respond .comment-form-comment textarea,
#respond textarea#comment {
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  outline: none;
  resize: vertical;
}

#respond textarea#comment:focus {
  border-color: rgba(92, 9, 121, 0.75);
  box-shadow: 0 0 0 3px rgba(92, 9, 121, 0.22);
}

/* Submit */
#respond .form-submit {
  margin: 16px 0 0;
}

#respond .form-submit input#submit,
#respond input.submit {
  display: inline-block;
  padding: 14px 22px;
  border: 1px solid #dddddd;
  border-radius: 14px;
  background: #ffffff;
  color: #000000;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.15s ease;
}

#respond .form-submit input#submit:hover,
#respond input.submit:hover {
  transform: translateY(-1px);
}

/* Annulla reply */
#cancel-comment-reply-link {
  font-size: 12px;
  opacity: 0.9;
}

/* ================= MOBILE / TABLET ================= */
@media (max-width: 992px) {

  :root {
    --ch-comments-pad: 20px;
    --ch-comments-radius: 18px;
  }

  #comments,
  #respond.comment-respond {
    /* respiro laterale su schermi piccoli */
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }

  /* effetto â€œsaleâ€ SOLO per articoli (se ti serve) */
  body:has(.charmed-container .charmed-main-article) #comments {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

/* =========================================================
   FIX: giochi (immersive) â€“ riduzione margin-top commenti
   tablet â€¢ laptop â€¢ mobile
   ========================================================= */

/* Tutti i device nei giochi */
body:has(.immersive-container) #comments {
  margin-top: 10px;
}

body:has(.immersive-container) #respond.comment-respond {
  margin-top: 12px;
}

/* Tablet e mobile: annulla il -20px (che nei giochi non serve) */
@media (max-width: 992px) {
  body:has(.immersive-container) #comments {
    margin-top: 8px !important;
    margin-bottom: 20px;
  }
}

/* =========================================================
   FIX: se #respond Ã¨ DENTRO #comments, evita il doppio offset
   ========================================================= */

body:has(.charmed-container .charmed-main-article) #comments #respond.comment-respond {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =========================================================
   RIFINITURA ARTICOLI (SOLO DESKTOP/LAPTOP)
   - alza il blocco commenti
   - restringe leggermente da destra
   ========================================================= */

@media (min-width: 993px) {
  body:has(.charmed-container .charmed-main-article) #comments,
  body:has(.charmed-container .charmed-main-article) #respond.comment-respond {

    /* ðŸ”¼ alziamo il contenitore */
    margin-top: 0;

    /* â†”ï¸ restringiamo leggermente la larghezza (solo lato destro) */
    max-width: calc(
      (var(--ch-page-max) - var(--ch-side-w) - var(--ch-gap)) - 35px
    );
  }
}
/* =========================================================
   FIX MOBILE ARTICOLI: annulla il clamp e centra con padding
   ========================================================= */
@media (max-width: 992px) {

  body:has(.charmed-container .charmed-main-article) #comments,
  body:has(.charmed-container .charmed-main-article) #respond.comment-respond {
    width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* se #respond sta dentro #comments, impedisce micro-spostamenti */
  body:has(.charmed-container .charmed-main-article) #comments #respond.comment-respond {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


/* =========================================================
   RIFINITURA MOBILE ARTICOLI
   - commenti un po' piÃ¹ stretti (aria ai lati)
   ========================================================= */
@media (max-width: 992px) {

  body:has(.charmed-container .charmed-main-article) #comments,
  body:has(.charmed-container .charmed-main-article) #respond.comment-respond {

    /* prima era 24px totali â†’ ora aumentiamo */
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);

    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 767px) {
    .jws-top-videos-tabs-element .layout1 .top-videos-inner a img {
        max-width: 130px !important;
    }
}


/* Contenitore relativo */

/* ============================================================================================================== */
/* 5. MENU LABELS (NEWS TAG) */
/* ============================================================================================================== */

.menu-blog-news {
    position: relative;
}

/* Etichetta NEWS */
.menu-blog-news::after {
    content: "news";
    position: absolute;
    top: 0;
    right: -30px;

    background: #52a447;
    color: #ffffff;

    font-size: 8px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 6px;

    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
    pointer-events: none;
    z-index: 10;
}

@media (max-width: 768px) {
    .menu-blog-news::after {
        display: none;
    }
}



.fa-brands,
.fa-brands:before {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}



/* Pulsante FaceID */

/* ============================================================================================================== */
/* 6. LOGIN / FACEID BUTTON */
/* ============================================================================================================== */

#jws-faceid-login {
  display: inline-flex;           /* Fa restare testo + svg allineati in riga */
  align-items: center;            /* Centra verticalmente */
  justify-content: center;        /* Centra orizzontalmente */
  gap: 8px;                       /* Spazio tra testo e icona */
  white-space: nowrap;            /* Evita l'andata a capo */

  /* ðŸŽ¨ Effetto Vetro (Glassmorphism) */
  background: rgb(87 87 87 / 15%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;                    /* opzionale: se vuoi full-width */
}

/* Hover */
#jws-faceid-login:hover {
  background: rgb(250 250 250 / 15%);
  transform: translateY(-2px) scale(1.05);
}

/* Icona SVG dentro il pulsante FaceID */
#jws-faceid-login svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;    /* Non far restringere l'icona */
  margin: 0;         /* Reset margini che creavano disallineamento */
}




/* ============================================================================================================== */
/* 7. SINGLE EPISODES LAYOUT */
/* ============================================================================================================== */

.single-episodes .version-v2>.container {
    max-width: 1570px;
    padding: 0 0px !important;
}



.single-episodes .version-v2 .episodes-top
 {
    overflow: hidden;
    margin-bottom: 20px !important;
    background-color: var(--background-item);
}


/* ============================================================================================================== */
/* 8. TOPTEN / TABS UI */
/* ============================================================================================================== */

/* === TOPTEN === */
.jws-top-videos-tabs-element .layout1 .top-videos-inner:before {
    position: relative;
    width: 142px !important;
    height: 123px;
    left: 42px;
    top: 50%;
    background: linear-gradient(248.28deg, #000 9.54%, rgba(0, 0, 0, 0) 32.8%) !important, 
radial-gradient(81.71% 279.87% at -16.57% -92%, #000 28.69%, rgba(0, 0, 0, 0) 69.54%) !important, 
                #000 !important;
    filter: blur(40px) !important;
    margin-top: -62px !important;
}

.jws-top-videos-tabs-element .layout1 .top-number {
    position: absolute !important;
    top: 50% !important;
    margin-left: -10px !important;
    z-index: 0;
    font-size: 250px !important;
    font-weight: bold;
    color: trsparent !important;
  -webkit-text-stroke: 6px rgba(255,255,255,0.35) !important;
  text-shadow:
    0 0 12px rgba(0,0,0,0.9),
    0 0 25px rgba(255,255,255,0.15);
    pointer-events: none;
    user-select: none;
}


.video-background-holder .video-overlay {
    background: linear-gradient(0deg, var(--background-body) 0%, rgb(0 0 0 / 70%) 15.62%, rgba(0, 3, 28, 0) 31.32%), 
                linear-gradient(90deg, var(--background-body) 6.03%, rgb(0 0 0 / 0%) 78.64%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}




/* Colore select per email dropdown */

/* ============================================================================================================== */
/* 9. FORMS / SELECT2 / UI COMPONENTS */
/* ============================================================================================================== */

body .select2-dropdown {
    background-color: #333;
    border: 0;
    padding: 15px;
}

.fa-solid, .fa-regular, .fa-brands {
    font-family: "Font Awesome 6 Free" !important;
}

/* Blocco per email */
#bulk-actions + .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: none;
}

.new-badge {
    background-color: #1e7e34;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 8px;
    margin-left: 6px;
    text-transform: uppercase;
}

/* --- */

/* Like margin-top */
.review-stars {
    color: #FFD700;
    font-size: 20px;
    margin-top: 8px;
}

/* Centra il contenitore del reCAPTCHA */
.recaptcha-container {
    display: flex;
    justify-content: center; /* Centra orizzontalmente */
    align-items: center; /* Centra verticalmente */
    margin: 0 auto;
    margin-bottom: 10px;
    height: 100%; /* Assicurati che il contenitore occupi l'intera altezza */
    min-height: 200px; /* Imposta un'altezza minima per il contenitore */
    position: absolute; /* Posiziona il contenitore in modo assoluto */
    top: 50%; /* Posiziona verticalmente al centro */
    left: 50%; /* Posiziona orizzontalmente al centro */
    transform: translate(-50%, -50%); /* Centra esattamente */
}

/* Imposta il reCAPTCHA per adattarsi correttamente */
#jwsg-recaptcha {
    display: inline-block;
    transform: scale(0.9); /* Mantieni la scala originale */
    transform-origin: center; /* Mantiene il centro quando si riduce la scala */
}

/* --- */

/* POST INNER CARD BORD RADIUS */
.post-inner.hover-video .post-media {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 3px !important;
    position: relative;
}

.external-inner {
    position: absolute;
    z-index: 10;
    transform: scale(1);
    background: var(--background-item);
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    border-radius: 3px;
    overflow: hidden;
    max-width: 100%;
}

.cky-btn-revisit-wrapper {
    background: #222 !important;
}

/* PubblicitÃ  */

/* ============================================================================================================== */
/* 10. ADS (DESKTOP ONLY) */
/* ============================================================================================================== */

.ads-control {
    position: relative !important;
    top: -9px !important;
    width: 728px !important;
    height: 90px !important;
}

@media (max-width: 768px) {
    .reviews-container {
        margin-left: 0px;
    }
}

/* --- */


/* ============================================================================================================== */
/* 11. LOGIN POPUP STYLES */
/* ============================================================================================================== */

/* POPUP login color */
.jws-form-login-popup .jws-form-content {
    background: #121212;
    color: #ffffff;
}

#jws-login-form .jws-animation .login-width-social .social-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #fff;
}

/* Cambia colore delle etichette */
.jws-form-login-popup .jws-form-content label {
    color: #ffffff;
}

/* Stile per i campi input */
#jws-login-form .jws-animation form input:not([type="checkbox"]):not([type="submit"]) {
    background-color: #1e1e1e; /* Sfondo scuro */
    color: #ffffff; /* Testo chiaro */
    border: 1px solid #333; /* Bordo leggero */
    padding: 10px;
    border-radius: 5px;
}

/* Cambia colore dei placeholder */
.jws-form-login-popup .jws-form-content input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.jws-form-login-popup .jws-form-content .button-default:hover {
    background-color: #444444;
}

#jws-login-form .form-head h5 {
    color: #fff;
}

.jws-login-container .privacy-policy {
    text-align: center;
    margin-top: 13px;
    color: #fff;
}

.jws-login-container .change-form {
    color: #fff;
    text-align: center;
    display: block;
}

/* END POPUP login color */

/* --- */


/* ============================================================================================================== */
/* 12. VIDEO META (HIDE / HOVER EFFECTS) */
/* ============================================================================================================== */

/* NASCONDERE I METADATI VIDEO */
.video-content-holder .video-meta > div {
    display: none;
}

.video-content-holder .video-meta {
    display: none;
}

/* EFFETTO ANIMATO PER IL TITOLO */
.video-meta {
    position: relative;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    z-index: 2;
}

/* DESCRIZIONE VIDEO CON TRANSIZIONE */
.video-description {
    opacity: 0;
    transform: translateY(20px);
    max-height: 0;
    overflow: hidden;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, max-height 0.8s ease-in-out;
    z-index: 1;
}

/* INTERAZIONE AL PASSAGGIO DEL MOUSE */
.video-inner:hover .video-meta {
    transform: translateY(-20px);
}

.video-inner:hover .video-description {
    opacity: 1;
    transform: translateY(0);
    max-height: 150px;
}

/* --- */


/* ============================================================================================================== */
/* 13. USER DASHBOARD / POPUPS */
/* ============================================================================================================== */

/* STILE PROFILO NELLA DASHBOARD UTENTE */
.dashboard-profile .personal-information .information {
    background: #121212;
}

/* FINESTRA POPUP UTENTE */
.user-popup .mfp-content > div {
    max-width: 740px;
    background: #1b1b1b;
    border-radius: 5px;
    padding: 40px 70px;
    margin: 50px auto;
}

/* PULSANTE PERSONALIZZATO NELLA DASHBOARD */
.dashboard-profile .personal-information .button-custom {
    background: #fff;
    color: #000;
    padding: 11px 20px;
    display: block;
}

/* SICUREZZA ACCOUNT NELLA DASHBOARD */
.dashboard-profile .account-security .setting-security {
    padding: 4px 45px;
    background: #121212;
    border-radius: 10px;
}



/* ============================================================================================================== */
/* 15. PLAYER QUALITY BADGE */
/* ============================================================================================================== */

/* ETICHETTA PER VIDEO HD */
.quality-jws .vjs-icon-placeholder {
    font-size: 1.2em;
    color: white;
    padding: 5px 5px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    min-width: 30px;
    text-align: center;
    line-height: normal;
    visibility: visible !important;
}

/* Rimuove qualsiasi effetto del before */
.quality-jws .vjs-icon-placeholder:before {
    display: none !important;
}

/* Assicura che l'etichetta sia visibile su mobile */
@media screen and (max-width: 768px) {
    .quality-jws .vjs-icon-placeholder {
        display: block !important;
        visibility: visible !important;
        font-size: 1.2em;
        padding: 5px 5px;
        color: white !important;
    }
}

/* Se il player lo nasconde, forziamo la sua visibilitÃ  */
.quality-jws {
    position: relative;
    z-index: 9999 !important;
}

/* --- */

/* --- */


/* ============================================================================================================== */
/* 16. PROGRESS BAR / TIME DATA */
/* ============================================================================================================== */

/* BARRA DI SCORRIMENTO */
.time-data span {
    position: absolute;
    height: 100%;
    left: 0;
    background-image: linear-gradient(to left, #e8c0ff, #8520da);
    border-radius: 3px;
}


/* ============================================================================================================== */
/* 17. PREMIUM ICON */
/* ============================================================================================================== */

/* JWS PREMIUM ICONA */
.jws-premium {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  z-index: 2;
  transform: translateY(-12px);
}


.jws-premium::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M9.503 2.041 C 8.483 2.217,7.556 2.976,7.202 3.925 C 7.027 4.393,7.001 4.639,7.001 5.849 L 7.000 6.998 4.869 7.009 L 2.738 7.020 2.539 7.122 C 2.312 7.239,2.102 7.491,2.040 7.720 C 2.011 7.828,2.002 9.427,2.011 12.809 C 2.024 17.275,2.031 17.766,2.092 18.013 C 2.358 19.085,2.821 19.909,3.550 20.605 C 4.122 21.152,4.727 21.515,5.465 21.754 C 6.194 21.990,5.896 21.980,12.000 21.980 C 18.104 21.980,17.806 21.990,18.535 21.754 C 20.034 21.268,21.241 20.077,21.737 18.593 C 21.990 17.837,21.974 18.211,21.989 12.804 C 22.004 7.245,22.024 7.622,21.702 7.300 C 21.400 6.998,21.420 7.000,19.073 7.000 L 17.000 7.000 17.000 5.858 C 17.000 4.609,16.970 4.349,16.766 3.849 C 16.499 3.193,15.964 2.633,15.296 2.312 C 14.674 2.013,14.813 2.026,12.120 2.016 C 10.789 2.011,9.611 2.023,9.503 2.041 M14.340 4.066 C 14.593 4.153,14.847 4.407,14.934 4.660 C 14.989 4.822,15.000 5.033,15.000 5.927 L 15.000 7.000 16.000 7.000 L 17.000 7.000 17.000 9.573 C 17.000 12.477,17.008 12.394,16.701 12.701 C 16.521 12.881,16.242 13.000,16.000 13.000 C 15.758 13.000,15.479 12.881,15.299 12.701 C 14.992 12.394,15.000 12.477,15.000 9.573 L 15.000 7.000 12.000 7.000 L 9.000 7.000 9.000 9.573 C 9.000 12.477,9.008 12.394,8.701 12.701 C 8.310 13.092,7.690 13.092,7.299 12.701 C 6.992 12.394,7.000 12.477,7.000 9.573 L 7.000 7.000 8.000 7.000 L 9.000 7.000 9.000 5.927 C 9.000 4.691,9.021 4.577,9.300 4.298 C 9.596 4.002,9.550 4.007,11.983 4.003 C 13.897 4.000,14.168 4.008,14.340 4.066'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* VIDEO BADGE PERSONALIZZATO */
.video-content-holder .video-meta > div.video-badge {
    background: #3665ad;
}

.jws-movies_advanced-element .layout1 .post-inner .video-meta .video-badge {
    background: rgba(118, 0, 255, 0.5);
}

/* --- */


/* ============================================================================================================== */
/* 18. VERIFIED BADGES */
/* ============================================================================================================== */

/* BADGE VERIFICATI */
.bp-verified-badge, .bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name-item > a:after, .bp-verified-member:not(.bp-verified-member-badge-loaded) .item-title > a:after, .bp-verified-member:not(.bp-verified-member-badge-loaded) > .author > a:after, .bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name > a:after, .bp-unverified-badge, .bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name-item > a:after, .bp-unverified-member:not(.bp-unverified-member-badge-loaded) .item-title > a:after, .bp-unverified-member:not(.bp-unverified-member-badge-loaded) > .author > a:after, .bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name > a:after {
    display: inline-block;
    position: relative;
    top: -0.05em;
    margin-left: 0.2em;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}



/* ============================================================================================================== */
/* 19. USER AVATAR */
/* ============================================================================================================== */

/* AVATAR UTENTE */
.user-avatar {
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 100%;
    padding: 5px; 

    background: linear-gradient(90deg, rgba(36, 2, 89, 1) 0%, rgba(92, 9, 121, 1) 35%, rgba(36, 210, 245, 1) 100%);
   
    border: 2px solid var(--main);

    margin-right: 22px;
    position: relative;
    overflow: hidden;
}

/* RESET BOX SIZING */
*, *:before, *:after {
    box-sizing: border-box;
}

/* TORNA SU */
.backToTop.fas.fa-arrow-up.totop-show {
    display: none;
}

/* MARGINE PER VIDEO PLAY */
.video-content-holder .video-play > a.btn-left {
    margin-right: 15px;
}

/* --- */


/* ============================================================================================================== */
/* 20. GLOBAL THEME (BODY / BACKGROUND / VARIABLES) */
/* ============================================================================================================== */

/* COLORE PERSONALIZZATO BODY */
body {
    background-color: #000000 !important;
    color: #ffffff !important;
    --background-item: #121212;
    --input-background: #121212;
    font-family: 'Metropolitano', sans-serif;
}


/* ============================================================================================================== */
/* 21. HEADER MENU BACKGROUND */
/* ============================================================================================================== */

/* STILE MENU */
.elementor-element.elementor-element-7e8f8b8:not(.elementor-motion-effects-element-type-background), .elementor-74 .elementor-element.elementor-element-7e8f8b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: initial;
    background-image: linear-gradient(180deg, #000000 0%, #121212 90%) !important;
    margin: 0px !important;
}

.elementor-74 .elementor-element.elementor-element-7e8f8b8.is-sticky, .mega-has-hover .elementor-74 .elementor-element.elementor-element-7e8f8b8 {
    background-color: #121212 !important;
}

body {
    --background-body: #000000 !important;
}

.elementor-822 .elementor-element.elementor-element-b17fcae:not(.elementor-motion-effects-element-type-background), .elementor-822 .elementor-element.elementor-element-b17fcae > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #121212 !important;
}



/* ============================================================================================================== */
/* 22. TOOLBAR */
/* ============================================================================================================== */

/* TOOLBAR PERSONALIZZATA */
.jws-toolbar-wap {
    background: #121212;
}

.jws-toolbar-wap .jws-toolbar-item i {
    display: inline-block;
    font-size: 25px;
}

.video-content-holder .video-play > a.btn-left {
    margin-right: 10px;
}

.video-content-holder .video-play > a.btn-left {
    margin-right: 5px;
    width: 200px !important;
    height: 58px !important;
    line-height: 1.8;
}

/* --- */


/* ============================================================================================================== */
/* 23. DEFAULT BUTTONS */
/* ============================================================================================================== */

/* BOTTONE DEFAULT */
.button-default .button-default {
   background: rgba(162, 89, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 10px;
    padding-right: 31px;
    padding-bottom: 10px;
    padding-left: 31px;
    font-weight: 700;
    /* font-size: 20px; */
    line-height: 25px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: .2s ease;
    border-radius: 5px;
    text-align: center;
}

@media (max-width: 767px) {
    .video-content-holder .video-play a.btn-left {
        padding: 10px;
        font-size: 20px;
        line-height: 35px;
        margin-right: 5px;
    }
}

/* CATEGORIA VIDEO NASCOSTA */
.video-content-holder .video-cat a {
    color: var(--main);
    display: none;
}

.video-content-holder .video-cat {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    display: none;
}

.post-inner.hover-video .video-meta > div {
    display: none;
}

/* AGGIUNTA ALLA WATCHLIST */
.video-content-holder .video-play .watchlist-add .jws-icon-plus {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 !important;
}

.jws_slider_video_item .btn-left i::before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px !important;
    margin-right: 5px;
    color: #ffffff;
}

.video-content-holder .video-meta > div.video-imdb i {
    font-size: 13px;
    color: var(--main);
    margin-right: 17px;
    display: none;
}

/* --- */


/* ============================================================================================================== */
/* 24. CUSTOM BUTTONS */
/* ============================================================================================================== */

/* BOTTONE PERSONALIZZATO */
.button-custom {
    border: 0;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: .2s ease;
    border-radius: 5px;
    text-align: center;
}

@media (max-width: 767px) {
    .single-tv_shows .video-play .jws-play, .single-tv_shows .video-play .video-trailer {
        padding: 15px 20px;
        font-size: 12px;
        line-height: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }
}

/* ICONE "STREGHE" */
.single-tv_shows .video-play .jws-play i::before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px !important;
    margin-right: 5px;
    color: #ffffff;
}

.single-tv_shows .video-play .video-trailer i::before {
    content: '\f26c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 18px !important;
    margin-right: 5px;
    color: #ffffff;
}

/* NASCONDERE CATEGORIA VIDEO */
.jws-movies_advanced-element .layout3 .post-inner .content-display .video-cat a {
    display: none;
}

/* BOTTONE PERSONALIZZATO NOTIFICHE */
.pn-wrapper .btn {
    align-items: center;
    border: none;
    display: inline-flex;
    outline: none;
    position: relative;
    font-size: 14px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff !important;
    cursor: pointer;
    font-weight: 500;
    outline: none;
    margin-left: 8px;
    min-width: auto;
    padding: 0 8px;
    text-decoration: none;
}

/* --- */

/* STILE BODY PERSONALIZZATO */
--body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1E1E2E;
    height: 100vh;
    position: relative;
    z-index: 0;
}

/* STILE NUMERO IN TOP VIDEO */
.jws-top-videos-tabs-element .layout1 .top-number {
  -webkit-text-stroke: 1px var(--heading);
  -webkit-text-fill-color: transparent;
  font-size: 230px !important;
  line-height: 180px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -90px;
}

@media (max-width: 768px) {
  .jws-top-videos-tabs-element .layout1 .top-number {
    font-size: 190px !important;
    line-height: 90px;
    margin-top: -45px;
    -webkit-text-stroke: 0.8px var(--heading);
    opacity: 0.85;
		  left: -20px;

  }
}


/* --- */


/* ============================================================================================================== */
/* 25. IMAGE TITLE OVERLAY (VIDEO TITLE) */
/* ============================================================================================================== */

/* IMG OVERLAY */
.videos-content {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.video_title {
    position: relative;
    display: inline-block;
    width: 100%;
}

.video_title picture {
    display: block;
    max-width: 100%;
    height: auto;
}

.video_title img {
    display: block;
    max-width: 80%;
    height: auto;
    position: relative;
    z-index: 1;
}

.video_title .title-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .videos-content {
        max-width: 250px;
    }

    .video_title .title-image {
        font-size: 12px;
        padding: 4px 8px;
    }
}

/* --- */


/* ============================================================================================================== */
/* 26. OFF-CANVAS MENU */
/* ============================================================================================================== */

/* MENU OFF-CANVAS VERTICALE */
.jws-offcanvas .jws-offcanvas-content-data {
    position: fixed;
    width: 0;
    margin: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background: #12120D;
    visibility: visible;
    z-index: 99999;
    padding: 30px 10px 30px 10px;
    transition: 0.7s;
    max-width: 80%;
}

.jws-login-container .privacy-policy a {
    color: #8d6caf;
}

body::before {
    content: none !important;
    display: none !important;
    animation: none !important;
    background: none !important;
}
