#author-bio {
    display: none !important;
}
/* --- Sostituisce "Non letti" con "Leggi" --- */

/* Nasconde il testo originale "Non letti" */
.fep-unread-class {
  font-size: 0;
}

/* Crea il nuovo testo "Leggi" e lo rende visibile */
.fep-unread-class::after {
  content: "Leggi";
  font-size: 1rem;
}

/* Colore scritte nere nel centro messaggi  */
.cmplz-dropdown,
.cmplz-service-desc,
.cmplz-dropdown-cookiepolicy,
.cmplz-dropdown a,
.cmplz-service-desc a,
.cmplz-dropdown-cookiepolicy a,
.cookies-per-purpose,
.cookies-per-purpose h4,
.cookies-per-purpose h5,
.cookies-per-purpose a,
.fep-filter,
select[name="fep-bulk-action"] {
  color: #000000 !important;
}


/* Colore scritte nere nei cookie  */
.cmplz-dropdown,
.cmplz-service-desc,
.cmplz-dropdown-cookiepolicy,
.cmplz-dropdown a,
.cmplz-service-desc a,
.cmplz-dropdown-cookiepolicy a,
.cookies-per-purpose,
.cookies-per-purpose h4,
.cookies-per-purpose h5,
.cookies-per-purpose a {
  color: #000000 !important;
}


@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

/* IMPORTANTE: Sostituisci 'page-id-4631' con l'ID corretto della tua pagina! */
.page-id-4631 .field-type-checkbox-field .jet-form-builder__field-label,
.page-id-4631 .field-type-file-upload .jet-form-builder__label,
.page-id-4631 .jet-form-builder__label-text,
.page-id-4631 .jet-form-builder-row, 
.page-id-4631 .field-type-media-field{
    color: #ffffff !important;
}
/* ================================================================ */
/* CSS FINALE UNIFICATO PER IL FORM (4 AGOSTO 2025)            */
/* SOSTITUISCE TUTTI I FIX PRECEDENTI                          */
/* ================================================================ */

/* --- GRUPPO 1: Elementi che devono avere testo SCURO (#111) --- */

/* a) Testo digitato nei campi (nome, email, etc.) */
.jet-form-builder-row input[type="text"],
.jet-form-builder-row input[type="email"],
.jet-form-builder-row input[type="url"],
.jet-form-builder-row textarea,

/* b) Etichette dei Radio Button (es. Maschio/Femmina) */
.field-type-radio-field .jet-form-builder__field-label,

/* c) Opzioni dei menu a tendina */
.jet-form-builder-row select,
.jet-form-builder-row option {
    color: #111111 !important;
}

/* d) Testo segnaposto (placeholder) - grigio */
.jet-form-builder-row .jet-form-builder__field::placeholder {
    color: #888888 !important;
}


/* --- GRUPPO 2: Elementi che devono avere testo BIANCO (#ffffff) --- */

/* a) Etichette dei Checkbox */
.field-type-checkbox-field .jet-form-builder__field-label,

/* b) Etichetta principale del campo Upload */
.field-type-file-upload .jet-form-builder__label {
    color: #111111 !important;
}


/* * PROTEZIONE INDISPENSABILE PER ELEMENTI CHE NON DEVONO ESSERE BIANCHI
*/

/* 1. Protezione per il pulsante di verifica */
body.um-page .contenitore-verifica .pulsante-verifica {
    background-color: #0073aa !important; /* Mantiene il suo sfondo */
    color: #ffffff !important; /* Mantiene il suo testo bianco (diverso dal testo generale che abbiamo appena forzato) */
}
body.um-page .contenitore-verifica .pulsante-verifica:hover {
    background-color: #005a87 !important;
}

/* 2. Esempio di protezione per i link dei post, se vuoi che abbiano un colore diverso */
body.um-page .um-profile-body.posts.posts-default a {
    color: #87ceeb !important; /* Esempio: un azzurro cielo per i link, per farli risaltare */
    text-decoration: underline !important;
}

/*
 * Dobbiamo ricolorare il pulsante di verifica, altrimenti
 * anche il suo testo diventerà bianco e sparirà sullo sfondo bianco.
 * Questo codice lo "protegge" e gli ridà il suo stile originale.
*/
.contenitore-verifica .pulsante-verifica {
    background-color: #0073aa; /* O il colore che preferisci */
    color: #ffffff; /* Testo del pulsante bianco */
}

.contenitore-verifica .pulsante-verifica:hover {
    background-color: #005a87; /* Colore più scuro al passaggio del mouse */
}

.um-name {
    font-size: 18px; /* Aumenta la dimensione del testo */
    color: #000000; /* Lo rende grigio scuro */
    background-color: #f9f9f9; /* Aggiunge uno sfondo leggermente grigio */
    padding: 8px;
    border-radius: 4px;
}

.um-field-value {
    font-size: 18px; /* Aumenta la dimensione del testo */
    color: #555555; /* Lo rende grigio scuro */
    background-color: #f9f9f9; /* Aggiunge uno sfondo leggermente grigio */
    padding: 8px;
    border-radius: 4px;
}
.verified-badge {
    margin-top: 4px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #28a745; /* verde */
    border-radius: 12px;
    display: inline-block;
}


.spunta-verde {
    color: green;
    font-size: 1em;
    margin-left: 4px;
}




#fep-menu-announcements {
    display: none !important;
}




.barra-colorata {
  width: 100%; /* prima: calc(100%); 20px — sintassi non valida */
  height: 8px;
  margin: 20px -10px;
  background: linear-gradient(90deg, #b400ff);
  box-shadow: 0 0 15px #b400ff;
  border-radius: 4px;
}



.svg-separator-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  line-height: 0;
}

.svg-separator-wrapper svg {
  display: block;
  height: auto;
  width: 120%; /* estende a sinistra */
  max-width: none;
  margin-left: -5vw; /* forza il bordo sinistro fuori schermo */
  clip-path: inset(0px 80px 0px 0px); /* taglia 80px a destra */
}






/* Badge "In Evidenza" */
.badge-in-evidenza {
  display: inline-block;
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

/* Spunta verde accanto al titolo */
.spunta-verde {
  color: #00c853;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 6px;
  vertical-align: middle;
}
.single-post .d-block.text-center.text-md-start.d-md-flex.p-3.bg-light {
  display: none !important;
}





/* Forza il layout flex dei blocchi container */
.uagb-block-accf4dd8,
.uagb-block-54c7eb3b,
.uagb-block-3183affb,
.uagb-block-f30814c4,
.uagb-block-05a5514a,
.uagb-block-4cb25934,
.uagb-block-de242e08,
.uagb-block-33638ba5 {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  border-radius: 10px;
}

.uagb-block-4cb25934 {
 color: #ffffff;
}
/* Rendi responsive le colonne */
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wp-block-column {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .wp-block-column {
    flex: 1 1 48%;
  }
}
/* Forza il colore del testo all'interno dei blocchi JetForm + UAGB */
.uagb-is-root-container,
.uagb-block-accf4dd8,
.uagb-block-54c7eb3b,
.uagb-block-3183affb,
.uagb-block-f30814c4,
.uagb-block-05a5514a,
.uagb-block-4cb25934 {
  color: #111 !important; /* Testo nero/grigio scuro */
}


/* Forza il bordo personalizzato nel blocco finale */
.uagb-block-4cb25934 {
  border: 10px inset #d100ce !important;
  padding: 30px !important;
  background-color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}
/* Stile per il blocco con bordo verde */
.uagb-block-91f03a89 {
  border: 10px inset #00ff51 !important;
  padding: 30px !important;
  background-color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #111 !important;
}






/*
 * UIVERSE / componenti “effetto”: NON usare #main né .grid globali.
 * In OceanWP #main è tutta l’area contenuto → stili Uiverse su #main rompono shop/footer.
 * Nel markup del widget il div esterno deve essere class="ardesia-uiverse-marquee" (non più class="wrapper").
 * e class="grid" (blocco Lakshay) con class="ardesia-neon-deco-grid"; id="main" del widget con class="ardesia-neon-main".
 */

/* From Uiverse.io by Uncannypotato69 */
/* Contenitore: usa class="ardesia-uiverse-marquee" nel markup (non .wrapper globale). */
.ardesia-uiverse-marquee {
  min-height: 3rem;
  min-width: 14rem;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0)
  );
  font-family: 'Cinzel', serif;
}

/* Lettere SOLO dentro il marquee: così position:absolute non “salta” su #main */
.ardesia-uiverse-marquee .letter {
  width: 1ch;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 100%;
  animation: scroll 6.5s linear infinite, rainbow 6.5s infinite;
}

@keyframes scroll {
  to {
    left: -1ch;
  }
}

@keyframes rainbow {
  0% {
    color: white;
  }
  10% {
    color: #9000FF;
  }
  20% {
    color: #B303FF;
  }
  30% {
    color: #C403FF;
  }
  40% {
    color: #FFD500;
  }
  50% {
    color: #CF0DFF;
  }
  60% {
    color: #6600FF;
  }
  70% {
    color: #D1D3FF;
  }
  80% {
    color: #6600FF;
  }
  90% {
    color: #0044FF;
  }
  100% {
    color: #FFE600;
  }
}

.ardesia-uiverse-marquee .letter1 {
  animation-delay: calc(2.5s / 10 * (10 - 1) * -1);
}
.ardesia-uiverse-marquee .letter2 {
  animation-delay: calc(2.5s / 10 * (10 - 2) * -1);
}
.ardesia-uiverse-marquee .letter3 {
  animation-delay: calc(2.5s / 10 * (10 - 3) * -1);
}
.ardesia-uiverse-marquee .letter4 {
  animation-delay: calc(2.5s / 10 * (10 - 4) * -1);
}
.ardesia-uiverse-marquee .letter5 {
  animation-delay: calc(2.5s / 10 * (10 - 5) * -1);
}
.ardesia-uiverse-marquee .letter6 {
  animation-delay: calc(2.5s / 10 * (10 - 6) * -1);
}
.ardesia-uiverse-marquee .letter7 {
  animation-delay: calc(2.5s / 10 * (10 - 7) * -1);
}
.ardesia-uiverse-marquee .letter8 {
  animation-delay: calc(2.5s / 10 * (10 - 8) * -1);
}
.ardesia-uiverse-marquee .letter9 {
  animation-delay: calc(2.5s / 10 * (10 - 9) * -1);
}
.ardesia-uiverse-marquee .letter10 {
  animation-delay: calc(2.5s / 10 * (10 - 10) * -1);
}
.ardesia-uiverse-marquee .letter11 {
  animation-delay: calc(2.5s / 10 * (10 - 11) * -1);
}
.ardesia-uiverse-marquee .letter12 {
  animation-delay: calc(2.5s / 10 * (10 - 12) * -1);
}
.ardesia-uiverse-marquee .letter13 {
  animation-delay: calc(2.5s / 10 * (10 - 13) * -1);
}



.home #top-bar-nav {
  display: none !important;
}


.pulsantestellare {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 35px;
  background: #1C014A;
  font-size: 17px;
  font-weight: 500;
  color: #ffff;
  border: 3px solid #5703E6;
  border-radius: 8px;
  box-shadow: 0 0 0 #5703E6;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.pulsantestellare .star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.pulsantestellare .star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.pulsantestellare .star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.pulsantestellare .star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.pulsantestellare .star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.pulsantestellare .star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s ease;
}

.pulsantestellare:hover {
  background: transparent;
  color: #ffff;
  box-shadow: 0 0 25px #5703E6;
}

.pulsantestellare:hover .star-1 {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.pulsantestellare:hover .star-2 {
  position: absolute;
  top: -25%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.pulsantestellare:hover .star-3 {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.pulsantestellare:hover .star-4 {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.pulsantestellare:hover .star-5 {
  position: absolute;
  top: 25%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.pulsantestellare:hover .star-6 {
  position: absolute;
  top: 5%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.fil0 {
  fill: #fffdef;
}


/* From Uiverse.io by Lakshay-art — usa class="ardesia-neon-deco-grid" sul div decorativo, NON class="grid" */
.ardesia-neon-deco-grid {
  height: 800px;
  width: 800px;
  background-size: 1rem 1rem;
  background-position: center center;
  position: absolute;
  z-index: -1;
  filter: blur(1px);
}
.white,
.border,
.darkBorderBg,
.glow {
  max-height: 70px;
  max-width: 314px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  /* Border Radius */
  border-radius: 12px;
  filter: blur(3px);
}
.input {
  background-color: #010201;
  border: none;
  /* padding:7px; */
  width: 301px;
  height: 56px;
  border-radius: 10px;
  color: white;
  padding-inline: 59px;
  font-size: 18px;
  	
}
#poda {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 60px;
  
}
.input::placeholder {
  color: #c0b9c0;
}

.input:focus {
  outline: none;
}

.ardesia-neon-main:focus-within > #input-mask {
  display: none;
}

#input-mask {
  pointer-events: none;
  width: 100px;
  height: 20px;
  position: absolute;
  background: linear-gradient(90deg, transparent, black);
  top: 18px;
  left: 70px;
}
#pink-mask {
  pointer-events: none;
  width: 30px;
  height: 20px;
  position: absolute;
  background: #cf30aa;
  top: 10px;
  left: 5px;
  filter: blur(20px);
  opacity: 0.8;
  /* animation:leftright 4s ease-in infinite; */
  transition: all 2s;
}
.ardesia-neon-main:hover > #pink-mask {
  /* animation: rotate 4s linear infinite; */
  opacity: 0;
}

.white {
  max-height: 63px;
  max-width: 307px;
  border-radius: 10px;
  filter: blur(2px);
}

.white::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(83deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: brightness(1.4);
  background-image: conic-gradient(
    rgba(0, 0, 0, 0) 0%,
    #a099d8,
    rgba(0, 0, 0, 0) 8%,
    rgba(0, 0, 0, 0) 50%,
    #dfa2da,
    rgba(0, 0, 0, 0) 58%
  );
  /* animation: rotate 4s linear infinite; */
  transition: all 2s;
}
.border {
  max-height: 59px;
  max-width: 303px;
  border-radius: 11px;
  filter: blur(0.5px);
}
.border::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(70deg);
  position: absolute;
  width: 600px;
  height: 600px;
  filter: brightness(1.3);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    #1c191c,
    #402fb5 5%,
    #1c191c 14%,
    #1c191c 50%,
    #cf30aa 60%,
    #1c191c 64%
  );
  /* animation: rotate 4s 0.1s linear infinite; */
  transition: all 2s;
}
.darkBorderBg {
  max-height: 65px;
  max-width: 312px;
}
.darkBorderBg::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(82deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #18116a,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0) 50%,
    #6e1b60,
    rgba(0, 0, 0, 0) 60%
  );
  transition: all 2s;
}
#poda:hover > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(262deg);
}
#poda:hover > .glow::before {
  transform: translate(-50%, -50%) rotate(240deg);
}
#poda:hover > .white::before {
  transform: translate(-50%, -50%) rotate(263deg);
}
#poda:hover > .border::before {
  transform: translate(-50%, -50%) rotate(250deg);
}

#poda:hover > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(-98deg);
}
#poda:hover > .glow::before {
  transform: translate(-50%, -50%) rotate(-120deg);
}
#poda:hover > .white::before {
  transform: translate(-50%, -50%) rotate(-97deg);
}
#poda:hover > .border::before {
  transform: translate(-50%, -50%) rotate(-110deg);
}

#poda:focus-within > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(442deg);
  transition: all 4s;
}
#poda:focus-within > .glow::before {
  transform: translate(-50%, -50%) rotate(420deg);
  transition: all 4s;
}
#poda:focus-within > .white::before {
  transform: translate(-50%, -50%) rotate(443deg);
  transition: all 4s;
}
#poda:focus-within > .border::before {
  transform: translate(-50%, -50%) rotate(430deg);
  transition: all 4s;
}

.glow {
  overflow: hidden;
  filter: blur(30px);
  opacity: 0.4;
  max-height: 130px;
  max-width: 354px;
}
.glow:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  position: absolute;
  width: 999px;
  height: 999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*border color, change middle color*/
  background-image: conic-gradient(
    #000,
    #402fb5 5%,
    #000 38%,
    #000 50%,
    #cf30aa 60%,
    #000 87%
  );
  /* change speed here */
  /* animation: rotate 4s 0.3s linear infinite; */
  transition: all 2s;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
@keyframes leftright {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }

  49% {
    transform: translate(250px, 0px);
    opacity: 0;
  }
  80% {
    transform: translate(-40px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

#filter-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  max-height: 40px;
  max-width: 38px;
  height: 100%;
  width: 100%;

  isolation: isolate;
  overflow: hidden;
  /* Border Radius */
  border-radius: 10px;
  background: linear-gradient(180deg, #161329, black, #1d1b4b);
  border: 1px solid transparent;
}
.filterBorder {
  height: 42px;
  width: 40px;
  position: absolute;
  overflow: hidden;
  top: 7px;
  right: 7px;
  border-radius: 10px;
}

.filterBorder::before {
  content: "";

  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: brightness(1.35);
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #3d3a4f,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    #3d3a4f,
    rgba(0, 0, 0, 0) 100%
  );
  animation: rotate 4s linear infinite;
}
.ardesia-neon-main {
  position: relative;
}
#search-icon {
  position: absolute;
  left: 20px;
  top: 15px;
}

.type--A {
  --line_color: #FF00EE;
  --back_color: #FFBAFA;
}
.type--B {
  --line_color: #1b1919;
  --back_color: #e9ecff;
}
.type--C {
  --line_color: #00135c;
  --back_color: #defffa;
}

.bottone-annunci {
  position: relative;
  z-index: 0;
  width: 240px;
  height: 56px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--line_color);
  letter-spacing: 2px;
  transition: all 0.3s ease;
  display: inline-block;
}

.bottone-annunci__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
	color: #ffff;
}

.bottone-annunci::before,
.bottone-annunci::after,
.bottone-annunci__text::before,
.bottone-annunci__text::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: var(--line_color);
  transition: all 0.5s ease;
}

.bottone-annunci::before {
  top: 0;
  left: 54px;
  width: calc(100% - 56px * 2 - 16px);
}
.bottone-annunci::after {
  top: 0;
  right: 54px;
  width: 8px;
}
.bottone-annunci__text::before {
  bottom: 0;
  right: 54px;
  width: calc(100% - 56px * 2 - 16px);
}
.bottone-annunci__text::after {
  bottom: 0;
  left: 54px;
  width: 8px;
}

.bottone-annunci__line {
  position: absolute;
  top: 0;
  width: 56px;
  height: 100%;
  overflow: hidden;
}
.bottone-annunci__line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 300px;
  border: solid 3px var(--line_color);
}
.bottone-annunci__line:nth-child(2),
.bottone-annunci__line:nth-child(2)::before {
  right: 0;
}
.bottone-annunci__line:nth-child(1),
.bottone-annunci__line:nth-child(1)::before {
  left: 0;
}

.bottone-annunci:hover {
  letter-spacing: 6px;
}
.bottone-annunci:hover::before,
.bottone-annunci:hover .bottone-annunci__text::before {
  width: 8px;
}
.bottone-annunci:hover::after,
.bottone-annunci:hover .bottone-annunci__text::after {
  width: calc(100% - 56px * 2 - 16px);
}

.bottone-annunci__drow1,
.bottone-annunci__drow2 {
  position: absolute;
  z-index: -1;
  border-radius: 16px;
  transform-origin: 16px 16px;
  background: var(--back_color);
}
.bottone-annunci__drow1 {
  top: -16px;
  left: 40px;
  width: 32px;
  height: 0;
  transform: rotate(30deg);
}
.bottone-annunci__drow2 {
  top: 44px;
  left: 77px;
  width: 32px;
  height: 0;
  transform: rotate(-127deg);
}

.bottone-annunci__drow1::before,
.bottone-annunci__drow1::after,
.bottone-annunci__drow2::before,
.bottone-annunci__drow2::after {
  content: "";
  position: absolute;
  background: var(--back_color);
}
.bottone-annunci__drow1::before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-60deg);
}
.bottone-annunci__drow1::after {
  top: -10px;
  left: 45px;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(69deg);
}
.bottone-annunci__drow2::before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-146deg);
}
.bottone-annunci__drow2::after {
  bottom: 26px;
  left: -40px;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-262deg);
}

.bottone-annunci:hover .bottone-annunci__drow1 {
  animation: drow1 ease-in 0.06s;
  animation-fill-mode: forwards;
}
.bottone-annunci:hover .bottone-annunci__drow1::before {
  animation: drow2 linear 0.08s 0.06s;
  animation-fill-mode: forwards;
}
.bottone-annunci:hover .bottone-annunci__drow1::after {
  animation: drow3 linear 0.03s 0.14s;
  animation-fill-mode: forwards;
}
.bottone-annunci:hover .bottone-annunci__drow2 {
  animation: drow4 linear 0.06s 0.2s;
  animation-fill-mode: forwards;
}
.bottone-annunci:hover .bottone-annunci__drow2::before {
  animation: drow3 linear 0.03s 0.26s;
  animation-fill-mode: forwards;
}
.bottone-annunci:hover .bottone-annunci__drow2::after {
  animation: drow5 linear 0.06s 0.32s;
  animation-fill-mode: forwards;
}

@keyframes drow1 {
  0% { height: 0; }
  100% { height: 100px; }
}
@keyframes drow2 {
  0% { width: 0; opacity: 0; }
  10% { opacity: 0; }
  11% { opacity: 1; }
  100% { width: 120px; }
}
@keyframes drow3 {
  0% { width: 0; }
  100% { width: 80px; }
}
@keyframes drow4 {
  0% { height: 0; }
  100% { height: 120px; }
}
@keyframes drow5 {
  0% { width: 0; }
  100% { width: 124px; }
}

.bottone-annunci-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}


