.elementor-435 .elementor-element.elementor-element-b75fea5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-435 .elementor-element.elementor-element-cbe7f98{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5d597a89 *//* Import fonts (if not already added) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Jost:wght@400&display=swap');

/* Newsletter wrapper */
.newsletter-section{
  background: #f3efe9;  /* or your brand paper color */
  padding: 40px 20px;
  text-align: center;
}

/* Heading (Sign Up For Our Newsletter) */
.newsletter-section h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  color: #795c3c;
  margin-bottom: 16px;
}

/* Input field */
.newsletter-section input[type="email"]{
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 14px;
  border: 1px solid #795c3c;
  color: #795c3c;
  background: #f3efe9;
  width: 260px;
  border-radius: 2px;
}

/* Placeholder text */
.newsletter-section input::placeholder{
  color: #a08c7a;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
}

/* Button */
.newsletter-section button{
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #795c3c;
  color: #fff;
  padding: 10px 20px;
  margin-left: 4px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  transition: background .3s;
}
.newsletter-section button:hover{
  background: #5e452d;
}

/* Disclaimer text */
.newsletter-section p{
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #6e5c48;
  margin-top: 12px;
}/* End custom CSS */