.elementor-3074 .elementor-element.elementor-element-6a1f9ab5{--display:flex;--background-transition:0.3s;}/* Start custom CSS for container, class: .elementor-element-6a1f9ab5 *//* Base content area */
.wp-block-post-content,
.entry-content {
  font-family: "Georgia", serif;
  color: #222;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #111;
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.3rem; }
h5, h6 { font-size: 1.1rem; }

/* Paragraphs */
p {
  margin: 1.25rem 0;
}

/* Lists - fix spacing and style */
ul, ol {
  padding-left: 1.5rem;
  margin: 1.25rem 0;
}

li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0.25rem 0 0.25rem 1.2rem;
}

/* Images with background, border, shadow */
.wp-block-image img,
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  padding: 1rem;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

figure.wp-block-image {
  text-align: center;
  margin: 2rem auto;
}

figure.wp-block-image figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
}

/* Blockquotes */
blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  margin: 2rem 0;
  font-style: italic;
  color: #555;
  background: #fafafa;
}

/* Code blocks */
pre, .wp-block-code {
  background: #f4f4f4;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 0.95rem;
  margin: 1.5rem 0;
}

/* Inline code */
code {
  background: #f1f1f1;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-size: 0.95em;
  font-family: "Courier New", monospace;
}

/* Links */
a {
  color: #0073aa;
  text-decoration: underline;
  transition: color 0.2s ease;
}
a:hover {
  color: #004e7a;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.95rem;
}

th, td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}

th {
  background: #f5f5f5;
  font-weight: 600;
}

/* Horizontal rules */
hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 3rem 0;
}

/* Video embeds – responsive 16:9 */
.wp-block-video video,
.wp-block-embed__wrapper iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  border-radius: 10px;
  background: #000;
  margin: 2rem 0;
}

/* Ensure no excessive bottom margin on last element */
.wp-block-post-content > *:last-child,
.entry-content > *:last-child {
  margin-bottom: 0 !important;
}

/* Clean spacing after headings and before lists */
h2 + ul, h3 + ul, h2 + ol, h3 + ol {
  margin-top: 0.5rem;
}/* End custom CSS */