/* reserved for small overrides */


/* --- Hotfix: remove red halo behind WHY icons (maquette has clean icons) --- */
.tetria-home-v3 .tetria-why-icon{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
.tetria-home-v3 .tetria-why-icon img{
  width: 34px !important;
  height: 34px !important;
}

/* Service cards: icon above text, aligned left like maquette */
.tetria-home-v3 .tetria-service-card{
  min-height: 0 !important;
}
.tetria-home-v3 .tetria-service-icon{
  display:block !important;
  margin: 0 0 10px 0 !important;
}
.tetria-home-v3 .tetria-service-content{
  text-align: left !important;
}
.tetria-home-v3 .tetria-service-title{
  white-space: normal !important;
}

/* Fix: remove red/pink halo behind validation icons */
.tetria-home-v3 .tetria-why-icon{
  background: transparent !important;
  box-shadow: none !important;
}
/* Slightly bigger icons (if you use valid_red.png) */
.tetria-home-v3 .tetria-why-icon img{
  width: 34px !important;
  height: 34px !important;
}

/* --- FIX: remove pink halo / placeholder around validation icons --- */
.tetria-home-v3 .tetria-why-icon{
  background: transparent !important;
  box-shadow: none !important;
}
.tetria-home-v3 .tetria-why-icon img{
  filter: none !important;
}
