.talleres-wrap{max-width:1100px;margin:0 auto;padding:18px 16px;}
.talleres-title{margin:0 0 6px;font-size:28px;font-weight:900;color:#0f172a;}
.talleres-desc{margin:0 0 18px;color:#6b7280;font-weight:600;}
.talleres-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;color:#6b7280;font-weight:700;}

.talleres-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;}
.taller-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04);}
.taller-img{width:100%;height:160px;object-fit:cover;display:block;}
.taller-name{margin:12px 14px 8px;font-size:18px;font-weight:900;color:#0f172a;}
.taller-text{margin:0 14px 10px;color:#475569;line-height:1.4;}

.taller-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;border-top:1px solid #eef2f7;}
.taller-price{font-weight:900;color:#0f172a;}
.taller-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:12px;background:#1f4fdb;color:#fff;text-decoration:none;font-weight:800;font-size:13px;}
.taller-btn:hover{opacity:.92;}
