.emerald-posts-showcase .showcase-layout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.emerald-posts-showcase .showcase-layout-container .entry-header .entry-meta .cat {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #4a4f63;
  background: #edf0f3;
  border-radius: 12px;
  text-decoration: none;
}
.emerald-posts-showcase .showcase-layout-container .showcase-main-post {
  width: calc(58.33333% - 15px);
}
.emerald-posts-showcase .showcase-layout-container .showcase-main-post .post .post-thumb {
  position: relative;
  padding-bottom: 56%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.emerald-posts-showcase .showcase-layout-container .showcase-main-post .post .post-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.emerald-posts-showcase .showcase-layout-container .showcase-main-post .post .entry-header {
  margin-top: 0.75rem;
}
.emerald-posts-showcase .showcase-layout-container .showcase-main-post .post .entry-header .entry-title {
  margin: 0.5rem 0 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emerald-posts-showcase .showcase-layout-container .showcase-main-post .post .entry-header .entry-title a {
  text-decoration: none;
}
.emerald-posts-showcase .showcase-layout-container .showcase-side-posts {
  width: calc(41.66667% - 15px);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.emerald-posts-showcase .showcase-layout-container .showcase-side-posts .showcase-side-post .post {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.emerald-posts-showcase .showcase-layout-container .showcase-side-posts .showcase-side-post .post .post-thumb {
  flex-shrink: 0;
  width: 152px;
  height: 86px;
}
.emerald-posts-showcase .showcase-layout-container .showcase-side-posts .showcase-side-post .post .post-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.emerald-posts-showcase .showcase-layout-container .showcase-side-posts .showcase-side-post .post .post-thumb img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.emerald-posts-showcase .showcase-layout-container .showcase-side-posts .showcase-side-post .post .entry-header .entry-title {
  margin: 0.25rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.emerald-posts-showcase .showcase-layout-container .showcase-side-posts .showcase-side-post .post .entry-header .entry-title a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .emerald-posts-showcase .showcase-layout-container {
    flex-direction: column;
  }
  .emerald-posts-showcase .showcase-layout-container .showcase-main-post,
  .emerald-posts-showcase .showcase-layout-container .showcase-side-posts {
    width: 100%;
  }
  .emerald-posts-showcase .showcase-layout-container .showcase-main-post .post .entry-header .entry-title {
    font-size: 18px;
  }
  .emerald-posts-showcase .showcase-layout-container .showcase-side-posts .showcase-side-post .post .post-thumb {
    width: 132px;
    height: 74px;
  }
}

.card-splide .card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1rem;
  height: 100%;
  background-color: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 24px -4px rgba(0, 39, 102, 0.08), 0px 0px 8px -4px rgba(0, 39, 102, 0.03);
  overflow: hidden;
}
.card-splide .card .title {
  margin: 0 0 0.5rem;
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
}
.card-splide .card .content {
  font-size: 14px;
}
.card-splide .card .content a {
  color: inherit;
}
.card-splide .card .content ul:last-child {
  margin-bottom: 0;
}
.card-splide .card .read-more {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.card-splide .card .read-more i {
  color: var(--wd-link-color);
}
.card-splide .card .read-more svg {
  fill: var(--wd-link-color);
}
@media (max-width: 768px) {
  .card-splide .card {
    padding: 0;
  }
  .card-splide .card .title {
    font-size: 16px;
  }
  .card-splide .card .card-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .card-splide .card .read-more {
    padding: 12px;
    padding-top: 0;
    font-size: 14px;
  }
}

.emerald-section-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.emerald-section-header .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.emerald-section-header .icon {
  display: inline-flex;
  align-items: center;
}
.emerald-section-header .divider {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #c1c8d1;
}
.emerald-section-header .read-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.emerald-section-header .read-more .readmore-icon {
  display: inline-flex;
  align-items: center;
}
.emerald-section-header .read-more i {
  color: var(--wd-link-color);
}
.emerald-section-header .read-more svg {
  fill: var(--wd-link-color);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  color: #020b27 !important;
  height: 32px;
  min-height: 32px;
  border-radius: 16px;
  background: #FFF !important;
  border: 1px solid #1250dc;
}
.elementor-widget-n-tabs .e-activated .e-n-tab-title {
  position: relative;
  overflow: hidden;
}
.elementor-widget-n-tabs .e-activated .e-n-tab-title[aria-selected=true]:before {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
  font-size: 10px;
  color: #FFF;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
}
.elementor-widget-n-tabs .e-activated .e-n-tab-title[aria-selected=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid #1250dc;
  border-left: 26px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.emerald-nav-category-list {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .emerald-nav-category-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .emerald-nav-category-list::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
.emerald-nav-category-list .nav-item {
  flex-shrink: 0; /* Prevent items from shrinking */
  margin: 0;
}
.emerald-nav-category-list .nav-item .nav-link {
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #020b27;
  background: #FFF;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
}
.emerald-nav-category-list .nav-item .nav-link:hover {
  background-color: #dfe2e6;
  color: #333;
}