.js-subscribe-form-wrapper form {
  color: var(--m-color-jet);
  font-size: 0.875rem;
}

.js-subscribe-form-wrapper [title="Location"] {
  background-color: transparent;
}

.js-subscribe-form-wrapper .wFormTitle {
  font-size: 1.438rem;
}

.js-subscribe-form-wrapper label {
  display: inline-block;
  margin-block: .5rem .2rem;
}

.js-subscribe-form-wrapper .primaryAction {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.js-subscribe-form-wrapper .primaryAction[disabled] {
  pointer-events: none;
}

/*#tfa_204-HTML {*/
/*  font-size: .9rem;*/
/*}*/

#tfa_205 {
  margin-bottom: 1rem;
}

#tfa_204-HTML a {
  color: var(--m-color-primary);
  font-weight: 700;
}

#tfa_204-HTML a:is(:hover, :focus) {
  color: var(--m-color-secondary);
}
