/* ============================
   STILE CUSTOM PORTFOLIO (SERVIZI)
   Autore: Luca Brombo
   Ultima modifica: 13.01.26
   ============================ */

:root {
  --salute-blu: #066d99;
}

/* ============================
   STILE FILTRI ATTIVI E HOVER
   ============================ */

.bt_bb_css_post_grid_filter_item::before,
.bt_bb_css_post_grid_filter_item::after,
.bt_bb_css_post_grid_filter_item:hover::before,
.bt_bb_css_post_grid_filter_item:hover::after,
.bt_bb_css_post_grid_filter_item:focus::before,
.bt_bb_css_post_grid_filter_item:focus::after,
.bt_bb_css_post_grid_filter_item.active::before,
.bt_bb_css_post_grid_filter_item.active::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transition: none !important;
}

.bt_bb_css_post_grid_filter_item.active,
.bt_bb_css_post_grid_filter_item:hover {
  border-bottom: 2px solid var(--salute-blu) !important;
  color: var(--salute-blu) !important;
  background-color: transparent !important;
}

/* ============================
   STILE TESTI CARD
   ============================ */

.bt_bb_grid_item_category {
  color: var(--salute-blu) !important;
}

.bt_bb_grid_item_category_superheadline::before,
.bt_bb_grid_item_category_superheadline::after {
  content: none !important;
  display: none !important;
}

.bt_bb_grid_item_post_title,
.bt_bb_grid_item_post_content h3.bt_bb_grid_item_title {
  color: var(--salute-blu) !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

/* ============================
   RIMOZIONE OVERLAY IMMAGINI (FIX FLASH VERDE)
   ============================ */

.bt_bb_grid_item_post_thumbnail a::before,
.bt_bb_grid_item_post_thumbnail a::after,
.bt_bb_grid_item:hover .bt_bb_grid_item_post_thumbnail a::before,
.bt_bb_grid_item:hover .bt_bb_grid_item_post_thumbnail a::after {
  background: none !important;
  opacity: 0 !important;
  display: none !important;
  content: none !important;
  pointer-events: none !important;
  transition: none !important;
}

/* ============================
   STILE BOX CARD
   ============================ */

.bt_bb_grid_item {
  border: none !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
  outline: none !important;
}