/* Protestas Dashboard Híbrido (CR) - Tabla Compacta */
.ptdh-wrapper{
  max-width: 1100px;
  margin: 18px auto;
  padding: 12px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
}

.ptdh-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.ptdh-title{
  font-size: 18px;
  font-weight: 700;
}

.ptdh-actions{ display:flex; gap:8px; }

.ptdh-btn{
  appearance: none;
  border: 1px solid #1e73be;
  background: #1e73be;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}
.ptdh-btn:hover{ filter: brightness(0.95); }

.ptdh-status{
  min-height: 18px;
  margin: 6px 0 10px;
  font-size: 13px;
}

.ptdh-muted{ color: #666; }

.ptdh-tablewrap{ overflow-x: auto; }

.ptdh-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.ptdh-table th, .ptdh-table td{
  border: 1px solid #e6e6e6;
  padding: 8px;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.35;
}

.ptdh-table th{
  background: #f6f6f6;
  font-weight: 700;
}

.ptdh-table th:nth-child(1),
.ptdh-table td:nth-child(1){
  width: 110px;
  white-space: nowrap;
}

.ptdh-table th:nth-child(2),
.ptdh-table td:nth-child(2){
  width: 260px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ptdh-table th:nth-child(3),
.ptdh-table td:nth-child(3){
  width: auto;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ptdh-foot{
  margin-top: 10px;
  font-size: 13px;
}

.ptdh-link{
  border: none;
  background: none;
  color: #1e73be;
  cursor: pointer;
  padding: 0;
  font-weight: 600;
}
.ptdh-link:hover{ text-decoration: underline; }
