/**
 * Transparency Section Fixes
 * Remove unwanted borders and backgrounds
 */

/* Remove borders from elemento-1pctw */
.elemento-1pctw[data-border="true"]:after {
  display: none !important;
}

.elemento-1pctw {
  border: none !important;
  border-top: 1px solid #5f5f7138 !important;
  border-bottom: 1px solid #5f5f7138 !important;
  background: transparent !important;
}

/* Remove any pseudo-elements creating side boxes */
.elemento-1pctw:before,
.elemento-1pctw:after {
  content: none !important;
  display: none !important;
}
