/* Styles apply to both page-id-19291 and page-id-19299 */
.page-id-19291 .wpbdp-form-fields,
.page-id-19299 .wpbdp-form-fields {
  background-color: #efede7; /* soft neutral background */
  padding: 30px;
  border-radius: 10px;
  color: #413e61; /* primary text color */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page-id-19291 .wpbdp-form input[type="text"],
.page-id-19291 .wpbdp-form input[type="url"],
.page-id-19291 .wpbdp-form input[type="email"],
.page-id-19291 .wpbdp-form textarea,
.page-id-19291 .wpbdp-form select,
.page-id-19299 .wpbdp-form input[type="text"],
.page-id-19299 .wpbdp-form input[type="url"],
.page-id-19299 .wpbdp-form input[type="email"],
.page-id-19299 .wpbdp-form textarea,
.page-id-19299 .wpbdp-form select {
  border: 1px solid #ccc;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 6px;
  background: white;
  color: #413e61;
}

.page-id-19291 .wpbdp-form label,
.page-id-19291 .wpbdp-form .wpbdp-form-section-title,
.page-id-19299 .wpbdp-form label,
.page-id-19299 .wpbdp-form .wpbdp-form-section-title {
  font-weight: 600;
  font-size: 16px;
  color: #413e61;
  margin-bottom: 6px;
}

.page-id-19291 .wpbdp-form input[type="submit"],
.page-id-19299 .wpbdp-form input[type="submit"] {
  background-color: #2eae00; /* branded green */
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-id-19291 .wpbdp-form input[type="submit"]:hover,
.page-id-19299 .wpbdp-form input[type="submit"]:hover {
  background-color: #279500; /* darker green hover */
}

.page-id-19291 .wpbdp-error,
.page-id-19291 .wpbdp-note,
.page-id-19299 .wpbdp-error,
.page-id-19299 .wpbdp-note {
  background-color: #fff0f0;
  color: #a00;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/* Remove gray boxes from top of page-id-19291 */
.page-id-19291 .entry-content > div:empty,
.page-id-19291 .entry-content > iframe[src="about:blank"],
.page-id-19291 .entry-content > iframe:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Tighten up spacing above search bar */
.page-id-19291 .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Style external links in directory listings */
.wpbdp-field-value a[href^="http"]:not([href*="landmarkforumnews.com"]) {
  color: #0000FF !important;
  text-decoration: underline;
}