body{
	background:pink;
	content: "Custom css included";
}


div.paragraph iframe[src*="issuu.com"] {
  width: calc(100% - 80px) !important;  /* Removes container padding */
  max-width: 100% !important;
  margin: 0 auto !important;             /* Center it */
  display: block !important;
  height: 800px !important;
}
/* --- Content-width divider for THIS row only (uses your anchor ID) --- */
/* Turns the first <p> after #15470 into a horizontal rule */
#15470 + .mb-0-last-child > p:first-child {
  border-top: 2px solid #e0e0e0;
  margin: 2.5rem 0;
  color: transparent;  /* hide the --- text */
  height: 0;
  line-height: 0;
}

/* Hide the extra blank paragraph the editor added after the dashes */
#15470 + .mb-0-last-child > p:first-child + p {
  display: none;
}

