/* MOBILE - până în 768px */
@media (max-width: 768px) {

  /* Numele restaurantului */
 h1.display-3.text.notranslate {
    font-size: 24px !important;
    color: #000 !important;
    font-weight: bold !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  }

  /* Subtitlul / descrierea restaurantului */
  .title.white p.display-4,
  .title p.display-4.text {
    font-size: 16px !important;
    line-height: 1.3 !important;
    color: #000 !important; /* roșu mai închis */
    font-weight: 500 !important;
  }

  /* Titlul categoriei */
  .container-restorant h1 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #000 !important; /* roșu aprins */
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
