/**
Theme Name: Astra Child theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/

.menu-container {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;
  background-color: #f7fbe1; /* Light playful background */
}

.weekly-menu {
  padding: 30px;
  width: 28rem;
  background-color: #fff9e6; /* Light yellow background */
  border: 2px solid #54b435; /* Golden border */
  border-radius: 10px;
  font-family: "Comic Sans MS", Arial, sans-serif; /* Playful font */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.weekly-menu h2 {
  font-size: 2.5rem;
  color: #ff5722; /* Orange heading color */
  margin-bottom: 20px;
}

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

.weekly-menu li {
  margin: 15px 0;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 15px;
  background: #fff;
  border-left: 8px solid #8bc34a; /* Green accent */
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.weekly-menu li strong {
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}

.weekly-menu li.current-day {
  background-color: #ffeb3b; /* Highlighted yellow for current day */
  border-left-color: #ff9800; /* Orange accent */
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

li {
  list-style-type: none;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .weekly-menu {
    width: 90%;
    padding: 20px;
  }

  .weekly-menu h2 {
    font-size: 2rem;
  }

  .weekly-menu li {
    font-size: 1rem;
  }
}
