
.page-dictee .dictee-loi {
  margin: clamp(1.5rem, 4vw, 2rem) 16px 0;
  padding: 1.25rem 1.5rem;
  border-radius: 1.25rem;
  font: 600 1rem/1.65 "Archivo", system-ui, sans-serif;
  color: #1e293b;
  border: 1px solid rgba(30, 64, 175, 0.18);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.page-dictee .dictee-loi p {
  margin: 0 0 0.75em;
  font-weight: 500;
  color: #334155;
  font-size: 1.125rem;
}

.page-dictee .dictee-loi p:first-child {
  font-weight: 800;
  color: #1d3a9d;
}

.page-dictee .dictee-loi p:last-child {
  margin-bottom: 0;
}

.page-dictee .dictee-shell {
  margin: 0 auto;
  padding: 0 16px 32px;
}

.page-dictee .dictee-content {
  margin: 24px auto 0;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.page-dictee .dictee-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #334155;
}

.page-dictee .dictee-text p {
  margin: 0 0 0.5em;
}

.page-dictee .dictee-text a {
  color: #2563eb;
}

.page-dictee .dictee-text a:hover {
  text-decoration: underline;
}

.page-dictee .dictee-text ul,
.page-dictee .dictee-text ol {
  padding-left: 1.5em;
}

.page-dictee .dictee-text h1,
.page-dictee .dictee-text h2,
.page-dictee .dictee-text h3 {
  margin: 0 0 0.5em;
  line-height: 1.3;
  color: #1e293b;
}

.page-dictee .dictee-text img {
  max-width: 100%;
  height: auto;
}
