.template-page.tekstiviestimarkkinointi .form-container {
  margin-top: 40px;
  margin-bottom: 104px; 
  display: flex; 
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  @media screen and (max-width: 767px) {
    margin-bottom: 50px; 
  }
}
.template-page.tekstiviestimarkkinointi #sms-consent-form {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
  column-gap: 15px; 
}
.template-page.tekstiviestimarkkinointi #sms-consent-form label {
  font-size: 14px; 
  font-weight: 600; 
  display: block; 
  text-transform: uppercase; 
  text-align: center;
  margin-bottom: 20px; 
  width: 100%; 
}
.template-page.tekstiviestimarkkinointi #sms-consent-form input[type="tel"] {
  border: 1px solid #666;
  height: 50px; 
  width: 232px; 
  max-width: 100%;
  padding: var(--button-padding); 
  border-radius: 0;
  margin-top: 0; 
  @media screen and (max-width: 460px) {
    max-width: 232px; 
  }
}
.template-page.tekstiviestimarkkinointi #sms-consent-form input[type="submit"] {
  background-color: var(--brand-color)!important;
  color: #fff !important; 
  text-transform: none !important; 
  font-size: 15px; 
  box-shadow: none !important; 
  padding: var(--button-padding); 
  margin-top: 0; 
  margin-left: 0; 
  border: none;
  height: 50px; 
  &:hover {
    box-shadow: 0 0 0 3px #1c1c1c,0 0 0 6px var(--color-button-foreground),0 2px 4px 6px #00000040!important;
  }
  @media screen and (max-width: 460px) {
    display: block;
    margin-top: 15px; 
    max-width: 232px; 
    width: 100%; 
  }
}
.template-page.tekstiviestimarkkinointi .form-message {
  margin-top: 40px; 
  text-align: center; 
}
.template-page.tekstiviestimarkkinointi .form-message strong {
  display: block; 
  margin-bottom: 10px; 
}
