/* dealers/index — extracted page styles */
.tk-dbrand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.9rem}
.tk-dbrand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem;
  padding:1.1rem .8rem;background:#fff;border:1px solid var(--tk-line);border-radius:14px;
  text-decoration:none;transition:.18s ease}
.tk-dbrand:hover{border-color:var(--tk-green);box-shadow:0 8px 20px rgba(0,0,0,.07);transform:translateY(-4px)}
.tk-dbrand__logo{display:flex;align-items:center;justify-content:center;width:100%;height:70px;
  background:var(--tk-green-l);border-radius:10px}
.tk-dbrand__logo img{max-height:52px;max-width:80%;object-fit:contain}
.tk-dbrand__logo .fa{font-size:1.8rem;color:var(--tk-green)}
.tk-dbrand__name{font-weight:700;font-size:.92rem;color:var(--tk-dark);line-height:1.2}
.tk-dbrand__cta{font-size:.72rem;font-weight:600;color:var(--tk-green);opacity:.85}
@media(max-width:640px){.tk-dbrand-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}
  .tk-dbrand__logo{height:60px}}

/* Brand line directly under the dealer name (above location) */
.tk-dealer-brands{display:inline-block;font-size:.78rem;font-weight:600;color:var(--tk-green-d);background:var(--tk-green-l);border-radius:6px;padding:.12rem .5rem;margin:.25rem 0 .15rem}
