/* e-nov | Grille des applications Odoo
   CSS structurel uniquement. Couleurs, tailles et espacements sont pilotes
   depuis les controles Elementor du widget (selectors), pas ici. */

.enov-odoo-apps .eoa-panel{
  border-radius:20px;
}

.enov-odoo-apps .eoa-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(112px,1fr));
  margin:0;
  padding:0;
  list-style:none;
}

.enov-odoo-apps .eoa-item{
  margin:0;
  padding:0;
  list-style:none;
}

.enov-odoo-apps .eoa-tile{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  gap:10px;
  padding:16px 6px;
  height:100%;
  border-radius:20px;
  text-decoration:none;
  transition:background-color .18s ease, transform .18s ease, border-color .18s ease;
}

.enov-odoo-apps .eoa-tile:hover{
  transform:translateY(-2px);
}

.enov-odoo-apps .eoa-ico{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  flex:0 0 auto;
}

.enov-odoo-apps .eoa-ico img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.enov-odoo-apps .eoa-name{
  display:block;
  font-weight:600;
  font-size:13px;
  line-height:1.25;
}

.enov-odoo-apps .eoa-tile--more{
  justify-content:center;
  border:1px dashed currentColor;
  gap:4px;
}

.enov-odoo-apps .eoa-plus{
  display:block;
  font-weight:700;
  font-size:20px;
  line-height:1.05;
  white-space:nowrap;
}

.enov-odoo-apps .eoa-note{
  margin:26px 0 0;
  max-width:760px;
}

.enov-odoo-apps .eoa-note p{
  margin:0;
}

.enov-odoo-apps .eoa-note p + p{
  margin-top:12px;
}

.enov-odoo-apps .eoa-legal{
  margin:16px 0 0;
}

@media (prefers-reduced-motion: reduce){
  .enov-odoo-apps .eoa-tile{transition:none;}
  .enov-odoo-apps .eoa-tile:hover{transform:none;}
}
