<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html:not(.et-fb-root-ancestor) .ef-area.df-rows:not(.df-show) &gt; .et_pb_row:not(.df-buttons):not([class^='df-elementindex-']):not([class*=' df-elementindex-'])  {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 0 !important;
  box-shadow: none !important;
}

html:not(.et-fb-root-ancestor) .ef-area:not(.df-rows):not(.df-show) &gt; .et_pb_row:not(.df-buttons) &gt; .et_pb_column:not([class^='df-elementindex-']):not([class*=' df-elementindex-']) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 0 !important;
  box-shadow: none !important;
}

html:not(.et-fb-root-ancestor) .ef-area:not(.df-rows):not(.df-loaded) &gt; .et_pb_row &gt; .et_pb_column {
  display: none;
}

html:not(.et-fb-root-ancestor) .ef-area.df-rows:not(.df-loaded) &gt; .et_pb_row {
  display: none;
}

/* change cursor for ef-button */
.ef-button {
  cursor: pointer;
}</pre></body></html>