/* Links & Addresses styling - matches Impressum layout */

/* Link list */
._centered_content_container a {
  color: var(--color-heading);
  text-decoration: none;
}

._centered_content_container a:hover {
  text-decoration: underline;
}

/* Address Section */
ul {
  padding-left: 0;
}

li {
  list-style: none;
}

._centered_content_container li {
  margin-bottom: 1rem;
}

._centered_content_container ._normal_text {
  line-height: 1.6;
}

._centered_content_container h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--color-subheading);
}
