
/* ==================================================
   AJESH DOCTOR LISTING – MOBILE RESPONSIVE
   Plugin-level CSS
   ================================================== */

@media (max-width: 768px) {

  /* LIST CARD → STACK */
  .ajesh-list-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  /* PHOTO CENTER & BIGGER */
  .ajesh-list-card > div:first-child {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .ajesh-list-card > div:first-child img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 12px;
    object-fit: cover;
  }

  /* CENTER CONTENT FULL WIDTH */
  .ajesh-list-card > div:nth-child(2) {
    width: 100% !important;
    min-width: 100% !important;
  }

  /* ACTION BUTTONS → ONE BELOW ANOTHER */
  .ajesh-list-card > div:last-child {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 10px;
  }

  .ajesh-list-card > div:last-child a {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 12px;
  }

}
