
.pp-wrapper{
  background:#f7f8fa;
  padding:60px 18px;
}

.pp-panel{
  max-width:1100px;
  margin:0 auto;
  background:#ffffff;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  overflow:hidden;
}

/* Header */
.pp-header{
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:center;
  padding:34px 44px;
  border-bottom:1px solid #e5e7eb;
  background:#fff;
}

.pp-logo{
  width:120px;
  height:auto;
  flex:0 0 auto;
}

.pp-head-text{
  text-align:left;
}

.pp-title{
  margin:0;
  font-size:30px;
  font-weight:600;
  color:#360073;
  letter-spacing:.2px;
}

.pp-date{
  margin:6px 0 0;
  font-size:13px;
  color:#6b7280;
}

.pp-subtitle{
  margin:6px 0 0;
  font-size:14px;
  color:#4b5563;
}

/* Content */
.pp-content{
  padding:42px 64px 56px;
  font-size:14px;
  line-height:1.9;
  color:#374151;
}

.pp-p{
  margin:0 0 14px;
}

.pp-p-nomargin{
  margin:0;
}

.pp-h2{
  margin:34px 0 12px;
  font-size:18px;
  font-weight:600;
  color:#111827;
}

.pp-content strong{
  font-weight:600;
  color:#111827;
}

/* Lists */
.pp-list{
  margin:10px 0 18px 18px;
  padding:0;
}

.pp-list li{
  margin:0 0 10px;
}

/* Callout */
.pp-callout{
  margin:14px 0 0;
  padding:14px 16px;
  border:1px solid #e5e7eb;
  background:#f9fafb;
  border-radius:10px;
}

/* Contact box */
.pp-contact{
  margin-top:12px;
  padding:16px 16px;
  border:1px solid #e5e7eb;
  background:#ffffff;
  border-radius:10px;
}

/* Links (por si luego agregas política de cookies con URL interna) */
.pp-content a{
  color:#360073;
  text-decoration:underline;
}

.pp-content a:hover{
  opacity:.85;
}

@media (max-width: 768px){
  .pp-wrapper{
    padding:26px 12px;
  }

  .pp-header{
    flex-direction:column;
    text-align:center;
    gap:14px;
  }

  .pp-head-text{
    text-align:center;
  }

  .pp-logo{
    width:96px;
  }

  .pp-title{
    font-size:22px;
  }

  .pp-content{
    padding:22px 16px 34px;
    font-size:13px;
    line-height:1.75;
  }

  .pp-h2{
    font-size:16px;
    margin:26px 0 10px;
  }

  .pp-list{
    margin-left:18px;
  }
}
