.menu-container{max-width:900px;margin:auto;padding:30px;font-family:'Courier New',monospace;background:#fff8f0;border:12px solid;border-image: repeating-linear-gradient(45deg,#ff4d6d,#ff4d6d 10px,#fff 10px,#fff 20px) 12;}
.menu-title{text-align:center;font-size:40px;color:#ff4d6d;}
.menu-subtitle{text-align:center;margin-bottom:25px;}
.section-title{background:#ff4d6d;color:#fff;padding:10px;margin-top:20px;}
.summary{display:flex;align-items:center;gap:10px;cursor:pointer;}
.summary img{width:40px;height:40px;object-fit:cover;border-radius:6px;}
.content{display:flex;padding:10px;border-bottom:1px dashed #ff4d6d;}
.content img{width:80px;height:80px;object-fit:cover;margin-right:15px;border-radius:8px;}
