/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/bookblurb/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.entry-content .wp-block-jsforwphowto-demo,
.wp-block-jsforwphowto-demo {
  background: rgba(254, 243, 224, 0.52);
  border: 5px #f7b733 solid;
  padding: 1rem;
}
.entry-content .wp-block-jsforwphowto-demo h2,
.wp-block-jsforwphowto-demo h2 {
  color: #222;
  font-size: 2rem;
  margin: 1rem 0;
}
.entry-content .wp-block-jsforwphowto-demo p,
.wp-block-jsforwphowto-demo p {
  font-size: 1.4rem;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/newsletter-hero/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.newsletter-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 4rem 0;
  margin-bottom: 3rem;
}
.newsletter-hero .hero-content {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .newsletter-hero .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}
.newsletter-hero .hero-text {
  flex: 1;
}
.newsletter-hero .hero-text .hero-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .newsletter-hero .hero-text .hero-heading {
    font-size: 2.5rem;
  }
}
.newsletter-hero .hero-text .hero-subhead {
  font-size: 1.25rem;
  color: #6c757d;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 600px;
}
@media (max-width: 768px) {
  .newsletter-hero .hero-text .hero-subhead {
    font-size: 1.1rem;
  }
}
.newsletter-hero .hero-image {
  flex-shrink: 0;
}
.newsletter-hero .hero-image img {
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .newsletter-hero .hero-image img {
    max-width: 300px;
  }
}
.newsletter-hero .hero-image .image-container {
  position: relative;
  display: inline-block;
}
.newsletter-hero .hero-image .image-container .remove-image {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-hero .hero-image .image-container .remove-image:hover {
  background: #c82333;
}
.newsletter-hero .hero-image .upload-image {
  background: #007cba;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.newsletter-hero .hero-image .upload-image:hover {
  background: #005a87;
}
.newsletter-hero .hero-signup .newsletter-form-preview .newsletter-form,
.newsletter-hero .hero-signup .newsletter-form-fallback .newsletter-form {
  display: flex;
  gap: 0.5rem;
  max-width: 400px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.newsletter-hero .hero-signup .newsletter-form-preview .newsletter-form .newsletter-email,
.newsletter-hero .hero-signup .newsletter-form-fallback .newsletter-form .newsletter-email {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  background-color: transparent;
  color: #6c757d;
  cursor: not-allowed;
}
.newsletter-hero .hero-signup .newsletter-form-preview .newsletter-form .newsletter-email::-moz-placeholder, .newsletter-hero .hero-signup .newsletter-form-fallback .newsletter-form .newsletter-email::-moz-placeholder {
  color: #adb5bd;
}
.newsletter-hero .hero-signup .newsletter-form-preview .newsletter-form .newsletter-email::placeholder,
.newsletter-hero .hero-signup .newsletter-form-fallback .newsletter-form .newsletter-email::placeholder {
  color: #adb5bd;
}
.newsletter-hero .hero-signup .newsletter-form-preview .newsletter-form .newsletter-submit,
.newsletter-hero .hero-signup .newsletter-form-fallback .newsletter-form .newsletter-submit {
  padding: 0.75rem 1.5rem;
  background: #007cba;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: not-allowed;
  white-space: nowrap;
  opacity: 0.7;
}
.newsletter-hero .hero-signup .newsletter-form-preview .newsletter-form .newsletter-email {
  border-color: #007cba;
  background-color: transparent;
}
.newsletter-hero .hero-signup .newsletter-form-fallback .newsletter-form .newsletter-email {
  border-color: #ffc107;
  background-color: transparent;
}
.newsletter-hero .hero-signup .newsletter-form-fallback .newsletter-form .newsletter-submit {
  background: #ffc107;
  color: #856404;
}
.newsletter-hero .hero-features {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.newsletter-hero .hero-features .features-heading {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .newsletter-hero .hero-features .features-heading {
    font-size: 1.5rem;
  }
}
.newsletter-hero .hero-features .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .newsletter-hero .hero-features .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.newsletter-hero .hero-features .feature-column {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.newsletter-hero .hero-features .feature-column:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .newsletter-hero .hero-features .feature-column {
    padding: 1rem;
  }
}
.newsletter-hero .hero-features .feature-title {
  font-family: var(--cta-font, serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .newsletter-hero .hero-features .feature-title {
    font-size: 1.1rem;
  }
}
.newsletter-hero .hero-features .feature-description {
  font-family: var(--description-font, "Helvetica", sans-serif);
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .newsletter-hero .hero-features .feature-description {
    font-size: 0.95rem;
  }
}

.newsletter-landing {
  background: #fff;
  min-height: 100vh;
}
.newsletter-landing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 5rem;
}

.newsletter-hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.newsletter-hero .hero-content {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
.newsletter-hero .hero-text {
  flex: 1;
  max-width: 500px;
}
.newsletter-hero .hero-heading {
  font-family: var(--cta-font, "Georgia", serif);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 24px 0;
}
.newsletter-hero .hero-subhead {
  font-family: var(--description-font, "Arial", sans-serif);
  font-size: 1.25rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 40px 0;
}
.newsletter-hero .hero-signup {
  margin-top: 32px;
}
.newsletter-hero .hero-image {
  flex: 1;
  text-align: center;
}
.newsletter-hero .hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.latest-newsletter {
  padding: 80px 0;
  background: #fff;
}
.latest-newsletter-container {
  max-width: 800px;
  margin: 0 auto;
}
.latest-newsletter-heading {
  font-family: var(--cta-font, "Georgia", serif);
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
  margin: 0 0 48px 0;
}

.newsletter-post {
  display: flex;
  gap: 32px;
  padding: 32px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.newsletter-post:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.post-thumbnail {
  flex: 0 0 200px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.post-content {
  flex: 1;
}

.post-title {
  font-family: var(--cta-font, "Georgia", serif);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 16px 0;
}
.post-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.post-title a:hover {
  color: #007bff;
}

.post-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-family: var(--description-font, "Arial", sans-serif);
  font-size: 0.875rem;
  color: #6c757d;
}

.post-categories a {
  color: #007bff;
  text-decoration: none;
}
.post-categories a:hover {
  text-decoration: underline;
}

.post-excerpt {
  font-family: var(--description-font, "Arial", sans-serif);
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.read-more {
  display: inline-block;
  font-family: var(--cta-font, "Georgia", serif);
  font-size: 1rem;
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.read-more:hover {
  color: #0056b3;
}

.newsletter-landing .nl-form .inputs {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  max-width: 100%;
}
.newsletter-landing .nl-form input[type=email] {
  flex: 1;
  padding: 16px 20px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  font-family: var(--description-font, "Arial", sans-serif);
  transition: border-color 0.2s ease;
}
.newsletter-landing .nl-form input[type=email]:focus {
  outline: none;
  border-color: #007bff;
}
.newsletter-landing .nl-form button {
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--cta-font, "Georgia", serif);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.newsletter-landing .nl-form button:hover {
  background: #0056b3;
}

.newsletter-form-fallback {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  color: #6c757d;
}
.newsletter-form-fallback p {
  margin: 0 0 8px 0;
}
.newsletter-form-fallback small {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .newsletter-hero .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .newsletter-hero .hero-heading {
    font-size: 2.5rem;
  }
  .newsletter-hero .hero-subhead {
    font-size: 1.125rem;
  }
  .newsletter-post {
    flex-direction: column;
    text-align: center;
  }
  .post-thumbnail {
    flex: none;
    max-width: 300px;
    margin: 0 auto;
  }
  .newsletter-landing .nl-form .inputs {
    flex-direction: column;
  }
  .newsletter-landing .nl-form button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .newsletter-landing-container {
    padding: 0 16px;
  }
  .newsletter-hero {
    padding: 60px 0;
  }
  .newsletter-hero .hero-heading {
    font-size: 2rem;
  }
  .latest-newsletter {
    padding: 60px 0;
  }
  .newsletter-post {
    padding: 24px;
  }
}

/*# sourceMappingURL=style-editor.blocks.css.map*/