/* Hot tutor cards: same style as caselist pane (white, rounded, shadow) */
.hot-tutor-card {
  position: relative;
  width: auto;
  min-height: 300px;
  padding-bottom: 45px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.hot-tutor-ref {
  color: #4c0aed;
  font-weight: 600;
  font-size: 11px;
}

.hot-tutor-meta {
  margin-bottom: 6px;
}

.hot-tutor-meta .case-detail-pane__label {
  display: inline-block;
  margin-bottom: 8px;
}

.hot-tutor-contact-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0;
  width: 100%;
  height: 45px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  background-color: #e0e0e0;
  border: none;
  border-radius: 0 0 16px 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
}

.hot-tutor-contact-btn:hover {
  background-color: #d0d0d0;
}

.tutorPicCircle{
    height: 60px; 
    width: 60px; 
    border-radius:30px; 
    background-color: #fbfbfb; 
    object-fit: cover
}


@media screen and (min-width: 568px) {
    .tutorPicCircle{
        height: 60px; 
        width: 60px; 
        border-radius:30px; 
        background-color: #fbfbfb; 
        object-fit: cover
    }
}
@media screen and (min-width: 768px) {
    .tutorPicCircle{
        height: 60px; 
        width: 60px; 
        border-radius:30px; 
        background-color: #fbfbfb; 
        object-fit: cover
    }
    
}
@media screen and (min-width: 968px) {
    .tutorPicCircle{
        height: 80px; 
        width: 80px; 
        border-radius:40px; 
        background-color: #fbfbfb; 
        object-fit: cover
    }
    
}

@media screen and (min-width: 1024px) {
    .tutorPicCircle{
        height: 80px; 
        width: 80px; 
        border-radius:40px; 
        background-color: #fbfbfb; 
        object-fit: cover
    }

}