.diagram-container {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  max-width: 480px;
  width: 100%;
}

.pelvis-diagram {
  width: 100%;
  height: auto;
  display: block;
}

/* Colors are muted and clinical on purpose */
.bg {
  fill: #fdfdfd;
}

.pelvis-outline {
  fill: #f0e4dd;
  stroke: #c9b3a3;
  stroke-width: 2;
}

.vagina {
  fill: #f3c4c4;
  stroke: #c48f8f;
  stroke-width: 1.5;
}

.cervix {
  fill: #f0a8a8;
  stroke: #b87474;
  stroke-width: 1;
}

.uterus {
  fill: #f7d1d1;
  stroke: #c48f8f;
  stroke-width: 1;
}

.penis-shaft {
  fill: #f2c9a9;
  stroke: #c79a73;
  stroke-width: 1.5;
}

.penis-glans {
  fill: #f0b89a;
  stroke: #c27f5e;
  stroke-width: 1.5;
}

.bladder {
  fill: #d7e8ff;
  stroke: #8aa6c8;
  stroke-width: 1;
}

.rectum {
  fill: #d9c3a8;
  stroke: #a3835b;
  stroke-width: 1;
}

.label-group .label-line {
  stroke: #555;
  stroke-width: 1;
}

.label-text {
  font-size: 0.7rem;
  fill: #222;
  dominant-baseline: middle;
}

.note {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #555;
  max-width: 480px;
  text-align: center;
}
