.elementor-kit-25319{--e-global-color-primary:#E04F25;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#031151;--e-global-color-f075aa5:#04C7FF;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:300;color:var( --e-global-color-primary );font-family:"Helvetica", Sans-serif;font-size:14px;font-weight:400;}.elementor-kit-25319 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style the title */
.elementor-post__title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block; /* Make title inline for horizontal layout */
}

/* Style the content */
.elementor-post__read-more-wrapper {
  display: inline-flex; /* Make excerpt inline for horizontal layout */
  align-items: center;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Style the excerpt within the read more button */
.elementor-post__read-more-wrapper .elementor-post__excerpt {
  max-width: 200px; /* Adjust width as needed */
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal; /* Remove bold from snippet */
}

/* Style the date */
.elementor-post__meta-data {
  color: #aaa;
  font-size: 12px;
  margin-left: 10px; /* Adjust spacing as needed */
}

/* Style the read more button */
.elementor-post__read-more {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

/* Style the hover state of the read more button */
.elementor-post__read-more:hover {
  color: #fff;
}

/* Adjust the layout */
.elementor-post-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden; /* Enable ellipsis for title if it overflows */
}

/* Set a background color for the container (optional) */
.elementor-post-container {
  background-color: #222;
}

/* Add spacing between posts (optional) */
.elementor-post-container {
  margin-bottom: 15px;
}/* End custom CSS */