
/* v7.6.4 — Center the 'View all doctors' button on home cards (mobile) */
@media (max-width: 700px){
  .home-doctors .card .btn,
  .home .doctors-grid .card .btn,
  .home .doctors-list .card .btn {
    display:inline-flex;
    margin: 12px auto 14px !important; /* center horizontally */
  }
  /* Optional: if you prefer left alignment, uncomment next line */
  /* .home-doctors .card .btn { margin-left:14px !important; margin-right:0 !important; } */
}
