.joint-layout {
  background-color: #ffffff;
  padding: 3rem 1rem;
}

.therapy-img {
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}

.joint-layout h1,
.joint-layout h2 {
  color: #212529;
  font-weight: 700;
}

.joint-layout p,
.joint-layout li {
  color: #495057;
  line-height: 1.6;
}

.joint-layout ul {
  padding-left: 1.2rem;
}

.highlight-cards li {
  background: #f9f9f9;
  border-left: 4px solid #00796b;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0,0,0,0.06);
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.highlight-cards .emoji {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
