.trix-content img { max-width: 100%; height: auto; }
.trix-content a { color: #047857; text-decoration: underline; }
.trix-content h1, .trix-content h2, .trix-content h3 { margin-top: 1rem; }
.trix-content  { font-size: 1.1em;
  color: #474747;
  line-height: 1.7em;
  font-family: Inter;
  font-weight: 300;}
  .trix-content strong { font-weight: 600; }


/* Styling for action text attachment images */
.action-text-attachment-image {
  display: inline-block;
  border-radius: 10px;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
}

body {
  font-family: "Helvetica Neue", sans-serif;
  color: #222;
  line-height: 1.6;
}

.menu-container {
  margin: 0 auto;
  padding: 2rem;
}

.menu-container.rtl {
  direction: rtl;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #555;
}

.intro,
.hours {
  margin-bottom: 2rem;
  font-size: 1.05rem;
  color: #555;
  text-align: center;
}

.menu-section {
  margin-bottom: 3rem;
  text-align: left;
}

.menu-section h2 {
  padding-left: 1rem;
}

.drink-section {
  margin-bottom: 2rem;
}

.item {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.simple-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 0.5rem;
}

.item-title {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.1rem;
  padding-bottom: 1rem;
}

.simple-item-title {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1rem;
}

.item-description {
  margin-top: 0.3rem;
  color: #666;
  border-top: 1px solid #e8e8e8;
  padding-top: 1rem;
  font-weight: normal;
}

.menu-nav {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem 0;
}

.home-link {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #555;
  font-weight: 500;
}

.menu-buttons {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  max-width: 900px;
  padding-bottom: 2rem;
}

.menu-buttons button {
  cursor: pointer;
  text-decoration: none;
  color: #555;
  padding: 1.2rem 0.6rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
}

.menu-buttons button.current {
  background-color: #007a55;
  color: #fff;
  border-color: #fff;
}

.menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.2s;
  min-width: 23%;
}

.menu-btn:hover {
  background: #f8f8f8;
}

.menu-title {
  font-weight: 600;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.menu-subtitle {
  font-size: 0.85rem;
  color: #777;
}

.current .menu-subtitle {
  color: #ffffff;
}
.current .menu-time {
  color: #ffffff;
}

.menu-time {
  font-size: 0.8rem;
  color: #999;
}

.daily-menu-note {
  text-align: center;
  border: 1px dashed #cac5c5;
  padding: 1rem;
  margin-top: 2rem;
  font-size: 1.6rem;
  background: #f2f2e4;
}

.price {
  min-width: 66px;
  text-align: right;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  margin: auto;
  justify-content: center;
}

.cards-container .item {
  display: flex;
  flex-direction: column;
  flex: 0 0 310px;
  background: #f4f4ed;
  margin: 0.5rem;
  vertical-align: top;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 1rem 1rem 0 0;
}

.item-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  flex-grow: 1;
}

.allergies {
  font-size: small;
  background: #f0f0ec;
  padding-left: 10px;
  display: flex;
  gap: 0.75rem; /* icons in one line with spacing */
  align-items: center;
  white-space: nowrap; /* forces a single line always */
  margin-top: auto;
}

@media (max-width: 1024px) {
  .cards-container .item {
    flex: 0 0 350px;
  }
}

@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .cards-container .item {
    width: 100%;
    max-width: 350px;
  }
  .menu-container {
    padding: 1rem;
  }

  h1 {
    font-size: 2rem;
  }

  .intro,
  .hours {
    font-size: 1rem;
  }
}

@media (max-width: 970px) {
  .menu-btn {
    min-width: 45%;
  }
}

@media (max-width: 420px) {
  .menu-btn {
    min-width: 80%;
  }
}
/* Minimal scaffold styles for CRUD pages */

:root {
  --max-w: 900px;
  --gap: 1rem;
  --border: #e6e6e6;
  --muted: #666;
  --bg: #fafafa;
  --primary: #222;
}

body {
  background: #fff;
}

main {
  padding: 0rem 1rem;
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
}

h1, h2, h3 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

p.notice {
  color: green;
}

/* Lists / tables */
#foods, .list {
  display: grid;
  gap: var(--gap);
}

.card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
}

/* Links and buttons */
.btn, input[type="submit"], .button_to input[type="submit"], a.button {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  border: 1px solid var(--primary);
  cursor: pointer;
}

.btn.secondary, a.button.secondary {
  background: #fff;
  color: var(--primary);
}

/* Forms */
form {
  display: grid;
  gap: 1rem;
  max-width: 700px;
}

form > div {
  display: grid;
  gap: 0.4rem;
}

label {
  color: var(--muted);
  font-size: 0.95rem;
}

input[type="text"], textarea, select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.6rem 0.7rem;
  font: inherit;
  background: #fff;
}

textarea {
  min-height: 120px;
}

/* Utility */
.muted {
  color: var(--muted);
}

.actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
} 
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
.link {
  text-decoration: underline;
}
