/* Logo dạng chữ thay cho ảnh logo.png gốc của template (có chữ "Labto" trong ảnh) */
.site-logo-text {
  display: inline-flex;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #ff5d24;
  line-height: 1.2;
}

.commitment-check {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #22b663;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.single-progress { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.specializations-grid {
  margin-bottom: 0; padding-left: 0; list-style-type: none;
  display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; margin-top: 10px;
}
.specializations-grid li {
  flex: 0 0 50%; max-width: 50%; font-weight: 500; color: #666666;
  padding-right: 15px; padding-left: 15px; padding-top: 10px;
}
.specializations-grid li i { color: #ffb923; margin-right: 2px; }
@media (max-width: 767px) { .specializations-grid li { flex: 0 0 100%; max-width: 100%; } }
@media (max-width: 767px) {
  .about-content .about-features-list li { flex: 0 0 100% !important; max-width: 100% !important; font-size: 14px !important; }
}
.appointment-illustration { max-width: 500px; margin: 0 auto; }
.appointment-illustration img { width: 100%; height: auto; }
.map-area iframe { display: block; width: 100%; }
