.highlight {
  background-color: #d6f3f3; /* soft blue */
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1.4;
}

.highlight-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.highlight-text {
  flex: 1;
  text-align: center;
  margin: 0;
}

.highlight-link {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 0.25rem;
}

.highlight-link:hover {
  text-decoration: none;
}

.highlight-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  color: #111;
}

.highlight-close:hover {
  opacity: 0.7;
}