.elementor-5852 .elementor-element.elementor-element-cb7c34f{padding:30px 0px 30px 0px;}.elementor-widget-theme-post-title .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-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5852 .elementor-element.elementor-element-f33564a .elementor-icon-list-icon{width:14px;}.elementor-5852 .elementor-element.elementor-element-f33564a .elementor-icon-list-icon i{font-size:14px;}.elementor-5852 .elementor-element.elementor-element-f33564a .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.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-5852 .elementor-element.elementor-element-6e88dac{color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5852 .elementor-element.elementor-element-a2d7007 > .elementor-widget-container{padding:0px 10px 0px 10px;border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;}.elementor-5852 .elementor-element.elementor-element-a2d7007 span.post-navigation__prev--label{color:var( --e-global-color-primary );}.elementor-5852 .elementor-element.elementor-element-a2d7007 span.post-navigation__next--label{color:var( --e-global-color-primary );}.elementor-5852 .elementor-element.elementor-element-a2d7007 span.post-navigation__prev--label:hover{color:var( --e-global-color-secondary );}.elementor-5852 .elementor-element.elementor-element-a2d7007 span.post-navigation__next--label:hover{color:var( --e-global-color-secondary );}.elementor-5852 .elementor-element.elementor-element-a2d7007 span.post-navigation__prev--label, .elementor-5852 .elementor-element.elementor-element-a2d7007 span.post-navigation__next--label{font-family:"Roboto Slab", Sans-serif;font-weight:600;}.elementor-5852 .elementor-element.elementor-element-a2d7007 .post-navigation__arrow-wrapper{color:var( --e-global-color-primary );}.elementor-5852 .elementor-element.elementor-element-a2d7007 .post-navigation__arrow-wrapper:hover{color:var( --e-global-color-secondary );}.elementor-5852 .elementor-element.elementor-element-a2d7007 .elementor-post-navigation__separator{background-color:var( --e-global-color-primary );width:3px;}.elementor-5852 .elementor-element.elementor-element-a2d7007 .elementor-post-navigation{color:var( --e-global-color-primary );border-top-width:3px;border-bottom-width:3px;}.elementor-5852 .elementor-element.elementor-element-a2d7007 .elementor-post-navigation__next.elementor-post-navigation__link{width:calc(50% - (3px / 2));}.elementor-5852 .elementor-element.elementor-element-a2d7007 .elementor-post-navigation__prev.elementor-post-navigation__link{width:calc(50% - (3px / 2));}@media(max-width:1024px){.elementor-5852 .elementor-element.elementor-element-cb7c34f{padding:30px 30px 30px 30px;}}@media(max-width:767px){.elementor-5852 .elementor-element.elementor-element-cb7c34f{margin-top:135px;margin-bottom:0px;padding:25px 20px 25px 20px;}}/* Start custom CSS for post-info, class: .elementor-element-f33564a *//* Ensure the items are displayed in a single line */
.elementor-widget-post-info .elementor-icon-list-items {
  display: flex !important;        /* Align the list items horizontally */
  gap: 12px;                       /* Space between items */
  flex-wrap: nowrap;                /* Prevent items from wrapping to the next line */
  align-items: center;             /* Align items vertically in the center */
  margin: 0 !important;            /* Remove any extra margin */
  padding: 0 !important;           /* Remove padding from the list container */
}

/* Individual item styling */
.elementor-widget-post-info .elementor-icon-list-item {
  display: inline-flex !important; /* Make each list item inline */
  align-items: center;             /* Align the icon and text in the center */
  margin: 0 !important;            /* Remove any extra margins */
  padding: 0 !important;           /* Remove any padding around the item */
  width: auto;                     /* Ensure the width is flexible */
  font-family: var(--e-global-typography-text-font-family), Sans-serif; /* Your custom font */
  font-weight: var(--e-global-typography-text-font-weight); /* Your custom font weight */
  white-space: nowrap;             /* Prevent the text from breaking into multiple lines */
}

/* Optionally hide any <br> tags that may be added in between list items */
.elementor-widget-post-info br {
  display: none;
}/* End custom CSS */