.single-wcd_document .blog-single__meta,
.single-wcd_document .entry-meta,
.single-wcd_document .post-meta { display:none !important; }

@media (max-width:520px){
  .single-wcd_document .entry-title,
  .single-wcd_document .blog-single__title,
  .single-wcd_document h1{
    font-size: clamp(26px, 7vw, 42px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em;
    margin-bottom: 14px !important;
  }
}

.wcd-pdf-card{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  margin:18px 0;
}

.wcd-pdf-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:12px;
}

.wcd-pdf-left{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:220px;
  flex:1 1 240px;
}

.wcd-pdf-doc-title{
  font-weight:900;
  font-size:14px;
  line-height:1.2;
  opacity:.9;
}

.wcd-pdf-status{ font-size:13px; opacity:.75; }

.wcd-pdf-right{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  flex:1 1 260px;
}

.wcd-pdf-actions, .wcd-pdf-zoom{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}

.wcd-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  text-decoration:none !important;
  cursor:pointer;
  user-select:none;
  border:1px solid rgba(0,0,0,.14);
  background:transparent;
  font-weight:800;
  font-size:14px;
  line-height:1;
}

.wcd-btn:hover{ filter:brightness(0.98); }
.wcd-btn:active{ transform:translateY(1px); }

.wcd-btn-primary{ background:#111; color:#fff !important; border-color:#111; }
.wcd-btn-ghost{ background:transparent; color:inherit; }

.wcd-pdf-viewer{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  overflow:hidden;
  background:#fafafa;
}

.wcd-pdf-loading{ padding:16px; font-weight:600; opacity:.75; }

.wcd-pdf-pages{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:12px;
}

/* Fix mobil: nu mai tăiem în dreapta */
.wcd-pdf-pages canvas{
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  display:block;
  border-radius:10px;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.wcd-pdf-error{
  padding:16px;
  color:#b00020;
  background:rgba(176,0,32,.06);
  font-weight:600;
}

.wcd-pdf-list{ display:flex; flex-direction:column; gap:12px; }
.wcd-pdf-item{ padding:12px; border:1px solid rgba(0,0,0,.08); border-radius:14px; background:#fff; }
.wcd-pdf-item-title{ font-weight:900; margin-bottom:6px; }
.wcd-pdf-item-excerpt{ opacity:.8; margin-bottom:10px; }
.wcd-pdf-iframe{ border:1px solid rgba(0,0,0,.12); border-radius:12px; }

@media (max-width:520px){
  .wcd-btn{ width:100%; }
  .wcd-pdf-right{ width:100%; justify-content:stretch; }
  .wcd-pdf-actions, .wcd-pdf-zoom{ width:100%; }
  .wcd-pdf-left{ min-width:100%; }
}
