# Schedule Service

:::raw
<div class="sched-choose">
  <a class="sched-tile" href="https://www.thayerford.com/content/schedule-service">
    <span class="sched-store">Thayer Ford</span>
    <span class="sched-note">Book a real appointment time with our online service scheduler.</span>
    <span class="sched-go">Schedule at Thayer Ford &rarr;</span>
  </a>
  <a class="sched-tile" href="https://www.thayernissan.com/content/schedule-service">
    <span class="sched-store">Thayer Nissan</span>
    <span class="sched-note">Book a real appointment time with our online service scheduler.</span>
    <span class="sched-go">Schedule at Thayer Nissan &rarr;</span>
  </a>
  <a class="sched-tile" href="https://www.thayerchevrolet.com/service/serviceapptform/">
    <span class="sched-store">Thayer Chevrolet</span>
    <span class="sched-note">Book a real appointment time with our online service scheduler.</span>
    <span class="sched-go">Schedule at Thayer Chevrolet &rarr;</span>
  </a>
  <a class="sched-tile" href="https://www.thayerhonda.com/service-appointment/">
    <span class="sched-store">Thayer Honda</span>
    <span class="sched-note">Book a real appointment time with our online service scheduler.</span>
    <span class="sched-go">Schedule at Thayer Honda &rarr;</span>
  </a>
  <a class="sched-tile" href="https://www.thayercdjr.com/service-appointment/">
    <span class="sched-store">Thayer CDJR</span>
    <span class="sched-note">Book a real appointment time with our online service scheduler.</span>
    <span class="sched-go">Schedule at Thayer CDJR &rarr;</span>
  </a>
  <a class="sched-tile" href="https://www.thayertoyota.com/service-appointment/">
    <span class="sched-store">Thayer Toyota</span>
    <span class="sched-note">Book a real appointment time with our online service scheduler.</span>
    <span class="sched-go">Schedule at Thayer Toyota &rarr;</span>
  </a>
</div>
:::

<style>
.sched-choose{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0 2.5rem}
.sched-tile{display:flex;flex-direction:column;gap:.55rem;padding:1.5rem 1.25rem;border:1px solid var(--line,#d9d9d9);border-radius:12px;text-decoration:none;color:var(--ink,#111);background:var(--panel,#fff);transition:box-shadow .15s ease,transform .15s ease}
.sched-tile:hover{box-shadow:0 6px 18px rgba(0,0,0,.14);transform:translateY(-2px)}
.sched-store{font-size:1.3rem;font-weight:800;line-height:1.2}
.sched-note{color:var(--ink-soft,#555);font-size:.95rem;line-height:1.45}
.sched-go{margin-top:auto;font-weight:700}
</style>