/* =============================================================================
   push-frontend.css — Styles for the [push_subscribe] shortcode form
   ============================================================================= */

.union-push-subscribe-wrapper {
  max-width: 480px;
  padding: 24px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: inherit;
}

.union-push-subscribe-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
}

.union-push-subscribe-intro {
  margin-bottom: 20px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.union-push-field {
  margin-bottom: 16px;
}

.union-push-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 14px;
}

.union-push-field input[type="email"],
.union-push-field input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.15s;
}

.union-push-field input:focus {
  outline: none;
  border-color: #2271b1;
  box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.2);
}

#union-push-submit {
  display: inline-block;
  background: #2271b1;
  color: #fff;
  border: none;
  padding: 11px 22px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  width: 100%;
  margin-top: 4px;
}

#union-push-submit:hover:not(:disabled) {
  background: #135e96;
}

#union-push-submit:disabled {
  background: #a7aaad;
  cursor: not-allowed;
}

.union-push-status {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
}

.union-push-status--success {
  background: #edfaef;
  color: #1a4f27;
  border: 1px solid #c6efce;
}

.union-push-status--error {
  background: #fef0f0;
  color: #6b2125;
  border: 1px solid #f5c6c8;
}

.union-push-privacy-note {
  margin-top: 14px;
  margin-bottom: 0;
  color: #888;
  font-size: 12px;
  line-height: 1.4;
}
