/* oink-desktop-fluid.css v1 — OINK-DESKTOP-FLUID-2026-09-08. The Dolphin desktop shell is a fixed 960 px column (.main/.topBlock/.topMemberBlock, 938 px flexslider on the landing page) and scrolls sideways under 1000 px (CDP: scrollWidth 982 at 768). Below 1000 px the column becomes fluid; nothing changes at desktop widths. Dolphin-only selectors. */
@media (max-width: 1000px) {
  body > div.main, div.main, div.topBlock, div.topMemberBlock, div.hello_actions, #page_column_1, #page_column_2, div.sys_page_container, .flexslider, .flexslider .slides, .flexslider .slides li, .flexslider .slides a { width: auto !important; max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
  div.main center, div.main table { max-width: 100% !important; }
  div.main img, .flexslider img { max-width: 100% !important; height: auto !important; }
  html, body { overflow-x: hidden; }
  div.topMemberBlock, div.hello_actions { margin-left: 0 !important; padding-left: 12px !important; padding-right: 12px !important; }
  div.thumbnail_block { position: static !important; float: right !important; margin: 0 12px !important; }
  a.flex-prev, a.flex-next { min-width: 44px; min-height: 44px; }
}
