img {
  width:100%;
}


.directional-principle {
  background-color: rgba(29, 112, 184, 0.2);
  border: 1px solid rgba(29, 112, 184, 1);
  padding: 8px 12px;
  border-radius: 6px;
  color: #1d70b8;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
}

.directional-principle svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.continuity-principle {
  background-color: rgba(255, 221, 0, 0.25);
  border: 1px solid rgb(158, 137, 0);
  padding: 8px 12px;
  border-radius: 6px;
  color: rgb(158, 137, 0);
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
}

.continuity-principle svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}