body { margin: 0; padding: 0; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; }

form * { font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; }

p { margin: 0; margin-bottom: 20px; }
p:last-child { margin-bottom: 0px !important; }

.tnp.tnp-subscription {
  padding: 0 !important;
  margin: 0 auto !important;
}

.tnp.tnp-subscription form {
  display: flex;
  gap: 15px;
}

.tnp.tnp-subscription label {
  display: none !important;
}

.tnp.tnp-subscription form .tnp-field.tnp-field-email {
  width: 100%;
}

.tnp.tnp-subscription form .tnp-field {
  margin: 0 !important;
}

.tnp.tnp-subscription form input {
  padding: 20px 15px !important;
  border-radius: 2px;
  color: #f2f2f2;
  background: #f2f2f21a;
  border: 1px solid #f2f2f233;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.tnp.tnp-subscription form input.tnp-submit {
  background: var( --e-global-color-primary );
  padding: 20px 35px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
	border-color: var( --e-global-color-primary );
}

.tnp.tnp-subscription form input.tnp-submit:hover {
  background-color: #f97015e6;
  cursor: pointer;
  border-color: #f97015e6;
}

.elementor-button { cursor: pointer; }