/* == WRAPPER / CONTAINER FONT == */
[class^='sol-perchefs'] {
    font-family: 'Onest', sans-serif !important;
}
[class^='sol-perchefs'] * {
    font-family: inherit !important;
}
/* =========================================================
   SOL-PERCHEFS – Cards
   Nessun grid custom, solo Bootstrap
   ========================================================= */

.sol-perchefs {
  position: relative;
}

/* card base */
.sol-perchefs .perchefs-card {
  height: 100%;
  border-radius: 12px;
  background: rgba(58, 58, 58, 0.28);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(20px);
  padding: 24px;
  color: #ffffff;
  transition: transform .25s ease, background .25s ease;
}

.sol-perchefs .perchefs-card {
    background: rgba(58, 58, 58, 0.3);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
}

/* icona */
.sol-perchefs .perchefs-card .perchefs-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.sol-perchefs .perchefs-card .perchefs-icon svg,
.sol-perchefs .perchefs-card .perchefs-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

/* titolo */
.sol-perchefs .perchefs-card h3,
.sol-perchefs .perchefs-card h4,
.sol-perchefs .perchefs-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

/* testo */
.sol-perchefs .perchefs-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}