/* o4_wenou_finish */
/* o4_wenou_finish: what the deleted Thunderbolt runtime used to do, done in CSS */

/* TRAP 2 - custom elements with no display rule collapse to inline. Type-level, so any class
   that already sets display (e.g. .jhxvbR on the two homepage images) still wins. */
wow-image{display:block}
wix-dropdown-menu{display:block;position:relative}

/* the responsive overflow menu: its container is empty in SSR and nothing can fill it */
li[id$="__more__"]{display:none !important}
ul[id^="subMenu-"],#DrpDwnMn0dropWrapper{display:none !important}

/* view/like counters waiting forever on an API that is gone - a grey pill that pulses on 37
   post cards. .bEeZ1_ is the skeleton itself, .post-stats the row it sits in. */
.bEeZ1_{display:none !important}
[data-hook="post-stats"]{display:none !important}

/* classes the SSR sets and only the runtime ever cleared */
.hidden-during-prewarmup{visibility:visible !important}

/* the menu anchors now really scroll, so keep the target clear of the header */
#sobre,#equipa,#servios,#contato{scroll-margin-top:120px}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* share controls are links now; keep them looking and behaving like the buttons they replaced */
a.qXlEOR{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
a.qXlEOR:hover,button.qXlEOR:hover{opacity:.7}

#SITE_CONTAINER{overflow-x:clip}
