.doc-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);

  transition: transform 0.2s, box-shadow 0.2s;
  height:inherit;
    
}
/* .doc-card:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.1); } */
.doc-card .doc-icon { font-size: 1.6em; margin-bottom: 6px; }
.doc-card h4 {font-size: 1em; font-weight: 700; color: #1a3a5c; margin-bottom: 6px; }
.doc-card p { font-size: 0.9em;  margin: 0; line-height: 1.5; }
.doc-card .tag{
  display: inline-block;
  font-size: 0.75em;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  background: #eef2f7;
  color: #1a3a5c;
}
.doc-card .tag.warn { background: #fff3cd; color: #856404; }
.doc-card .tag.info { background: #d1ecf1; color: #0c5460; }