/* Main */
h2 {
	margin-bottom: 0;
}

.info-section {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prev-epr {
	margin: 30px auto 0 auto;
	margin-bottom: 30px;
	border-top: 1px solid black;
}

.inf-epr {
	flex: 1 0 100%;
}

/* Center the iframe container */
#Iframe-Plugin-Sheet {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%; /* Adjust as needed */
  margin: 0 auto; /* Center horizontally */
  padding: 20px; /* Optional: Add padding for spacing */
  height: auto; /* Ensure the container adjusts its height */
}

/* Ensure iframe is visible and scales properly */
#Iframe-Plugin-Sheet iframe {
  width: 80%; /* Set an appropriate width */
  height: 600px; /* Set a fixed height for visibility */
  border: none; /* Optional: Remove the border */
}

/* Footer */
footer {
	margin-top: 0;
}