/* Supplemental fixes (missing page-specific Divi cache / minor gaps) */
img { max-width:100%; height:auto; }

/* showLinks() grid on homepage: Divi column floats and collapses to min-content
   (200px) — force full width so the .romlidata grid fills the row. */
.et_pb_section_romli { clear:both; }
.et_pb_section_romli .et_pb_row { width:100%; max-width:1080px; }
.et_pb_section_romli .et_pb_column { float:none; width:100%; }
.et_pb_section_romli .romlidata { width:100%; }
