/* Menu card readability — high-contrast text on the light card surface. */
.hk-item-card .hk-item-ingredients {
  color: #3f3f46 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.hk-item-card .hk-item-desc {
  color: #3f3f46 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.hk-item-card .hk-item-order-limit {
  color: #52525b !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

@media (max-width: 640px) {
  .hk-item-card .hk-item-ingredients,
  .hk-item-card .hk-item-desc {
    font-size: 13.5px !important;
  }

  .hk-item-card .hk-item-order-limit {
    font-size: 13px !important;
  }
}
