.page-content {
    width: 100%;
    padding: 130px 60px 60px 60px;
}

[data-theme="dark"] .privacy-policy {
  background: linear-gradient(
    135deg,
    #0b1f3a,
    #102b4f,
    #081523
  ) !important;
}


[data-theme="dark"] .privacy-policy .section {
  background: transparent !important;
}

.section {
    margin-bottom: 30px;
    padding: 0px;
}

[data-theme="dark"] .section {
  background-color: transparent;
}

ul li, ol li {
    padding: 3px 0;
    list-style-position: inside;
}

ul, ol {
    margin-bottom: 20px;
}

.privacy-policy a:not(header a):not(footer a) {
    color: #005eaa;
    text-decoration: none;
}

.privacy-policy a:not(header a):not(footer a):hover {
  color: #04305f !important;
}

[data-theme="dark"] .privacy-policy a:not(header a):not(footer a) {
    color: #a3c7e4;
    text-decoration: none;
}

[data-theme="dark"] .privacy-policy a:not(header a):not(footer a):hover {
  color: #5399e4 !important;
}

p {
    max-width: 100%;
    margin-bottom: 20px;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #000000;
}

h4 {
  text-transform: uppercase;
}

[data-theme="dark"] p, [data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3, [data-theme="dark"] h4, [data-theme="dark"] h5, [data-theme="dark"] h6 {
  color: #e7e5e5;
}


.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

th {
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}

th,
td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  vertical-align: top;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

/* Dark mode */
[data-theme="dark"] table {
  background-color: #1a1a1a;
  color: #e5e5e5;
}

[data-theme="dark"] th,
[data-theme="dark"] td {
  border-color: #404040;
  color: #e5e5e5;
}

[data-theme="dark"] th {
  background-color: #262626;
}

[data-theme="dark"] tr:nth-child(even) td {
  background-color: #202020;
}

.scroll-top {
    color: #888;
    height: 50px;
    width: 50px;
    line-height: 45px;
    border: 1px solid #888;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 1000;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

element.style {
    display: inline;
}