/* Make fiche button smaller and left aligned (override theme defaults) */
.lm-energy-fiche-link.summary {
  text-align: left !important;    /* ensure left alignment in summary area */
  margin-top: 12px;               /* keep spacing */
}

/* Smaller, compact fiche button */
.lm-energy-fiche-link .lm-fiche-btn {
  display: inline-block !important;
  width: auto !important;
  padding: 6px 10px !important;   /* smaller padding */
  font-size: 13px !important;     /* slightly smaller text */
  line-height: 1 !important;
  border-radius: 4px !important;  /* smaller radius */
  background: #00b2a9 !important; /* keep colour — change if needed */
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  box-shadow: none !important;    /* remove extra shadow if theme adds one */
  vertical-align: middle !important;
}

/* keep mobile tidy but not full-width */
@media (max-width:720px){
  .lm-energy-fiche-link .lm-fiche-btn {
    width: auto !important;
  }
}
