.dropdown-menu.megamenu > .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.dropdown-menu.megamenu .left_area_wrapper {
  border-bottom-right-radius: 0 !important;
}

.dropdown-menu.megamenu .right_area_wrapper {
  border-bottom-left-radius: 0 !important;
}

.megamenu_container .container .megamenu:before {
  top: -13px !important;
}

a {
  text-decoration: none !important;
}

.form-group-padding {
  padding-bottom: 1.5em !important;
}

/** Embed responsive **/

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 60vh;
}

.embed-responsive iframe {
  width: 100%;
  min-height: 360px;
  height: 60vh;
  border: 0;
  padding: 0;
  margin: 0;
}

.page-home .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/** Embed responsive end **/

.upcoming_event_content .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

:root{
  --bs-btn-disabled-bg: lightgray;
  --bs-btn-disabled-border-color: darkgray;
  --bs-btn-disabled-color: white;
}


.fs-7 { font-size: 0.875rem !important; } /* 14px */
.fs-8 { font-size: 0.75rem !important; }  /* 12px */
.fs-9 { font-size: 0.65rem !important; }  /* ~10px */

/* Configurazione base per entrambi */
.cta-left::before,
.cta-right::after {
  font-family: "Font Awesome 6 Free"; /* O "Font Awesome 5 Free" se usi la v5 */
  font-weight: 900; /* Necessario per le icone Solid */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.88em;
  stroke: currentColor;
  stroke-width: 1px !important;
  -webkit-text-stroke: 1px currentColor;
}

/* Caso: Icona a SINISTRA */
.cta-left::before {
  content: "\f053"; /* Unicode per lo chevron-left */
  margin-right: 8px;
}

/* Caso: Icona a DESTRA */
.cta-right::after {
  content: "\f054"; /* Unicode per lo chevron-right */
  margin-left: 8px;
}

/* Bonus: Effetto Hover (opzionale) */
.cta-right:hover::after {
  transform: translateX(3px);
  transition: transform 0.2s ease-in-out;
}

.cta-left:hover::before {
  transform: translateX(-3px);
  transition: transform 0.2s ease-in-out;
}

/* --- Variante MEDIA (Soft) --- */
.btn-primary-soft {
  background-color: #3d8bfd;
  border-color: #2c7efc; /* Bordo leggermente più scuro */
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn-primary-soft:hover {
  background-color: #0d6efd; /* Torna al blu standard */
  border-color: #0a58ca;
  color: #fff;
}

.btn-primary-soft:active {
  background-color: #0a58ca !important; /* Si scurisce al click */
  border-color: #0a53be !important;
  transform: translateY(1px); /* Effetto pressione */
}

.btn-primary-light {
  background-color: #70a9fe;
  border-color: #5a9cfd;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn-primary-light:hover {
  background-color: #3d8bfd;
  border-color: #2c7efc;
  color: #fff;
}

.btn-primary-light:active {
  background-color: #2c7efc !important;
  border-color: #266fd8 !important;
  transform: translateY(1px);
}

.btn-primary-soft:focus,
.btn-primary-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
