.elementor-1757 .elementor-element.elementor-element-a9c6ca5{--display:flex;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}.elementor-1757 .elementor-element.elementor-element-a9c6ca5:not(.elementor-motion-effects-element-type-background), .elementor-1757 .elementor-element.elementor-element-a9c6ca5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-secondary ) 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1757 .elementor-element.elementor-element-b113561{text-align:center;}.elementor-1757 .elementor-element.elementor-element-b113561 .elementor-heading-title{font-family:var( --e-global-typography-b24c197-font-family ), Sans-serif;font-size:var( --e-global-typography-b24c197-font-size );font-weight:var( --e-global-typography-b24c197-font-weight );line-height:var( --e-global-typography-b24c197-line-height );letter-spacing:var( --e-global-typography-b24c197-letter-spacing );}.elementor-1757 .elementor-element.elementor-element-aab3775{--display:flex;--min-height:70vh;--justify-content:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-1757 .elementor-element.elementor-element-aab3775:not(.elementor-motion-effects-element-type-background), .elementor-1757 .elementor-element.elementor-element-aab3775 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1757 .elementor-element.elementor-element-787e24f{font-family:var( --e-global-typography-f53c0a1-font-family ), Sans-serif;font-size:var( --e-global-typography-f53c0a1-font-size );font-weight:var( --e-global-typography-f53c0a1-font-weight );}@media(min-width:768px){.elementor-1757 .elementor-element.elementor-element-aab3775{--content-width:900px;}}@media(max-width:1024px){.elementor-1757 .elementor-element.elementor-element-b113561 .elementor-heading-title{font-size:var( --e-global-typography-b24c197-font-size );line-height:var( --e-global-typography-b24c197-line-height );letter-spacing:var( --e-global-typography-b24c197-letter-spacing );}.elementor-1757 .elementor-element.elementor-element-aab3775{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1757 .elementor-element.elementor-element-787e24f{font-size:var( --e-global-typography-f53c0a1-font-size );}}@media(max-width:767px){.elementor-1757 .elementor-element.elementor-element-a9c6ca5{--padding-top:90px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1757 .elementor-element.elementor-element-b113561 .elementor-heading-title{font-size:var( --e-global-typography-b24c197-font-size );line-height:var( --e-global-typography-b24c197-line-height );letter-spacing:var( --e-global-typography-b24c197-letter-spacing );}.elementor-1757 .elementor-element.elementor-element-787e24f{font-size:var( --e-global-typography-f53c0a1-font-size );}}/* Start custom CSS for theme-post-content, class: .elementor-element-787e24f *//* Base Content Wrapper */
.post-content,
.entry-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Lato", sans-serif;
  color: #67645E;
  line-height: 1.7;
  font-size: 16px;
}

/* Headings */
.post-content h1,
.entry-content h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.post-content h2,
.entry-content h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.post-content h3,
.entry-content h3 {
  font-size: 22px;
  margin-top: 28px;
  margin-bottom: 12px;
}

/* Paragraphs */
.post-content p,
.entry-content p {
  margin-bottom: 16px;
}

/* Links */
.post-content a,
.entry-content a {
  color: #67645E;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.post-content a:hover,
.entry-content a:hover {
  opacity: 0.6;
}

/* Lists */
.post-content ul,
.post-content ol,
.entry-content ul,
.entry-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.post-content li,
.entry-content li {
  margin-bottom: 8px;
}

/* Blockquotes */
.post-content blockquote,
.entry-content blockquote {
  border-left: 3px solid #67645E;
  padding-left: 16px;
  margin: 24px 0;
  font-style: italic;
  opacity: 0.8;
}

/* Images */
.post-content img,
.entry-content img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 24px 0;
}

/* Tables */
.post-content table,
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.post-content th,
.post-content td,
.entry-content th,
.entry-content td {
  border-bottom: 1px solid #eee;
  padding: 12px;
  text-align: left;
}

/* Strong + Emphasis */
.post-content strong,
.entry-content strong {
  font-weight: 600;
}

.post-content em,
.entry-content em {
  font-style: italic;
}

/* Spacing for sections */
.post-content > *:first-child,
.entry-content > *:first-child {
  margin-top: 0;
}

.post-content > *:last-child,
.entry-content > *:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .post-content,
  .entry-content {
    padding: 24px 16px;
    font-size: 15px;
  }

  .post-content h1,
  .entry-content h1 {
    font-size: 30px;
  }

  .post-content h2,
  .entry-content h2 {
    font-size: 24px;
  }
}/* End custom CSS */