.featured-article .elementor-post__text {
    padding: 25px;
}
.sticky-table {
     position: sticky;
  top: 140px;
  background:   #fff;
  border: 2px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
	    margin: 50px 0px;
	    border-radius: 20px;
}
.sticky-table .elementor-widget-container {
 border: 2px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	 border-radius: 20px;
	overflow-y: scroll !important;
    max-height: calc(80vh - 100px);
}
.scroll-top {
  position: fixed;
  bottom: 90px;
  right: 2rem;
  width: 50px !important;
  height: 50px;
  background: #072BCC;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 9999;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.elementor-alert {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-cta {
    background: #28a745;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}
span.elementor-alert-title {
    padding-right: 30px;
}
@media only screen and (max-width: 600px) {
	.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700;
    padding: 20px;
}
.elementor-alert {
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center !important;
}

}
.elementor a {
	    color: #000;
}
a.jp-relatedposts-post-a {
    color: #000;
	    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}
p.jp-relatedposts-post-context {
    font-size: 16px !important;
    line-height: 24px !important;
}