/* Меню Феличито */
.fm-wrap { font-family: 'Georgia', serif; max-width: 900px; margin: 0 auto; padding: 20px 16px 60px; background: #fff; color: #222; }
.fm-title { text-align: center; font-size: 28px; font-weight: bold; letter-spacing: 2px; color: #1a1a1a; margin: 30px 0 4px; text-transform: uppercase; }
.fm-sub { text-align: center; font-size: 14px; color: #888; margin-bottom: 36px; letter-spacing: 1px; }
.fm-nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 40px; }
.fm-nav a { text-decoration: none; color: #555; font-size: 13px; border: 1px solid #ddd; padding: 6px 14px; border-radius: 20px; transition: all .2s; }
.fm-nav a:hover { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
.fm-section { margin-bottom: 40px; }
.fm-section-title { font-size: 11px; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; color: #888; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 20px; }
.fm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.fm-item { padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.fm-item:nth-child(odd) { padding-right: 30px; }
.fm-item:nth-child(even) { padding-left: 30px; border-left: 1px solid #f0f0f0; }
.fm-name { font-size: 14px; font-weight: 600; color: #1a1a1a; margin-bottom: 4px; line-height: 1.4; }
.fm-desc { font-size: 11px; color: #999; line-height: 1.5; margin-bottom: 6px; }
.fm-row { display: flex; justify-content: space-between; align-items: baseline; }
.fm-price { font-size: 15px; font-weight: bold; color: #1a1a1a; white-space: nowrap; }
.fm-weight { font-size: 11px; color: #bbb; margin-left: 8px; }
.fm-badge { display: inline-block; font-size: 10px; background: #f5f0e8; color: #8a6a30; padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; letter-spacing: 1px; }
@media (max-width: 600px) {
      .fm-grid { grid-template-columns: 1fr; }
        .fm-item:nth-child(odd) { padding-right: 0; }
          .fm-item:nth-child(even) { padding-left: 0; border-left: none; }
          }
}