/* Blog UI inspirado en WordPress (ligero, sobre Bootstrap/theme) */

.uf-blog .uf-wp-card{
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.uf-blog .uf-cover{
  max-height: 340px;
  object-fit: cover;
}

.uf-blog .uf-post-title a{
  text-decoration: none;
  color: inherit;
}

.uf-blog .uf-post-title a:hover{
  text-decoration: underline;
}

.uf-blog .uf-meta a{
  color: inherit;
  text-decoration: none;
}

.uf-blog .uf-meta a:hover{ text-decoration: underline; }

.uf-blog .uf-excerpt{ color: rgba(0,0,0,.75); }

.uf-blog .uf-excerpt-box{
  padding: 12px 14px;
  border-left: 4px solid rgba(13,110,253,.35);
  background: rgba(13,110,253,.05);
  border-radius: 10px;
}

.uf-blog .uf-content{
  line-height: 1.7;
  font-size: 1.02rem;
}

.uf-blog .uf-content h2,
.uf-blog .uf-content h3{
  margin-top: 1.2rem;
  margin-bottom: .6rem;
}

.uf-blog .uf-content img{
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.uf-blog .uf-widget-list li{ padding: 6px 0; }
.uf-blog .uf-widget-list a{ text-decoration: none; }
.uf-blog .uf-widget-list a:hover{ text-decoration: underline; }

.uf-blog .uf-tagcloud{ display: flex; flex-wrap: wrap; gap: 8px; }
.uf-blog .uf-tag{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.02);
  text-decoration: none;
  font-size: .9rem;
  color: inherit;
}
.uf-blog .uf-tag:hover{ background: rgba(13,110,253,.07); border-color: rgba(13,110,253,.25); }

/* Admin: checklist dots */
.uf-dot{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-right: 8px;
  background: rgba(0,0,0,.25);
}
.uf-dot.ok{ background: #198754; }
.uf-dot.no{ background: #dc3545; }
