.boi .card-full{display:grid;grid-template-columns:260px 1fr;gap:20px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;margin:24px 0}.boi .photo{width:260px;height:260px;border-radius:12px;overflow:hidden;background:#e5e9f0}.boi .photo img{width:100%;height:100%;object-fit:cover}.boi h1{margin:0 0 6px 0}.boi .meta{color:#64748b;margin-bottom:12px}.boi .motivo{background:#0b1220;color:#e5e7eb;border-radius:12px;padding:12px;margin:10px 0}.boi .tags{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.boi .tag{background:#eef2f7;border:1px solid #e5e7eb;padding:6px 10px;border-radius:999px;color:#334155;font-weight:600}.boi .rel ul{margin:6px 0 0 18px}.boi .btn{border:1px solid #e5e7eb;padding:10px 12px;border-radius:10px;text-decoration:none;color:#111827;background:#fff;margin-right:8px;display:inline-block}@media(max-width:800px){.boi .card-full{grid-template-columns:1fr}.boi .photo{width:100%;height:240px}}