.elementor-10608 .elementor-element.elementor-element-8257270{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10608 .elementor-element.elementor-element-8257270.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10608 .elementor-element.elementor-element-824be6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10608 .elementor-element.elementor-element-91e5d52{--display:flex;--overlay-opacity:0.21;--border-radius:20px 20px 20px 20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-10608 .elementor-element.elementor-element-91e5d52:not(.elementor-motion-effects-element-type-background), .elementor-10608 .elementor-element.elementor-element-91e5d52 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#13152F;}.elementor-10608 .elementor-element.elementor-element-91e5d52::before, .elementor-10608 .elementor-element.elementor-element-91e5d52 > .elementor-background-video-container::before, .elementor-10608 .elementor-element.elementor-element-91e5d52 > .e-con-inner > .elementor-background-video-container::before, .elementor-10608 .elementor-element.elementor-element-91e5d52 > .elementor-background-slideshow::before, .elementor-10608 .elementor-element.elementor-element-91e5d52 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10608 .elementor-element.elementor-element-91e5d52 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://serieagoal.it/wp-content/uploads/2025/09/SERIE-A_RGB_Texture__7-scaled.webp");--background-overlay:'';background-position:bottom center;background-size:cover;}.elementor-10608 .elementor-element.elementor-element-b7e5134{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10608 .elementor-element.elementor-element-19549be{--display:flex;--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-10608 .elementor-element.elementor-element-19549be:not(.elementor-motion-effects-element-type-background), .elementor-10608 .elementor-element.elementor-element-19549be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#13152F;}.elementor-10608 .elementor-element.elementor-element-73e881f .heading-title > *{font-size:30px;font-weight:800;font-style:italic;}@media(max-width:1024px){.elementor-10608 .elementor-element.elementor-element-8257270{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-10608 .elementor-element.elementor-element-8257270{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10608 .elementor-element.elementor-element-b7e5134{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-10608 .elementor-element.elementor-element-8257270{--width:98.822%;}.elementor-10608 .elementor-element.elementor-element-824be6f{--width:35%;}.elementor-10608 .elementor-element.elementor-element-b7e5134{--width:65%;}}@media(max-width:1024px) and (min-width:768px){.elementor-10608 .elementor-element.elementor-element-824be6f{--width:100%;}.elementor-10608 .elementor-element.elementor-element-b7e5134{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-5501593 *//* ===========================================================
   STAFF BLOCK – stile dark (no sfondo, testi bianchi)
   =========================================================== */

.anwp-b-wrap .player-block {
  background: transparent !important;   /* niente sfondo */
  border: none !important;              /* togli i bordi esterni */
  color: #fff !important;               /* testi bianchi */
  font-family: var(--body-family, Inter Tight);
}

/* Header */
.anwp-b-wrap .player-block__header {
  background: transparent !important;
  border: none !important;
  padding: 12px;
  display: flex;
  align-items: center;
}

/* Foto allenatore */
.anwp-b-wrap .player-block__header img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.25); /* sottile bordo chiaro */
  padding: 3px;
  background: transparent !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.4);
}

/* Nome */
.anwp-b-wrap .player-block__name {
  font-size: var(--h3-fsize, 18px);
  font-weight: var(--h3-fweight, 700);
  color: #fff !important;
  margin-left: 16px;
  line-height: 1.3;
}

/* Extra info (nazionalità, ruolo) */
.anwp-b-wrap .player-block__extra {
  margin-left: 16px;
  margin-top: 6px;
  font-size: var(--meta-fsize, 13px);
  color: rgba(255,255,255,.85) !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Icona bandiera */
.anwp-b-wrap .player-block__extra svg {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

/* Opzioni (club attuale, ecc.) */
.anwp-b-wrap .player-block__options {
  background: transparent !important;
  color: #fff !important;
}

.anwp-b-wrap .player-block__option {
  padding: 8px 12px;
  border-top: 1px solid rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anwp-b-wrap .player-block__option-label {
  color: rgba(255,255,255,.6) !important;
  font-weight: 600;
}

.anwp-b-wrap .player-block__option-value {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff !important;
}

.anwp-b-wrap .player-block__option-value img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 6px;
}

/* Pulsante profilo */
.anwp-b-wrap .player-block__profile-link {
  border-top: 1px solid rgba(255,255,255,.15);
}

.anwp-b-wrap .player-block__profile-link-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
}

.anwp-b-wrap .player-block__profile-link-btn:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.6);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-843ecdd *//* === STAFF NEWS – Card premium con border animato === */
.staff-news-grid {
  display: grid;
  gap: 18px !important;
}

/* Variabili tema */
.staff-news-grid {
  --sn-radius: 14px;
  --sn-padding: 12px;
  --sn-border: 1.5px;
  --sn-surface: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  --sn-shadow: 0 6px 20px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.06);
  --sn-anim-speed: 2.3s;
}

/* CARD base */
.staff-news__item {
  position: relative;
  border-radius: var(--sn-radius);
  padding: var(--sn-padding);
  background: var(--sn-surface);
  box-shadow: var(--sn-shadow);
  color: #fff !important;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  will-change: transform;
  border: 1px solid rgba(255,255,255,.10);
}

/* BORDO animato */
.staff-news__item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: var(--sn-border);
  border-radius: inherit;
  background: conic-gradient(from var(--angle, 0deg),
    #6ee7ff, #a78bfa, #f472b6, #6ee7ff);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: -1;
}

/* Alone */
.staff-news__item::after {
  content: "";
  position: absolute;
  inset: -20%;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(167,139,250,.18), transparent 70%);
  filter: blur(16px);
  opacity: 0;
  transition: opacity .25s ease;
  z-index: -2;
}

/* Hover */
.staff-news__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.08);
}
@keyframes sn-spin { to { --angle: 360deg; } }
.staff-news__item:hover::before {
  opacity: 1;
  animation: sn-spin var(--sn-anim-speed) linear infinite;
}
.staff-news__item:hover::after { opacity: .7; }

/* THUMB */
.staff-news__thumb {
  display: block;
  overflow: hidden;
  border-radius: calc(var(--sn-radius) - 4px);
}
.staff-news__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  transform: scale(1);
  transition: transform .55s ease;
}
.staff-news__item:hover .staff-news__thumb img {
  transform: scale(1.045);
}

/* TITOLI + META */
.staff-news__title,
.staff-news__title:link,
.staff-news__title:visited {
  display: block;
  margin-top: 10px;
  color: #fff !important;
  font-weight: 750 !important;
  line-height: 1.22 !important;
  text-decoration: none !important;
  letter-spacing: .1px;
  transition: opacity .2s ease;
}
.staff-news__title:hover { opacity: .9; }

.staff-news__meta {
  display: inline-block;
  margin-top: 6px;
  color: rgba(255,255,255,.72) !important;
  font-size: .88em !important;
}

/* Responsive */
@media (max-width: 1024px){
  .staff-news-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
@media (max-width: 600px){
  .staff-news-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
}

/* Accessibilità */
@media (prefers-reduced-motion: reduce) {
  .staff-news__item,
  .staff-news__thumb img,
  .staff-news__item::before {
    transition: none !important;
    animation: none !important;
  }
}/* End custom CSS */