.elementor-3590 .elementor-element.elementor-element-256c6ec{--display:flex;}.elementor-3590 .elementor-element.elementor-element-256c6ec.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3590 .elementor-element.elementor-element-11eb212 .elementor-heading-title{font-size:45px;}.elementor-3590 .elementor-element.elementor-element-986f7e5{padding:0px 0px 30px 0px;text-align:center;}.elementor-3590 .elementor-element.elementor-element-986f7e5 img{width:100%;height:400px;object-fit:contain;object-position:top center;border-radius:0px 0px 0px 0px;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-3590 .elementor-element.elementor-element-4023f39{padding:0px 0px 75px 0px;font-size:20px;}@media(min-width:768px){.elementor-3590 .elementor-element.elementor-element-256c6ec{--width:98.717%;}}/* Start custom CSS for theme-post-content, class: .elementor-element-4023f39 *//* H2 headings */
.single-post h2 {
  font-size: 34px !important;
  font-weight: 700 !important;
  color: #f9a825 !important; /* bright yellow */
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* H3 headings */
.single-post h3 {
  font-size: 26px !important; 
  font-weight: 600 !important;
  color: #000 !important; /* black for readability */
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

/* Inline post images */
.single-post .elementor-widget-container img {
  max-width: 700px;   /* keeps images from getting too wide */
  width: 100%;        /* responsive scaling */
  height: auto;       /* no stretching */
  display: block;
  margin: 20px auto;  /* centers the image */
}
/* Blog post link colors */
.single-post a {
  color: #f9a825 !important;  /* Beavercreek yellow */
  text-decoration: underline; /* optional, can remove if you want */
}
.single-post a:hover {
  color: #000 !important;  /* black when hovering */
}/* End custom CSS */