/* * {outline: 1px solid red !important;} */
.menucard {
  padding: 0.5rem 0;
  background: #fefefe;
}

.app_menu_title {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  white-space: normal;       /* <-- engedi a sortörést */
  word-break: break-word;    /* <-- ha kell, szavakat is törhet */
  letter-spacing: 2px;
}

.app_menu_title_padding {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  white-space: normal;       /* <-- engedi a sortörést */
  word-break: break-word;    /* <-- ha kell, szavakat is törhet */
  letter-spacing: 2px;
}

.price_app {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  width: 60px;         /* fix szélesség */
  text-align: right;   /* jobb oldali igazítás */
  flex-shrink: 0;      /* ne zsugorodjon kisebbre */
}

.lines {
  flex-grow: 1;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url(../img/line-pattern.png);
  background-repeat: repeat;
  margin-bottom: 0.7rem;
}

.space {
  flex-grow: 1;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0.7rem;
}

.ingredients_app {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}

.menu_item_list {
  transition: all 0.6s;
  margin-bottom: 0.2rem;
}

.menu_item_title {
  color: #222222;
  letter-spacing: 3px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  line-height: 80px;
  text-align: center;

}

.menu_group_text {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  padding-bottom:  0.5rem;
}

.section_title {
  color: #222222;
  letter-spacing: 3px;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  z-index: 10;
  text-align: center;
}

.icone_app {
  width: 30px;
  margin-right: 0.5rem;
}
/* Pizza – biztonságos forgással, mobilon is nagy méretben */
.pizza-wrapper {
  width: 100%;
  max-width: 384px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

@keyframes slow-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.spin-smooth {
  width: 100%;
  height: 100%;
  display: block;
  transform-origin: center center;
  animation: slow-spin 60s linear infinite;
}


@media (max-width: 768px) {
  .row.align-items-center {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
  }

  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pizza-wrapper {
    margin-top: 1rem;
  }
}
