.elementor-55113 .elementor-element.elementor-element-e11344d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-55113 .elementor-element.elementor-element-e11344d:not(.elementor-motion-effects-element-type-background), .elementor-55113 .elementor-element.elementor-element-e11344d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0390975 );}@media(max-width:1024px){.elementor-55113 .elementor-element.elementor-element-e11344d{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-e11344d *//* ---------- Slick Slider Structural Fix ---------- */
#post-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

#post-slider .slick-slide {
  height: auto;
}

#post-slider .slick-slide > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ---------- Article Layout ---------- */
#post-slider article.wpr-grid-item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

/* ---------- Image Consistency ---------- */
#post-slider .wpr-grid-media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: grab !important; /* Ensure custom cursor */
  cursor: url("https://inapp.com/wp-content/uploads/2025/10/Drag-cursor.svg") 16 16, grab !important;
}

#post-slider .wpr-grid-media-wrap:active {
  cursor: grabbing !important;
}

#post-slider .wpr-grid-image-wrap,
#post-slider .wpr-grid-media-hover {
  height: 100%;
}

/* ---------- Remove overlay completely ---------- */
#post-slider .wpr-grid-media-hover,
#post-slider .wpr-grid-media-hover-bg {
  display: none !important;  /* hide overlay divs */
  opacity: 0 !important;
  pointer-events: none !important;  /* allow clicks & cursor through */
}

/* ---------- Image Behavior ---------- */
#post-slider .wpr-grid-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Card Inner Content ---------- */
#post-slider .wpr-grid-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ---------- Text + Read More Alignment ---------- */
#post-slider .wpr-grid-item-below-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}

#post-slider .wpr-grid-item-title {
  line-height: 1.4;
  min-height: 2.8em;
}

#post-slider .wpr-grid-item-title .inner-block a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- Force Read More to Bottom ---------- */
#post-slider .wpr-grid-item-read-more {
  margin-top: auto !important;
  align-self: flex-start;
  padding-top: 8px;
}

/* ---------- Inline Icon + Link Style ---------- */
#post-slider .inner-block a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

#post-slider .wpr-grid-extra-icon-right svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* ---------- Global Cursor Behavior ---------- */
#post-slider {
  cursor: grab !important;
  cursor: url("https://inapp.com/wp-content/uploads/2025/10/Drag-cursor.svg") 16 16, grab !important;
}

#post-slider:active {
  cursor: grabbing !important;
}/* End custom CSS */