/* ============================================================
   STYLE SNIPPET (Final Refined)
   ============================================================ */

/* Section spacing (minimal + safe) */
.user_content li + li {
  margin-top: 0.2em;
}

.user_content img,
.user_content table {
  margin: 0.5em 0 !important;
}

/* ============================================================
   Branded Callout Box
   ============================================================ */

.user_content .branded-callout {
  border: 3px solid #3a84b6;
  background-color: #ecf5ff;
  padding: 0.9em;
  border-radius: 6px;
  margin: 1.2em 0 !important;
}

/* ============================================================
   Inline Code Readability
   ============================================================ */

.user_content code {
  color: #000000 !important;
}

/* ============================================================
   Username Label Rule
   ============================================================ */

[for="pseudonym_session_unique_id"]::after {
  content: "Username";
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

/* ============================================================
   Classroom Links Section
   ============================================================ */

.user_content .classroom-links {
  margin: 1rem 0;
}

.user_content .classroom-links h2 {
  background: #3a84b6;
  color: #ffffff;
  padding: 10px 14px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

.user_content .classroom-links__note {
  margin-bottom: 1rem;
}

.user_content .classroom-links__item {
  padding: 14px 20px;
  margin-bottom: 10px;
}

.user_content .classroom-links__item:nth-of-type(odd) {
  background: #ecf5ff;
}

.user_content .classroom-links__item:nth-of-type(even) {
  background: #d6e9f8;
}

.user_content .classroom-links__title {
  margin: 0 0 0.25rem;
}

.user_content .classroom-links__time {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}

.user_content .classroom-links__link {
  margin: 0;
}

/* ============================================================
   Info Box Pattern (Reusable)
   ============================================================ */

.user_content .info-box {
  margin: 1.2em 0;
}

/* Heading bar */
.user_content .info-box__heading {
  margin: 0;
  padding: 10px 14px;
  text-align: center;
}

/* Content spacing */
.user_content .info-box__content {
  padding-top: 10px;
}

/* Late Policy (red) */
.user_content .info-box--late-policy .info-box__heading {
  background-color: #e82c2a;
  color: #ffffff;
}

/* Catch Up (yellow) */
.user_content .info-box--catch-up .info-box__heading {
  background-color: #eee824;
}

/* Normalize list spacing inside boxes */
.user_content .info-box__content ol {
  margin-top: 0;
}