/* Lightweight chrome for illustrative example proposal pages (not legal/guide). */
.plimbu-page--example .plimbu-example {
  padding: 2.5rem 0 4rem;
}

.plimbu-example__inner {
  max-width: 40rem;
}

.plimbu-example__badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #57534e;
  background: #e7e5e4;
  border-radius: 0.25rem;
}

.plimbu-example h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700;
  color: #1c1917;
}

.plimbu-example__lede {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: #44403c;
}

.plimbu-example__placeholder-note {
  margin: 0 0 1.75rem;
  padding: 0.85rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #57534e;
  background: #fafaf9;
  border-left: 3px solid #a8a29e;
}

.plimbu-example__figure {
  margin: 0 0 2rem;
}

.plimbu-example__figure-frame {
  display: grid;
  place-items: center;
  min-height: 14rem;
  background: linear-gradient(145deg, #e7e5e4 0%, #d6d3d1 100%);
  border: 1px dashed #a8a29e;
  color: #57534e;
  font-size: 0.9375rem;
  text-align: center;
  padding: 1.5rem;
}

.plimbu-example__figure-frame--image {
  display: block;
  min-height: 0;
  padding: 0;
  border: none;
  background: #e7e5e4;
  overflow: hidden;
}

.plimbu-example__figure-image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.plimbu-example__secondary {
  margin: 0 0 1.75rem;
  font-size: 0.9875rem;
  line-height: 1.55;
  color: #57534e;
}

.plimbu-example__reason {
  margin: 0 0 1rem;
  font-size: 0.9875rem;
  line-height: 1.55;
  color: #44403c;
}

.plimbu-example__secondary a {
  color: #1c1917;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.plimbu-example__figure-caption {
  margin: 0.65rem 0 0;
  font-size: 0.875rem;
  color: #78716c;
}

.plimbu-example__costs {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.plimbu-example__costs li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #e7e5e4;
  font-size: 0.9875rem;
}

.plimbu-example__costs li:first-child {
  border-top: 1px solid #e7e5e4;
}

.plimbu-example__costs-label {
  color: #44403c;
}

.plimbu-example__costs-value {
  font-weight: 600;
  color: #1c1917;
  white-space: nowrap;
}

.plimbu-example__disclaimer {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #78716c;
}

.plimbu-example h2 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1c1917;
}
