/* SWOT container */
#swot {
  font-family: "Inter", sans-serif;
  font-size: 18px;       /* större text */
  line-height: 1.6;      /* lite luftigare */
  margin-top: 20px;
}

/* Rubriker för SWOT */
#swot h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
}

/* Listor */
#swot ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

#swot li {
  margin-bottom: 6px;
}

/* Sammanfattning */
#swot-summary {
  display: block;
  font-size: 17px;
  font-style: italic;
  margin: 10px 0 20px 0;
  color: #333;
}
