/** css/articles.css **/

.considerations {
  list-style: none;
  padding-left: 0;
}

.considerations li {
  margin: 0.5rem 0;
  position: relative;
}

.info-btn {
  margin-left: 0.5rem;
  background: var(--cta);
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0;
}

.popover {
  position: absolute;
  display: none;
  background: var(--background);
  color: var(--text);
  border: 1px solid var(--primary-dark);
  border-radius: 6px;
  padding: 0.75rem;
  max-width: 300px;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
  margin-top: 3rem;
}
