.elementor-widget-trio_category_latest_posts .trio-category-latest {
  background-color: var(--background, #f9fafb);
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__header {
  border: 1px solid var(--infinite-border-color, #cacdd1);
  border-top: none;
  border-bottom: none;
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__section-title {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--foreground-actionable, #054ad9);
  margin: 0;
  padding: 2.5rem 2rem;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_latest_posts .trio-category-latest__section-title {
    font-size: 1.25rem;
    padding: 2.5rem 1.5rem;
  }
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__grid {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_latest_posts .trio-category-latest__grid {
    flex-direction: column;
  }
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2rem;
  border: 1px solid var(--infinite-border-color, #cacdd1);
  border-top: none;
  border-right: none;
  position: relative;
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__card:last-child {
  border-right: 1px solid var(--infinite-border-color, #cacdd1);
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color 0.2s;
  z-index: 2;
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__card:hover::before {
  border-color: var(--foreground-actionable, #054ad9);
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_latest_posts .trio-category-latest__card {
    padding: 1.5rem;
    border-right: 1px solid var(--infinite-border-color, #cacdd1);
  }
  .elementor-widget-trio_category_latest_posts .trio-category-latest__card + .elementor-widget-trio_category_latest_posts .trio-category-latest__card {
    border-top: none;
  }
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__meta {
  display: flex;
  flex-direction: column;
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__reading-time {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--foreground, #09090b);
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__post-title {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--foreground, #030712);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.elementor-widget-trio_category_latest_posts .trio-category-latest__post-title a:hover {
  color: var(--foreground-actionable, #054ad9);
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_latest_posts .trio-category-latest__post-title {
    font-size: 1.125rem;
  }
}
