@charset "UTF-8";
/***!  Style Declaration  !***/

.consulente-card{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;border:1px solid #ddd;border-radius:16px;background:#fefefe;box-shadow:0 2px 6px rgba(0,0,0,0.05);align-items:center}.consulente-foto{width:100%;max-width:300px;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;flex-shrink:0}.consulente-dati{flex:1 1 300px}@media (max-width:768px){.consulente-card{flex-direction:column;align-items:flex-start}.consulente-foto{width:100%;max-width:100%}}
