/* Styles for Comercializadoras list and single */
.tdl-comer-wrapper { padding: 8px 0; }
.tdl-comer-title { font-size: 1.25rem; margin: 0 0 12px; }
.tdl-comer-card { display: grid; grid-template-columns: 220px 1fr 360px; align-items: center; gap: 16px; border:1px solid #9dd9ee; padding: 16px; border-radius: 14px; margin-bottom: 14px; box-shadow: 0 4px 18px rgba(0,0,0,.05); }
.tdl-comer-logo { max-width: 200px; height: auto; }
.tdl-comer-logo--placeholder { width: 120px; height: 60px; background:#eef2ff; display:flex; align-items:center; justify-content:center; border-radius:10px; font-weight:700; color:#334155; }
.tdl-comer-prod-title { color:#374151; margin-bottom: 8px; }
.tdl-comer-prods { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; max-width: 420px; }
.tdl-comer-pill { background:#eaf6fd; padding: 10px 14px; border-radius: 10px; color:#1f2937; display: inline-flex; align-items:center; gap:8px; }
.tdl-comer-right { display:grid; gap:10px; justify-items: stretch; }
.tdl-btn { display:inline-block; text-align:center; padding:12px 14px; border-radius:10px; color:#0f172a; font-weight:700; text-decoration:none; }
.tdl-btn--form { background:#ffd400; }
.tdl-btn--wa { background:#10b981; color:#fff; }
.tdl-btn--det { background:#60a5fa; color:#fff; }

/* Single */
.tdl-comer-single-wrap { max-width: 980px; margin: 30px auto; padding: 0 16px; }
.tdl-comer-single-card { border:1px solid #9dd9ee; border-radius:14px; padding:22px; box-shadow: 0 4px 18px rgba(0,0,0,.05); }
.tdl-comer-single-header { display:flex; align-items:center; gap:16px; margin-bottom: 12px; }
.tdl-comer-single-logo { max-width: 200px; height:auto; }
.tdl-comer-cta { margin-top: 16px; display:flex; gap:12px; }
@media (max-width: 860px){
  .tdl-comer-card{ grid-template-columns: 1fr; justify-items: center; text-align:center; }
  .tdl-comer-right{ width:100%; }
  .tdl-comer-prods{ justify-items:center; }
}