/* Small static-site fixes. Original design styles remain in wp-content/. */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 24px; }
img { max-width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #f5b82d; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (max-width: 767px) {
  table { display: block; max-width: 100%; overflow-x: auto; }
  .ct-text-block { overflow-wrap: anywhere; }
}
/* Keep long directions and records usable on small screens. */
.ct-div-block, .ct-section-inner-wrap, .oxy-rich-text { min-width:0; }
.oxy-rich-text { max-width:100%; overflow-wrap:anywhere; }
.table-scroll { max-width:100%; overflow-x:auto; overscroll-behavior-x:contain; }
.table-scroll table { display:table; min-width:100%; }
@media (max-width:991px) {
 #div_block-140-12, #div_block-143-12 { width:100%; gap:0; padding:8px 0; }
 #div_block-135-12, #div_block-117-12, #div_block-144-12, #div_block-150-12 { flex-direction:row; flex-wrap:wrap; justify-content:center; width:100%; }
 #link-13-12, #link-148-12 { border:0; margin:0; padding:4px 8px 8px; }
 #image-15-12, #image-149-12 { width:48px; }
 .winery-header-link { margin:0!important; padding:8px!important; font-size:14px!important; letter-spacing:.4px!important; }
}

.emergency-banner { background:#a61924;color:#fff;padding:18px 24px;text-align:center;font:700 1.125rem/1.6 'PT Serif',Georgia,serif;white-space:pre-wrap;overflow-wrap:anywhere;position:relative;z-index:100; }
.emergency-banner[hidden] { display:none!important; }

/* Equal navigation columns keep the logo centered despite different link lengths. */
@media (min-width:992px) {
 #div_block-140-12, #div_block-143-12 { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); width:100%; align-items:center; }
 #div_block-135-12, #div_block-144-12 { width:100%; justify-content:flex-end; }
 #div_block-117-12, #div_block-150-12 { width:100%; justify-content:flex-start; }
}

#div_block-140-12, #div_block-143-12 { margin-left:0; margin-right:0; }
