/* ============================================================
   STYLE SNIPPET (Refined)
   ============================================================ */

/* Section spacing */
.user_content p {
  margin-bottom: 0.6em !important;
}

.user_content ul,
.user_content ol {
  margin-bottom: 0.9em !important;
}

.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;
}