.ai-quick-summary {
  border: 1px solid #333333;
  padding: 20px 20px 0px 20px;
  background: #ffffff;
  color: #3b3b3b;
  border-radius: 8px;
  margin-bottom: 15px
}

.ai-quick-summary h3 {
  margin-top: 0;
  color: #3b3b3b;
  margin-bottom: 10px;
  font-weight: 600;
}

.ai-quick-summary ul {
  margin-top: 10px;
}

.aqs-related-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aqs-related-item {
  margin: 15px 0;
}

.aqs-related-link {
  display: flex;
  align-items: flex-start; /* ensures top alignment */
  text-decoration: none;
}

.aqs-related-link img {
  width: 80px;
  height: auto;
  margin-right: 10px;
  border-radius: 4px;
  display: block;
}

.aqs-related-title {
  line-height: 2.5;
  color: #0078ff;
  font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
}


.aqs-related-title a {
  text-decoration: none;
  color: inherit;
}
