/* Estilos básicos */
.ldoc-category-block{background:#eef4f8;padding:15px;margin:15px 0;border-radius:6px}
.ldoc-table .button .dashicons{margin-right:6px; font-size:14px; line-height:14px; vertical-align:middle}
.ldoc-category-title{margin:0 0 10px 0;border-bottom:2px solid #b8c7d3;padding-bottom:5px}
.ldoc-table{width:100%;border-collapse:collapse;background:#fff}
/* Cabeçalho mais escuro e bem definido */
.ldoc-table thead th{background:#dee6ee;color:#1f2a37;font-weight:700;border:1px solid #cbd5e1;padding:10px}
.ldoc-table td{border:1px solid #e5e7eb;padding:8px;color:#111827}
/* Bordas arredondadas no cabeçalho */
.ldoc-table thead th:first-child{border-top-left-radius:6px}
.ldoc-table thead th:last-child{border-top-right-radius:6px}
/* Zebra nas linhas */
.ldoc-table tbody tr:nth-child(even){background:#f8fafc}
.ldoc-view-all{text-align:center;margin-top:10px}

/* Modal */
.ldoc-modal{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9999}
.ldoc-modal-content{position:relative;background:#fff;width:90%;max-width:1000px;margin:5% auto;padding:10px;border-radius:6px}
.ldoc-close{position:absolute;right:10px;top:5px;font-size:26px;cursor:pointer}
.ldoc-embed iframe,.ldoc-embed img{width:100%;height:80vh}

/* Busca */
.ldoc-search{background:#f5f8fb;padding:15px;border-radius:6px;margin:15px 0}
.ldoc-search-form{margin:0}
.ldoc-search-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.5fr auto;gap:12px;align-items:end}
.ldoc-field label{display:block;font-weight:600;margin-bottom:4px}
.ldoc-field input[type="text"],
.ldoc-field input[type="date"],
.ldoc-field select{width:100%;padding:8px;border:1px solid #cfd9e0;border-radius:4px}
.ldoc-actions{display:flex;gap:8px;align-items:center}
/* Botões menores e modernos */
.ldoc-actions .button,
.ldoc-table .button,
.ldoc-view-all .button{
  padding:4px 8px !important;
  font-size:11px !important;
  line-height:1.1 !important;
  border-radius:4px !important;
  background:#2563eb !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 1px 2px rgba(0,0,0,.08) !important;
}
.ldoc-actions .button:hover,
.ldoc-table .button:hover,
.ldoc-view-all .button:hover{background:#1d4ed8 !important;color:#fff !important}

/* Coluna Ação estreita */
.ldoc-table td:last-child,.ldoc-table th:last-child{width:90px; text-align:center}

/* Botão Ver Todas mais discreto */
.ldoc-view-all .button{background:#1f2937 !important}
.ldoc-view-all .button:hover{background:#111827 !important}
@media (max-width: 768px){
  .ldoc-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ldoc-embed iframe,.ldoc-embed img{height:60vh}
}
