

/* ============================================================================ */
/* === ОСНОВНОЙ КОНТЕНТ — ЦЕНТРИРОВАНИЕ БЕЗ ИЗМЕНЕНИЙ === */
/* ============================================================================ */
.content-wrapper > .wrapper > .container,
.content-wrapper > .wrapper > .main,
.content-wrapper > .wrapper > .main__content {
  padding: 20px 15px !important;
  width: 100%;
  box-sizing: border-box;
}


.main {
  display: block;
  width: 700px !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.main__content {
  width: 100%;
  box-sizing: border-box;
}

.main__content-donate {
  background-color: #161b1f;

  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* Заголовок */
.main__content-donate-h {
  text-align: center;
  margin-bottom: 10px;
}

.main__content-donate-h-name {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.main__content-donate-h-name2 {
  font-size: 15px;
  color: #888;
  font-weight: 400;
  margin: 5px 0 0;
}

/* ============================================================================ */
/* === ТЕКСТ ПОЛИТИКИ === */
/* ============================================================================ */

.privacy-policy-content {
  color: #ddd;
  line-height: 1.7;
  font-size: 15px;
  margin: 20px 0;
  padding: 0 10px;
}

.privacy-policy-content p {
  margin-bottom: 20px;
}

.privacy-policy-content h3 {
  color: #249c94;
  font-size: 19px;
  font-weight: 500;
  margin: 25px 0 12px;
}

.privacy-policy-content ul {
  margin: 0 0 20px 25px;
  padding-left: 5px;
  color: #ddd;
  line-height: 1.7;
}

.privacy-policy-content li {
  margin-bottom: 8px;
}

.highlight {
  color: #ff6b6b;
}

.last-updated {
  text-align: center;
  margin-top: 30px;
  color: #888;
  font-size: 14px;
  border-top: 1px solid #333;
  padding-top: 15px;
}

/* ============================================================================ */
/* === АДАПТИВ: МОБИЛЬНЫЕ (до 449px) — ТОЛЬКО ОТСТУПЫ И ФОН === */
/* ============================================================================ */

@media (max-width: 449px) {
  /* === ГАРАНТИЯ ОТСТУПОВ: 20px СВЕРХУ, 15px ПО БОКАМ === */
  .content-wrapper > .wrapper > div[style] {
    padding: 20px 15px !important;
    width: 100%;
  }


  /* === ЗАГОЛОВКИ === */
  .main__content-donate-h-name {
    font-size: 18px;
    text-align: center;
  }



  /* === ТЕКСТ И СПИСКИ — БЕЗ ИЗМЕНЕНИЯ СТРУКТУРЫ === */
  .privacy-policy-content {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .privacy-policy-content h3 {
    font-size: 17px;
    margin: 20px 0 10px;
  }

  .privacy-policy-content p {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .privacy-policy-content ul {
    margin: 0 0 16px 20px;
    padding-left: 5px;
    font-size: 14px;
  }

  .privacy-policy-content li {
    margin-bottom: 6px;
  }

  .last-updated {
    font-size: 13px;
    margin-top: 25px;
    padding-top: 12px;
  }

  /* === ЗАПРЕТ ВЫХОДА ЗА ГРАНИЦЫ === */
  .privacy-policy-content,
  .privacy-policy-content p,
  .privacy-policy-content ul,
  .privacy-policy-content h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
