@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

/* WordPress default margin/padding reset */
.wp-die-message,
p {
  margin: 0 !important;
  padding: 0 !important;
}
/* ── Canvas at native 1080×1920, scaled down ── */
.menu-content {
  width: 1080px;
  height: 1920px;
  transform-origin: top left;
  background-color: #000;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: row;
}

.menu-content * {
  box-sizing: border-box;
}

/* ── Left panel ── */
.menu-content .left-side {
  background-color: #1a1a2e;
  background-image: url(../img/Pattern.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 67%;
  margin-left: 2%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  color: #fff;
  gap: 50px;
}

.menu-content .top-logo {
  height: 5%;
  width: 70%;
}

.menu-content .top-logo img {
  width: 100%;
  height: auto;
}

/* ── Weekly menu area ── */
.menu-content .weekly-menu {
  height: 81%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* ── Day block (new class: .day) ── */
.menu-content .day {
  display: block;
  margin-bottom: 6px;
}

.menu-content .day h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  display: block;
}

.menu-content .day ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-content .day ul li {
  font-size: 24px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  list-style: none;
}

.menu-content .day ul li strong {
  font-weight: 600;
  color: #fff;
}

/* ── DB-generated class names (backwards compat with stored HTML) ── */
.menu-content .tv-menu-items {
  display: block;
  margin-bottom: 6px;
}

.menu-content .tv-day {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0 !important;
  display: block;
}

.menu-content .tv-menu-content {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-content .tv-menu-content li {
  font-size: 24px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  list-style: none;
}

.menu-content .tv-menu-content li strong {
  font-weight: 600;
  color: #fff;
}

/* ── Bottom buffet section ── */
.menu-content .bottom.day {
  height: 14%;
  width: 100%;
  border-top: 1px solid #fff;
  margin-bottom: 0;
}

.menu-content .bottom.day h2 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  color: #fff;
}

.menu-content .bottom-paragraph {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px !important;
  color: rgba(255, 255, 255, 0.8);
}

.menu-content .bottom-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

/* ── Right panel ── */
.menu-content .right-container {
  width: 33%;
  height: 100%;
  position: relative;
  padding: 0 10px;
  color: #fff;
}

.menu-content .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.menu-content .right-side-content {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.menu-content .right-side-content h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 0;
  padding: 0;
}

.menu-content .date {
  font-size: 42px;
  font-weight: 500;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* ── Prices — pinned to bottom of right panel ── */
.menu-content .bottom-right {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.menu-content .price {
  text-align: center;
  color: #fff;
}

.menu-content .price h2 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}

.menu-content .price ul {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.menu-content .price ul li {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.8);
  list-style: none;
}
