/* Start custom CSS for html, class: .elementor-element-1606506 */.data-deletion-container {
    font-family: sans-serif;
    background-color: white;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 20px auto;
    color: #333;
}

.data-deletion-container h1,
.data-deletion-container h2 {
    text-align: center;
    margin-bottom: 1em;
    color: #0d3b66; /* CatchWisdom theme color */
}


.data-deletion-container p {
    line-height: 1.6;
    margin-bottom: 1em;
}

.data-deletion-container ol {
    margin-bottom: 1em;
    padding-left: 20px;
}

.data-deletion-container li {
    margin-bottom: 0.5em;
}

.data-deletion-container a {
  color: #007BFF;
  text-decoration: none;
}
.data-deletion-container a:hover {
  text-decoration: underline;
}
.data-deletion-container ul {
  margin-bottom: 1em;
  padding-left: 20px;
}

.data-deletion-container li {
  margin-bottom: 0.5em;
}/* End custom CSS */