.stacked-newsletter-form {
  width: 100%;
  margin: 0 auto;
  font-family: 'whyte_book',sans-serif;
  text-align: left;
}

.simple-category-page-section.full-template-page-section .stacked-newsletter-form {
    max-width: 91rem !important;
}

.stacked-newsletter-form p {
  font-size: 18px;
  margin-bottom: 15px !important;
  color: #000;
}

.stacked-newsletter-form .input-wrapper {
  display: flex;
  border: 1px solid #000;
  border-radius: 0px;
  overflow: hidden;
}

.stacked-newsletter-form input[type="email"] {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  flex: 1;
  background-color: #F5F0E4;
  color: #000;
}

.stacked-newsletter-form button {
  border: none;
  padding: 10px 15px;
    width: 17%;
  font-size: 14px;
  background-color: #000000;
  color: #f5f0e4;
  border-left: 1px solid #000;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.stacked-newsletter-form button:hover {
  background-color: #000000;
}

#response-message {
  margin-top: 15px;
  font-size: 14px;
  color: #007a00;
}

.stacked-newsletter-form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 767px) {
    .stacked-newsletter-form button {
    width: 33%;
        font-size: 13px;
  }
    .stacked-newsletter-form p {
        font-size: 13px;
        padding: 0 !important;
    }
    .simple-category-page-section.full-template-page-section .stacked-newsletter-form {
    padding: 0px 16px;
}
}