/* Avoscours Summary widget — ported from the design's .toc */

.avo-summary{
  background:#fff;
  border-radius:18px;
  padding:22px 24px;
  box-shadow:0 2px 6px rgba(7,49,66,.06);
  border:1px solid #E5E5E1;
  font-family:"Figtree",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  box-sizing:border-box;
}
.avo-summary *{box-sizing:border-box;}

.avo-summary__label{
  font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:#EA5B0C;
  margin:0 0 14px;
  display:flex;align-items:center;gap:8px;
}
.avo-summary__label::before{
  content:"";width:22px;height:3px;border-radius:2px;background:#EA5B0C;flex-shrink:0;
}

.avo-summary__list{
  list-style:none;padding:0;margin:0;
  display:flex;flex-direction:column;gap:4px;
}

.avo-summary__link{
  display:block;
  font-size:14px;line-height:1.4;
  color:#005470;
  padding:8px 10px;
  border-radius:8px;
  text-decoration:none;cursor:pointer;
  border-left:2px solid transparent;
  transition:all .18s;
  opacity:.85;
}
.avo-summary__link:hover{background:#EAF1F3;color:#00736E;opacity:1;}
.avo-summary__link.is-active{
  color:#C84B08;
  border-left-color:#EA5B0C;
  background:#FFEEE3;
  font-weight:700;
  opacity:1;
}

.avo-summary--placeholder{opacity:.6;}

/* Anchor targets in the article land below the sticky header */
html{scroll-behavior:smooth;}
.elementor-widget-theme-post-content [id]{scroll-margin-top:100px;}
