.sailthru-form {
  margin-bottom: 10px;
  width: 100%;
  font-family: "Burbank-Regular", sans-serif;
}
.sailthru-form button,
input,
select {
  font-family: "Burbank-Regular", sans-serif !important;
}
.sailthru-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.sailthru-form__submit {
  width: 100%;
}
.sailthru-form__email {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 48rem) {
  .sailthru-form__email {
    width: 75%;
    margin-bottom: 0;
  }
}

/* by default, your mobile styles */
.sailthru-form__dob {
  width: 100%;
  margin-bottom: 15px;
}

/* then override for larger screens */
@media (min-width: 48rem) {
  .sailthru-form__dob {
    width: 35%;
    margin-bottom: 0;
    flex-grow: 1;
    padding: 0 10px; /* adjust spacing as desired */
  }
}

.newsletter .sailthru-form__dob label {
  /* font-family: Open Sans, sans-serif; */
  font-weight: 400;
}
.newsletter .sailthru-form__dob label,
.newsletter .sailthru-form__email label {
  /* color: #fff; */
  text-transform: capitalize;
}
.sailthru-form__dob ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sailthru-form__dob ul li {
  width: 32%;
  padding: 0;
  margin: 0;
}
.dark-purple-background {
  /* background-color: #794f9a; */
  position: relative;
}
.dark-purple-background:before {
  right: 100%;
}
.dark-purple-background:after,
.dark-purple-background:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  flex: 1;
  background: #794f9a;
  height: 100%;
}
.dark-purple-background:after {
  left: 100%;
}

.dark-purple-background:after,
.dark-purple-background:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  flex: 1;
  background: #794f9a;
  height: 100%;
}

.newsletter .sailthru-form__dob .select-style {
  border-radius: 8px;
}

.sailthru-form .select-style {
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  width: 200px;
  position: relative;
  font-size: em(14px);
  display: block;
  border: 0.125rem solid #111;
  width: 100%;
}

.newsletter .sailthru-form__submit button {
  background-color: #e275a4;
  /* color: #fff; */
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
}

.sailthru-form__submit button {
  width: 100%;
  padding: 0;
  height: 44px;
}

/* 1. Hide native arrow on the <select> inside your .select-style */
.sailthru-form .select-style select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 2. Ensure wrapper is positioned */
.sailthru-form .select-style {
  position: relative;
}

/* 3. Use your arrow image */
.sailthru-form .select-style:after {
  content: ""; /* no text */
  position: absolute;
  top: 50%; /* vertically center */
  right: 0.75rem; /* adjust padding */
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("images/angle-down-solid.png");
  background-size: contain; /* scale it */
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.sailthru-form .select-style select {
  height: 40px;
  text-transform: none;
  color: #000;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 120%;
  border: none;
  text-indent: 5px;
  background: transparent;
}
.sailthru-form__email input[type="email"] {
  border: 0.125rem solid #111;
  padding: 0.625rem;
  width: 100%;
  font-size: 15px;
  height: 44px;
}

@media (min-width: 768px) {
  .newsletter h2 {
    text-align: left !important;
    padding: 0 32px 0 0 !important;
    font-size: 35px !important;
    line-height: 39px !important;
  }
}

.newsletter h2 {
  color: #f99ec5;
  text-align: center;
  padding-bottom: 16px;
  font-size: 28px;
  font-family: "Burbank-Regular", sans-serif;
  text-transform: uppercase;
}
/* .newsletter .sailthru-form__legal, .newsletter .sailthru-form__restricted-age {
  color: #fff;
} */
.sailthru-form__legal {
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 48rem) {
  .sailthru-form__submit {
    width: 20%;
    margin-bottom: 0;
  }
}
.sailthru-form__legal a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.newsletter-cn {
  width: 100% !important;
  max-width: none !important;
}
