.pdn-doc {
  max-width: 920px;
  margin: 32px auto;
  padding: 0 20px;
  color: #1f2933;
  font-size: 16px;
  line-height: 1.65;
}
.pdn-doc h1 {
  margin: 0 0 18px;
  color: #0f3d18;
  font-size: 34px;
  line-height: 1.15;
}
.pdn-doc h2 {
  margin: 30px 0 10px;
  color: #18551f;
  font-size: 22px;
  line-height: 1.25;
}
.pdn-doc p { margin: 0 0 12px; }
.pdn-doc ul { margin: 0 0 14px 22px; padding: 0; }
.pdn-doc li { margin: 0 0 8px; }
.pdn-doc a { color: #126b24; }

.hp-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
  color: #555;
  font-size: 13px;
  line-height: 1.45;
  cursor: pointer;
}
.hp-consent input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: #1e6b1e;
}
.hp-consent a {
  color: #1e6b1e;
  text-decoration: underline;
}
.hp-consent--error {
  color: #c62828;
}
.hp-consent--error input {
  outline: 2px solid rgba(198, 40, 40, .35);
  outline-offset: 2px;
}

.hp-cookie {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #dfe8d9;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
  font-size: 14px;
  line-height: 1.45;
  color: #1f2933;
}
.hp-cookie__text { flex: 1 1 auto; }
.hp-cookie a {
  color: #126b24;
  text-decoration: underline;
}
.hp-cookie__btn {
  flex: 0 0 auto;
  border: none;
  border-radius: 100px;
  padding: 10px 18px;
  background: #1e6b1e;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.hp-cookie__btn:hover { background: #155315; }

@media (max-width: 640px) {
  .pdn-doc { font-size: 15px; }
  .pdn-doc h1 { font-size: 26px; }
  .pdn-doc h2 { font-size: 19px; }
  .hp-cookie {
    align-items: stretch;
    flex-direction: column;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .hp-cookie__btn { width: 100%; }
}
