/* The newsletter subscribe area follows the page's light reading mode. */
html[data-theme="light"] .subscribe {
  border-color: rgba(8, 8, 8, .14);
  background: #f1efe8;
  color: #080808;
}

html[data-theme="light"] .subscribe h2 { color: #080808; }

html[data-theme="light"] .subscribe .section-label,
html[data-theme="light"] .subscribe .subscribe-copy,
html[data-theme="light"] .subscribe .ml-form-embedPermissions,
html[data-theme="light"] .subscribe .ml-form-successContent { color: #605f5a !important; }

html[data-theme="light"] .subscribe .ml-form-fieldRow input {
  border-bottom-color: #080808 !important;
  color: #080808 !important;
}

html[data-theme="light"] .subscribe .ml-form-embedSubmit button.primary:hover,
html[data-theme="light"] .subscribe .ml-form-embedSubmit button.primary:focus-visible {
  border-color: #080808 !important;
  background: #080808 !important;
  color: #f1efe8 !important;
}
