.the7-simple-widget-posts.widget-divider-on .wf-cell:before {
  content: "";
  position: absolute;
  top: calc(-1 * (var(--grid-row-gap, 0px) + var(--divider-width, 0px))/ 2);
  left: 0;
  width: 100%;
  border-bottom-width: var(--divider-width, 0px);
  border-bottom-color: var(--the7-divider-color)
}

.the7-simple-widget-posts .dt-css-grid {
  grid-template-rows: auto
}

.auto-height-y .the7-simple-widget-posts .dt-css-grid {
  align-items: flex-start
}

.auto-height-y .the7-simple-widget-posts .wrapper.post {
  height: 100%
}

.the7-simple-widget-posts .post-entry-content {
  display: flex;
  flex-flow: column wrap;
  max-width: 100%;
  width: 100%
}

.the7-simple-widget-posts .post-title {
  color: var(--the7-h5-color);
  display: inline-block;
  text-decoration: inherit;
  transition: all .3s ease;
  margin-bottom: 0 !important
}

.the7-simple-widget-posts .post-title:hover,
.the7-simple-widget-posts a.wf-cell:hover .post-title {
  color: var(--the7-h5-color)
}

.the7-simple-widget-posts .short-description {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
  color: var(--the7-base-color);
  margin-bottom: 0;
  margin-top: 10px;
  transition: all .3s ease
}

.the7-simple-widget-posts .post-details.details-type-btn {
  width: fit-content;
  margin-top: 15px
}

.the7-simple-widget-posts .heading {
  max-width: 100%;
  margin-bottom: 0
}

.the7-simple-widget-posts.title-to-line .post-title {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.the7-simple-widget-posts .post-entry-content ul li {
  width: 100%;
  max-width: 100%;
  padding: 0;
  justify-content: flex-start
}

.the7-simple-widget-posts .post-entry-content ul {
  margin-left: 0;
  margin-right: 0
}

.paginator a.button-load-more {
  width: auto;
  height: auto
}

.paginator a.button-load-more i {
  line-height: inherit;
  font-size: inherit
}

.paginator .disabled {
  display: none
}

.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator {
  --filter-title-color-normal: var(--the7-title-color);
  --filter-title-color-hover: var(--the7-title-color);
  --filter-title-color-active: var(--the7-title-color);
  --filter-pointer-border-width: 2px;
  --filter-pointer-bg-radius: var(--the7-general-border-radius);
  --filter-pointer-bg-color-active: var(--the7-accent-color);
  --filter-pointer-bg-color-hover: var(--the7-accent-color);
  font-size: var(--the7-text-big-font-size);
  font-weight: 400;
  line-height: 1
}

.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator .button-load-more {
  line-height: 1
}

.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator .button-load-more .button-caption {
  font-weight: inherit
}

.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator .button-load-more i:first-child {
  margin: 0 5px 0 0
}

.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator .button-load-more i:last-child {
  margin: 0 0 0 5px
}

.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator a {
  font-weight: 400;
  margin: 0 5px;
  padding: 5px 10px
}

.the7-simple-widget-posts .entry-meta {
  margin-top: 5px;
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height)
}

.the7-simple-widget-posts .entry-meta a,
.the7-simple-widget-posts .entry-meta span {
  transition: all .3s ease
}

.the7-simple-widget-posts .entry-meta .meta-item:not(:last-child) {
  margin: 0 5px 0 0;
  padding: 0
}

.the7-simple-widget-posts .entry-meta .meta-item:not(:first-child):before {
  position: relative;
  box-shadow: none;
  margin: 0 5px 0 0;
  height: auto;
  width: auto;
  content: ''
}

.the7-simple-widget-posts .entry-meta .meta-item:before {
  color: var(--meta-color, var(--the7-secondary-text-color)) !important
}

.the7-simple-widget-posts .entry-meta a.meta-item:not(:first-child):before {
  transition: inherit
}

.the7-simple-widget-posts .entry-meta .meta-item:after {
  right: inherit;
  width: inherit;
  height: inherit;
  top: inherit;
  transform: inherit;
  content: "";
  background: 0 0
}

.icon-box-vertical-align-center .the7-simple-widget-posts .post-entry-content {
  justify-content: center
}

.icon-box-vertical-align-bottom .the7-simple-widget-posts .post-entry-content {
  justify-content: flex-end
}