/* Botones front */
.tppp-actions{
  display:flex;
  gap:10px;
  margin:14px 0 18px;
  flex-wrap:wrap;
}
.tppp-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid #d7d7d7;
  background:#fff;
  text-decoration:none !important;
  font-weight:700;
  font-size:14px;
  line-height:1;
}
.tppp-btn:hover{ opacity:.92; }

/* =========================
   ESTILO EDITORIAL (PRINT/PDF)
   ========================= */

.tppp-doc-header{
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.tppp-title{
  margin: 0 0 8px 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .2px;
}

.tppp-summary{
  font-size: 12.5px;
  color:#222;
}

.tppp-body{
  font-size: 12.5px;
  line-height: 1.55;
}

.tppp-body h2{
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 800;
  border-left: 4px solid #e2e2e2;
  padding-left: 10px;
}

.tppp-body h3{
  margin: 14px 0 6px;
  font-size: 14px;
  font-weight: 800;
}

.tppp-body p{ margin: 0 0 8px; }
.tppp-body ul, .tppp-body ol{ margin: 0 0 10px 18px; }
.tppp-body li{ margin: 0 0 4px; }

.tppp-body hr{
  border:0;
  border-top:1px solid #e9e9e9;
  margin: 14px 0;
}

/* Evitar cortes feos en impresión/PDF */
.tppp-body p, .tppp-body ul, .tppp-body ol, .tppp-body table{
  page-break-inside: avoid;
}

.tppp-day{
  page-break-after: avoid;
  page-break-inside: avoid;
  break-after: avoid-page;
  break-inside: avoid-page;
}

/* Imágenes (mapa u otras) */
.tppp-body img{
  max-width: 100%;
  height: auto;
  display:block;
  margin: 10px 0;
}

/* Tablas limpias */
.tppp-body table{
  width:100%;
  border-collapse: collapse;
  margin: 10px 0;
}
.tppp-body th, .tppp-body td{
  border: 1px solid #e6e6e6;
  padding: 6px 8px;
  vertical-align: top;
}

/* Print: ocultar cualquier cosa no deseada si se colara */
@media print{
  .tppp-actions{ display:none !important; }
}
/* =========================
   ESTILO GENERAL
   ========================= */