.modal-body p b {
  font-size: 15px;
  color: #333;
}
.modal-body p {
  margin-bottom: 12px;
}

.tall-modal {
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tall-modal .modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

/* Inner scrollable TOS content box */
.tos-scrollbox {
  max-height: 65vh;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  background: #f9f9f9;
}

.modal-branding {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  opacity: 0.7;
  pointer-events: none;
}

/* Modal Header Styling */
.modal-header-pro {
  background-color: darkred;
  color: white;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* Modal Title */
.modal-header-pro h4 {
  margin: 0;
  font-size: 18px;
  margin-right: 60px; /* for close button */
}

/* Subtitle under title */
.modal-subtitle {
  font-size: 12px;
  margin-top: 5px;
}

/* Close button styling (the x) */
.modal-header-pro .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  color: white;
  opacity: 1;
  text-shadow: none;
}

.modal-header-pro .close:hover {
  color: #ccc;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
}

/* PRO badge floating (for desktop/tablet) */
.pro-floating-badge {
  position: absolute;
  top: 15px;
  right: 60px;
  font-weight: bold;
  font-size: 20px;
  color: white;
}

/* PRO inline badge (for mobile only) */
.pro-inline-badge {
  font-size: 16px;
  font-weight: normal;
  color: white;
}

/* Section Titles */
.tos-section-title {
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
}

/* Indented bullets under "What You Get" */
.tos-indent {
  display: block;
  margin-left: 15px;
  margin-bottom: 0px;
}

/* Scrollable Modal Body */
.modal-body-scrollable {
  overflow-y: auto;
  padding: 15px;
  background: #f9f9f9;
  max-height:67vh;
}

#laststep { max-width:350px; margin:auto; font-size:16px; }
#laststep>a.boldlink { text-decoration:underline!important; font-size:16px; }
@media (min-width: 730px) {  #laststep { max-width:600px; } }
