@font-face {
  font-family: 'IranYekan';
  src: url('iranyekan.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.rm2-separator {
  font-size: 24px;
  margin: 12px 12px 12px 12px;
  text-align: center;
  color: #7a2b0a;
}
.rm2-menu-wrapper {
  font-family: "IranYekan", sans-serif;
  max-width: 760px;
  margin: 20px auto;
  padding: 10px;
}
.rm2-menu-card {
  background: linear-gradient(180deg, #fffaf0 0%, #fff 100%);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
}
.rm2-menu-title {
  font-size: 24px;
  margin: 0 0 12px 0;
  text-align: center;
  color: #7a2b0a;
}
.rm2-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rm2-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px dashed rgba(0,0,0,0.06);
  align-items: center;
}
.rm2-item:last-child {
  border-bottom: none;
}
.rm2-item-name {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 16px;
}
.rm2-item-price {
  color: #3d3d3d;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  transition: transform 0.2s ease, color 0.2s ease;
}
.rm2-item:hover .rm2-item-price {
  transform: scale(1.2);
  color: #d35400;
}
.rm2-empty {
  text-align: center;
  padding: 18px;
  color: #666;
}
@media (max-width: 480px) {
  .rm2-menu-card {
    padding: 5px;
  }
  .rm2-item-name,
  .rm2-item-price {
    font-size: 14px;
  }
}
