/* Hide the large default 'Create account' header text */
main h1:first-of-type,
#main-content h1,
.catalog-registration-form h1,
h1[class*="styles__"] {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important;
}

#swims-notice-banner {
  width: 100%;
  margin-bottom: 25px;
  font-family: system-ui, -apple-system, sans-serif;
  display: block !important;
}

.swims-box {
  padding: 20px;
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.swims-box h3 {
  margin: 0 0 8px 0 !important;
  color: #1a202c !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.3 !important;
}

.swims-box p {
  margin: 0 0 14px 0 !important;
  font-size: 14px !important;
  color: #4a5568 !important;
  line-height: 1.4 !important;
}

/* The SWIMS Login Action Button */
.swims-sso-btn {
  display: block !important;
  text-align: center !important;
  background-color: #d71d24 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  padding: 14px 20px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
  transition: background-color 0.2s ease !important;
}

.swims-sso-btn:hover {
  background-color: #002244 !important;
  text-decoration: none !important;
}

/* Lower segment guest instructions layout */
.guest-box {
  margin-top: 25px;
  border-top: 2px dashed #cbd5e1;
  padding-top: 25px;
}

.guest-box h3 {
  margin: 0 0 6px 0 !important;
  font-size: 16px !important;
  color: #2d3748 !important;
  font-weight: bold !important;
}

.guest-warning {
  color: #b91c1c !important;
  font-weight: bold !important;
  font-size: 13.5px !important;
  background-color: #fef2f2 !important;
  padding: 10px 12px !important;
  border-left: 4px solid #b91c1c !important;
  margin: 5px 0 12px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}

.guest-instructions-split {
  background-color: #fcfcfc;
  padding: 15px;
  border: 1px solid #edf2f7;
  border-radius: 6px;
}

.guest-p {
  margin: 0 !important;
  font-size: 13.5px !important;
  color: #4a5568 !important;
  line-height: 1.5 !important;
}
