/* The native ad reduces the WebView height; retain every entry control on short landscapes. */
@media (orientation:landscape) and (max-height:600px) {
  .native-ads .entry-heading { left:calc(max(24px, env(safe-area-inset-left)) + 76px); }
}
@media (orientation:landscape) and (max-height:350px) {
  .native-ads .entry { padding-top:68px; gap:4px; padding-bottom:8px; }
  .native-ads .entry-header { min-height:36px; }
  .native-ads .entry-console { padding:6px 12px; gap:4px; }
  .native-ads .entry .layout-key { height:14px; font-size:9px; }
  .native-ads .entry .layout-key-row { margin:1px 0; }
  .native-ads .entry-caption { bottom:12px; }
}
