.realistic-phone {
  width: min(100%, 370px);
  padding: 18px;
}

.mock-cabin-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 15px;
  padding: 5px;
  border-radius: 12px;
  background: #ebe5dc;
}

.mock-cabin-tabs span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #6e746f;
  font-size: 10px;
  font-weight: 800;
}

.mock-cabin-tabs .active {
  color: #fff;
  background: #239b90;
}

.realistic-map {
  margin: 14px 0;
  display: grid;
  grid-template-columns: 20px repeat(2, minmax(42px, 1fr)) 18px repeat(2, minmax(42px, 1fr));
  gap: 6px;
  align-items: center;
}

.realistic-map .seat-letter,
.realistic-map .row-number {
  color: #6e746f;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
}

.realistic-map .aisle {
  width: 100%;
  height: 1px;
}

.realistic-map i {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d8d1c5;
  border-radius: 10px;
  color: #77736d;
  background: #fff9f0;
  box-shadow: inset 0 -3px 0 #ede4d8;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.realistic-map i.selected {
  color: #fff;
  border-color: #f65346;
  background: #f65346;
  box-shadow: none;
}

.realistic-map i.ordered {
  color: #202423;
  border-color: #62c9bf;
  background: #d8f0eb;
  box-shadow: none;
}

.realistic-phone .mini-order {
  padding: 13px;
}

.realistic-phone .mini-order strong {
  font-size: 14px;
}

.realistic-phone .mini-order span {
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 390px) {
  .realistic-phone {
    width: 292px;
    padding: 15px;
  }

  .realistic-map {
    grid-template-columns: 18px repeat(2, minmax(38px, 1fr)) 14px repeat(2, minmax(38px, 1fr));
    gap: 5px;
  }
}
