.elementor-1776 .elementor-element.elementor-element-756ebfc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-36069c2 *//* ===== Legal Pages Styling (Privacy, Terms, Legal Notice) ===== */

body {
  background-color: #080b1f;   /* match ketovanharum.com */
  color: #ffffff;              /* white text */
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

main {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Headings */
h1, h2 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

h1 {
  font-size: 2.2rem;
  border-bottom: 2px solid #3b4b87; /* subtle accent line */
  padding-bottom: 12px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2 {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #cdd1ff; /* softer accent for subheadings */
}

/* Text blocks */
p {
  margin-bottom: 20px;
  color: #f5f5f5;
}

ul {
  margin: 0 0 20px 20px;
  padding: 0;
}

li {
  margin-bottom: 10px;
}

/* Links */
a {
  color: #4ea6ff;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #82c4ff;
  text-decoration: underline;
}

/* Small italic text (e.g., "Last updated") */
em {
  color: #aaaaaa;
  font-style: italic;
}

/* Footer legal line (if you add one) */
footer {
  border-top: 1px solid #3b4b87;
  margin-top: 60px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #aaa;
  text-align: center;
}/* End custom CSS */