
/* PVettese Atelier v20 — correction ciblée du logo d'en-tête.
   Aucun JavaScript ni logique Supabase/AppSheet modifiés. */
.brand::before{
  content:"" !important;
  display:block !important;
  flex:0 0 auto !important;
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  border-radius:16px !important;
  background-color:#fff !important;
  background-image:url("./pvettese-logo.png?v=20") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
  opacity:1 !important;
  visibility:visible !important;
}

@media(max-width:760px){
  .brand::before{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    border-radius:12px !important;
  }
}
