.middle-content {
  position: relative;
  width: 100%;
  max-width: 1040px;
  min-width: 0;
  margin: 0 auto;
  padding: 34px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #fff !important;
  background:
    radial-gradient(circle at 90% 0, rgba(240, 163, 219, 0.2), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(127, 199, 255, 0.14), transparent 32%),
    linear-gradient(145deg, #17102c 0%, #24143f 52%, #121124 100%);
  box-shadow: 0 24px 58px rgba(10, 7, 24, 0.28);
}

.middle-content *,
.middle-content *::before,
.middle-content *::after {
  box-sizing: border-box;
}

.prh-privacy-policy {
  position: relative;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  background: none;
  box-shadow: none;
}

.prh-privacy-policy::before {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: #f0a3db;
  font: 800 11px/1.3 "Open Sans", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  content: "Passion Rádió Hungary";
}

.middle-content::after {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(240, 163, 219, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.prh-privacy-policy .prh-policy-intro {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  padding: 20px 22px;
  border: 1px solid rgba(127, 199, 255, 0.18);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(127, 199, 255, 0.065);
  font-size: 16px;
  line-height: 1.75;
}

.prh-privacy-policy h2,
.middle-content > h2 {
  position: relative;
  z-index: 1;
  margin: 26px 0 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid #f0a3db;
  border-radius: 8px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.055);
  font: 800 22px/1.35 "Open Sans", sans-serif;
}

.prh-privacy-policy h3,
.middle-content > h3 {
  position: relative;
  z-index: 1;
  margin: 20px 0 8px;
  color: #7fc7ff !important;
  font: 800 17px/1.4 "Open Sans", sans-serif;
}

.prh-privacy-policy p,
.middle-content > p {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.78) !important;
  font: 400 15px/1.78 "Poppins", sans-serif;
  overflow-wrap: anywhere;
}

.prh-privacy-policy strong,
.middle-content > p strong {
  color: #fff !important;
}

.prh-privacy-policy a,
.middle-content > p a {
  color: #7fc7ff !important;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.prh-privacy-policy a:hover,
.prh-privacy-policy a:focus,
.middle-content > p a:hover,
.middle-content > p a:focus {
  color: #f0a3db !important;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .title-box .row {
    margin-right: 0;
    margin-left: 0;
  }

  .title-box .card,
  .title-box h1,
  .title-box .entry-title-text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .title-box h1,
  .title-box .entry-title-text {
    display: block;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .title-box h1 {
    font-size: clamp(23px, 7.2vw, 30px) !important;
    line-height: 1.18 !important;
  }

  .middle-content {
    padding: 24px 14px;
    border-radius: 8px;
  }

  .prh-privacy-policy {
    padding: 0;
  }

  .prh-privacy-policy::before {
    margin-bottom: 14px;
  }

  .prh-privacy-policy .prh-policy-intro {
    padding: 16px;
    font-size: 15px;
  }

  .prh-privacy-policy h2,
  .middle-content > h2 {
    margin-top: 22px;
    padding: 12px 13px;
    font-size: 19px;
  }

  .prh-privacy-policy h3,
  .middle-content > h3 {
    font-size: 16px;
  }

  .prh-privacy-policy p,
  .middle-content > p {
    font-size: 14px;
    line-height: 1.72;
  }
}
