.elementor-952 .elementor-element.elementor-element-a8c8b5b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9803e57 *//* --- Whispers of Moonlight Disclaimer – Centered Style --- */
.disclaimer-box {
  border: 1px solid #dcc599;
  border-radius: 12px;
  background: rgba(220,197,153,0.10);
  padding: 2.5rem;
  color: #dcc599;
  font-family: 'Architects Daughter', cursive;
  line-height: 1.7;
  max-width: 850px;
  margin: 2rem auto;
  box-shadow: 0 0 15px rgba(220,197,153,0.15);
  text-align: center; /* alles centreren */
}

/* Titel bovenaan de pagina */
.disclaimer-box h2 {
  color: #FFA700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-shadow: 0 0 6px rgba(255,167,0,0.4);
}

/* Hoofdstuk-kopjes (de onderdelen in de lijst) goudkleurig */
.disclaimer-box ol li strong {
  display: block;
  color: #FFA700;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

/* Lijst zonder nummers, met wat ruimte ertussen */
.disclaimer-box ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.disclaimer-box ol li {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(220,197,153,0.2);
  padding-bottom: 1.2rem;
}

/* Paragraaftekst */
.disclaimer-box p {
  color: #dcc599;
  margin: 0.4rem 0;
}

/* Links */
.disclaimer-box a {
  color: #FFA700;
  text-decoration: none;
  border-bottom: 1px dotted #FFA700;
  transition: all 0.3s ease;
}
.disclaimer-box a:hover {
  color: #fff8e7;
  border-bottom: 1px solid #fff8e7;
}

/* Subtiele glow bij hover */
.disclaimer-box:hover {
  box-shadow: 0 0 25px rgba(255,167,0,0.15);
  transition: all 0.5s ease;
}/* End custom CSS */