.elementor-2026 .elementor-element.elementor-element-976177f{--display:flex;}.elementor-2026 .elementor-element.elementor-element-7fba092.elementor-element{--align-self:center;}.elementor-2026 .elementor-element.elementor-element-313a8e0{--display:flex;--min-height:0px;}/* Start custom CSS for html, class: .elementor-element-e8456ac */:root {
    --primary-red: #d32323;
    --text-main: #000000;
    --text-muted: #333333;
    --bg-color: #ffffff;
  }
  
  body { 
    font-family: 'Georgia', serif; 
    background-color: var(--bg-color); 
    color: var(--text-main); 
    margin: 0; 
    padding: 20px; 
    line-height: 1.5; 
  }
  
  .menu-container { 
    max-width: 800px; 
    margin: 0 auto; 
    background: var(--bg-color); 
    padding: 40px; 
  }
  
  header { 
    text-align: center; 
    border-bottom: 1px solid var(--primary-red); 
    padding-bottom: 25px; 
    margin-bottom: 30px; 
  }
  
  h1 { 
    margin: 0; 
    font-size: 2.8em; 
    letter-spacing: 3px; 
    text-transform: uppercase; 
    font-family: 'Arial Black', sans-serif;
    color: var(--text-main);
  }
  
  .sub-header { 
    font-size: 1.1em; 
    font-style: italic; 
    color: var(--text-muted); 
    margin-top: 12px; 
    letter-spacing: 1px;
  }
  
  .hh-time { 
    font-size: 1.2em; 
    font-weight: bold; 
    margin-top: 20px; 
    color: var(--text-main); 
    display: inline-block; 
    letter-spacing: 1px;
    font-family: 'Arial', sans-serif;
  }
  
  .section-title { 
    font-size: 1.8em; 
    text-align: center; 
    margin: 40px 0 20px; 
    padding-bottom: 15px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    color: var(--primary-red);
    position: relative;
  }
  
  .section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--primary-red);
    margin: 15px auto 0;
  }
  
  .prices-header-container {
    text-align: right;
    margin-bottom: 20px;
  }

  .prices-header-title {
    font-size: 1.1em;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 5px;
  }

  .desktop-price-header { 
    font-size: 0.9em; 
    text-transform: uppercase; 
    color: var(--text-main); 
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    display: block;
  }

  .mobile-price-header {
    display: none;
    font-size: 0.85em; 
    text-transform: uppercase; 
    color: var(--text-main); 
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  
  .menu-item { 
    margin-bottom: 25px; 
  }
  
  .item-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: baseline; 
    padding-bottom: 4px;
    margin-bottom: 6px;
  }
  
  .item-title { 
    font-size: 1.25em; 
    font-weight: bold; 
    text-transform: uppercase; 
    font-family: 'Arial', sans-serif;
    color: var(--text-main);
  }
  
  .item-prices { 
    font-size: 1.15em; 
    white-space: nowrap; 
    margin-left: 15px; 
    font-family: 'Arial', sans-serif;
  }
  
  .price-reg { 
    font-weight: 400;
    color: var(--text-main); 
  }
  
  .price-hh { 
    font-weight: 800;
    color: var(--text-main); 
  }

  .price-divider {
    color: var(--text-main);
    margin: 0 4px;
    font-weight: 400;
  }
  
  .item-desc { 
    margin-top: 6px; 
    color: var(--text-muted); 
    font-size: 1.05em;
  }
  
  .item-note { 
    font-size: 0.95em; 
    font-style: italic; 
    color: var(--text-main); 
    margin-bottom: 4px;
    display: block;
  }
  
  .footer-notes { 
    margin-top: 50px; 
    font-size: 0.85em; 
    color: var(--text-muted); 
    border-top: 1px solid var(--primary-red); 
    padding-top: 25px; 
    font-family: 'Arial', sans-serif;
  }
  
  .footer-notes p { 
    margin-bottom: 12px; 
  }

  .cooks-commission {
    border: 1px solid var(--primary-red);
    padding: 15px;
    margin-top: 20px;
  }

  .veg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid var(--text-main);
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    margin-left: 8px;
    vertical-align: text-bottom;
  }

  .veg-legend-container {
    display: flex;
    gap: 20px;
    margin-top: 25px;
  }

  .veg-legend {
    display: flex;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
  }

  .veg-legend .veg-icon {
    margin-left: 0;
    margin-right: 8px;
  }
  
  .special-feature {
    background: var(--bg-color);
    border: 3px double var(--primary-red);
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
  }

  .special-feature .item-title {
    font-size: 1.4em;
    color: var(--text-main);
    border: none;
    justify-content: center;
    margin-bottom: 10px;
  }

  .special-feature .item-desc {
    margin: 0;
    font-style: italic;
  }

  @media (max-width: 600px) {
    .menu-container { padding: 25px 15px; }
    h1 { font-size: 2.2em; }
    
    .desktop-price-header { display: none; }
    .prices-header-container { text-align: left; margin-bottom: 10px; }
    .mobile-price-header { display: block; text-align: left; margin-top: 8px; }

    .item-header { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
    .item-prices { margin-left: 0; margin-top: 2px; align-self: flex-start; }
    .item-title { width: 100%; padding-bottom: 4px; }
  }/* End custom CSS */