.elementor-21782 .elementor-element.elementor-element-2f5be8c9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */.content-inner .wp-block-image.size-full {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 12px; /* You can adjust this value */
}

.content-inner .wp-block-image.size-full img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 12px; /* Match the container's border-radius */
}

ul.item--meta.ct-item-meta.meta-style2 {
    display: none !important;
}

/* Container Layout & Spacing */
.content-inner {
  padding: 0rem .5rem;
  background-color: #ffffff;
  color: #000000;
  font-family: 'Segoe UI', sans-serif;
}

/* Headings */
.content-inner h2,
.content-inner h4 {
  color: #111;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.content-inner h3 {
  color: #000000;
  font-weight: 700;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}

/* Paragraphs */
.content-inner p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  font-size: 1rem;
}

/* Links */
.content-inner a {
  color: #1a0dab;
  text-decoration: underline;
}

/* Image Styling */
.content-inner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}

/* Figure & Caption */
.content-inner figure {
  margin: 2rem 0;
  text-align: center;
}

.content-inner figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
  font-style: italic;
}

/* Lists */
.content-inner ul {
  margin-left: 1.5rem;
  list-style-type: disc;
}

.content-inner ul li {
  margin-bottom: 0.6rem;
}

/* Meta Info (Date, Comments) */
.item--meta li {
  font-size: 0.875rem;
  color: #777;
}

/* Horizontal Rules */
.content-inner hr {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 2rem 0;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .content-inner {
    padding: 0rem 0rem;
  }

  .content-inner h2 {
    font-size: 1.5rem;
  }

  .content-inner h4 {
    font-size: 1.2rem;
  }
}

img.attachment-promotors-thumbnail-single {
  display: none !important;
}

.entry-author-info .author-name a {
  color: black !important;
}

.entry-navigation .nav-item.nav-post-prev .nav-post-meta .nav-post-label,
.entry-navigation .nav-item.nav-post-prev .nav-post-meta .nav-post-link {
  color: black !important;
}

.entry-author-info .author-description {
  color: black !important;
}/* End custom CSS */