/**
* Theme Name: Maia Child
* Description: This is a child theme for Maia
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.1.14
* Template: maia
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.subscribe-wrapper {
  display: flex;
  max-width: 500px;
  margin-top: 10px;
}

.subscribe-wrapper input[type="email"] {
  flex: 1;
  padding: 14px;
  border: none;
  font-size: 16px;
  border-radius: 0;
}

.subscribe-wrapper input[type="submit"] {
  background-color: #d9932e;
  color: #fff;
  border: none;
  padding: 14px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-wrapper input[type="submit"]:hover {
  background-color: #b87f26;
}

/* Optional: Add the paper plane icon */
.subscribe-wrapper input[type="submit"]::after {
  content: ' 📨'; /* Or use a Font Awesome icon */
  margin-left: 8px;
}
