
/* modals.css - Styling for Regular Labs Modals */

.rl-modal {
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin: 4rem auto;
}

.rl-modal h2,
.rl-modal h3 {
  margin-top: 0;
}

.rl-modal p {
  font-size: 1rem;
  line-height: 1.6;
}
.float-mcwFullTxtImg img {width: 100%; max-width: 800px; height: auto; display: block; margin: 0 auto;}