/*
Theme Name: Globetrotters Block Theme
Theme URI: https://staging.globetrotters.co.uk/
Author: Globetrotters Club
Author URI: https://staging.globetrotters.co.uk/
Description: A modern block theme for the Globetrotters Club - the travel club for independent travellers.
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 7.4
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: globetrotters-block-theme
Tags: Blog, travel, custom-menu, Featured Images, Site Editor, Block Editor Patterns, Template Editing, Wide Blocks

This theme, like WordPress, is licensed under the GPL.
*/

/* Additional custom styles */
.site-logo img {
  max-width: 200px;
  height: auto;
}

.wp-block-navigation {
  flex-wrap: wrap;
}

.newsletter-form {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"],
.newsletter-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.newsletter-form input[type="checkbox"] {
  margin-right: 8px;
}

.latest-news-item {
  margin-bottom: 2rem;
}

.latest-news-item img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Responsive menu styles */
@media (max-width: 782px) {
  .wp-block-navigation__responsive-container {
    background-color: #fff;
  }
}
