﻿.dynamic-form input[type='text'],
.dynamic-form input.text,
.dynamic-form textarea.text {
  margin-bottom: unset;
}
/* Fix: sidebar HTML widgets must drop below floated content fields (e.g. "Imagens Associadas")
   rendered above them in zone-aside-second. Without this, the widget's overflow:hidden
   .article-large establishes a BFC that is squeezed to 0 width beside the full-width float,
   making image-only widgets render at 0x0 (invisible to logged-out visitors). */
.zone-aside-second .widget-html-widget { clear: both; }