/*
Theme Name: Hello Child
Theme URI: http://www.tryluckywheel.com
Template: hello-elementor
Author: Elementor Team
Author URI: http://tryluckywheel.com
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.3.1749192416
Updated: 2025-06-06 06:46:56

*/

#message-board-container {
  max-width: 600px;
  margin: -10px auto;
  background: #ffffff00;
  padding: 20px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

#message-form input,
#message-form textarea {
  width: 94%;
  padding: 10px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#message-form button {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 10px 10px;
  border-radius: 6px;
  cursor: pointer;
}

#messages p {
  background: #ffffff00;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #222;
  margin-bottom: 10px;
}
