.elementor-5490 .elementor-element.elementor-element-f2ebf4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-5490 .elementor-element.elementor-element-f2ebf4c{--content-width:1421px;}}/* Start custom CSS for html, class: .elementor-element-d738b89 *//* ==========================
   MOBILE OPTIMIZATION ONLY
   ========================== */
@media (max-width: 768px) {

  /* outer spacing */
  .ah-wrapper{
    padding: 14px !important;
  }

  .ah-appointment{
    flex-direction: column !important;
    gap: 14px !important;
  }

  /* FILTER CARD */
  .ah-filter{
    width: 100% !important;
    padding: 18px !important;
    border-radius: 16px !important;
    position: relative !important; /* stop sticky on mobile */
    top: auto !important;
  }

  .ah-filter h4{
    margin: 14px 0 12px 0 !important;
    font-size: 17px !important;
  }

  .ah-check{
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  /* DOCTOR LIST */
  .ah-doctor-list{
    padding: 0px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* DOCTOR CARD */
  .doctor-card{
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 18px !important;
    gap: 14px !important;
    margin-bottom: 14px !important;
    border-radius: 16px !important;
  }

  .doctor-card img{
    width: 78px !important;
    height: 78px !important;
  }

  .doctor-content{
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .doctor-main h3{
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .sub{
    font-size: 13px !important;
    margin-bottom: 8px !important;
  }

  /* Meta pills wrap properly */
  .doctor-meta{
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .doctor-meta span{
    font-size: 12.5px !important;
    padding: 6px 12px !important;
  }

  /* button full width */
  .book-btn{
    width: 100% !important;
    text-align: center !important;
    padding: 14px 16px !important;
    border-radius: 10px !important;
  }
}
.filter-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 6px 6px 18px 6px;
  border-bottom:1px solid #e3e9f1;
  margin-bottom:18px;
}

.filter-title{
  margin:0;
  font-size:20px;
  font-weight:800;
  color:#000;
  letter-spacing:0.5px;
}

.filter-reset{
  font-size:15px;
  font-weight:600;
  color:#00a3b4;
  text-decoration:underline;
}
.filter-reset:hover{
  opacity:0.8;
}
.ah-doctor-scroll{
  padding-top: 20px;
}/* End custom CSS */