.sv-content-page {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 12px;
  max-width: 1000px;
  margin: 0 auto;
  backdrop-filter: blur(6px);
  box-sizing: border-box;
}

.sv-privacy-title {
  display: inline-block;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 28px;
  color: #ccc;
  font-weight: 800;
  text-transform: uppercase;
  border: 2px solid #444;
  padding: 12px 24px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.1), inset 0 0 5px rgba(255, 204, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.sv-privacy-title:hover {
  box-shadow: 0 0 25px rgba(255, 204, 0, 0.25), inset 0 0 8px rgba(255, 204, 0, 0.1);
  border-color: #ffcc00;
}

.sv-privacy-heading {
  font-size: 22px;
  font-weight: 700;
  color: #f0d264;
  margin: 40px 0 15px;
  text-transform: uppercase;
  border-left: 4px solid #f0d264;
  padding-left: 12px;
}

.sv-content-page p {
  font-size: 17px;
  line-height: 1.6;
  color: #dddddd;
  margin-bottom: 15px;
}

.sv-content-page ul {
  margin: 0 0 25px 20px;
  padding-left: 10px;
}

.sv-content-page ul li {
  font-size: 16px;
  color: #bbbbbb;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
}

.sv-page-privacy .sv-content-page ul li::before {
  content: "➤";
  color: #f0d264;
  font-size: 14px;
  position: absolute;
  left: -20px;
  top: 1px;
}

.sv-page-privacy a {
  color: #79c4f2;
  text-decoration: underline;
}

.sv-page-privacy a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sv-page-privacy .sv-content-page ul li::before {
    font-size: 12px;
    left: -16px;
  }

  .sv-privacy-title {
    font-size: 18px;
    padding: 8px 14px;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(255, 204, 0, 0.05), inset 0 0 3px rgba(255, 204, 0, 0.05);
    background: linear-gradient(145deg, #1a1a1a, #262626);
    letter-spacing: 0.5px;
    line-height: 1.4;
  }

  .sv-privacy-heading {
    font-size: 18px;
    padding-left: 6px;
    line-height: 1.4;
  }

  .sv-content-page p,
  .sv-content-page ul li {
    font-size: 15px;
    line-height: 1.6;
  }

  .sv-content-page ul {
    margin-left: 15px;
  }

  .sv-content-page ul li::before {
    font-size: 12px;
    left: -16px;
  }
}
