/* Generated by scripts/generate-hubspot-snippets.py — do not edit by hand */
/* --- End-of-post signup (HubSpot form 63f359ba-2d74-44b3-adfa-1696775c792f) --- */
.np-blog-post-form {
  max-width: 560px;
  margin: 28px auto 0;
  padding: 20px 22px 22px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ebe8f8;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(31, 35, 67, 0.07);
  font-family: Inter, Arial, sans-serif;
}
.np-blog-post-form__title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #212121;
  text-align: center;
}
.np-blog-post-form__sub {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
  text-align: center;
}
.np-blog-post-form__form {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.np-blog-post-form__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
}
.np-blog-post-form__input {
  flex: 1 1 0%;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #b8b3d9 !important;
  font-size: 15px;
  font-family: Inter, Arial, sans-serif;
  color: #212121 !important;
  background: #fafafa !important;
  box-sizing: border-box !important;
  outline: none;
  box-shadow:
    0 0 0 1px rgba(95, 89, 240, 0.1),
    0 1px 3px rgba(31, 35, 67, 0.07);
}
.np-blog-post-form__input:focus {
  border-color: #5f59f0 !important;
  background: #ffffff !important;
}
.np-blog-post-form__input::placeholder {
  color: #94a3b8;
}
.np-blog-post-form__btn {
  flex: 0 0 auto;
  height: 42px;
  padding: 0 22px;
  border: none;
  border-radius: 10px;
  background: #5f59f0;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  font-family: Inter, Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.np-blog-post-form__btn:hover {
  background: #4a45d6;
}
.np-blog-post-form__btn:disabled {
  background: #9b97d8;
  cursor: not-allowed;
}
.np-blog-post-form__msg {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.np-blog-post-form__msg--success {
  color: #16a34a;
}
.np-blog-post-form__msg--error {
  color: #dc2626;
}
@media (max-width: 480px) {
  .np-blog-post-form__row {
    flex-direction: column;
  }
  .np-blog-post-form__btn {
    width: 100%;
  }
}
