.rci-articles-grid-shortcode {
  box-sizing: border-box !important;
  width: 100% !important;
}

.rci-articles-grid-shortcode *,
.rci-articles-grid-shortcode *::before,
.rci-articles-grid-shortcode *::after {
  box-sizing: border-box !important;
}

.rci-articles-grid-shortcode [hidden] {
  display: none !important;
}

.rci-articles-grid-shortcode.is-loading .rci-articles-grid {
  opacity: 0.72 !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__filters {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  justify-content: center !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
  width: 100% !important;
}

.rci-articles-grid-shortcode button.rci-articles-grid__filter {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgb(210 220 229 / 85%) !important;
  border-radius: 999px !important;
  box-shadow: 0 2px 8px rgba(15, 42, 67, 0.05) !important;
  padding: 10px 24px 9px !important;
  color: #5f6b7a !important;
  display: inline-flex !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-style: normal !important;
  justify-content: center !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  min-width: 88px !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    opacity 180ms ease !important;
  white-space: nowrap !important;
}

.rci-articles-grid-shortcode button.rci-articles-grid__filter:hover,
.rci-articles-grid-shortcode button.rci-articles-grid__filter:focus-visible {
  background: #fff !important;
  border-color: rgba(15, 140, 201, 0.42) !important;
  box-shadow: 0 3px 10px rgba(15, 140, 201, 0.12) !important;
  color: #0f8cc9 !important;
}

.rci-articles-grid-shortcode button.rci-articles-grid__filter.is-active {
  background: #0f8cc9 !important;
  border-color: #0f8cc9 !important;
  box-shadow: 0 4px 12px rgba(15, 140, 201, 0.24) !important;
  color: #fff !important;
}

.rci-articles-grid-shortcode button.rci-articles-grid__filter:disabled {
  cursor: wait !important;
  opacity: 0.7 !important;
}

.rci-articles-grid-shortcode button.rci-articles-grid__filter:focus-visible,
.rci-articles-grid-shortcode a.rci-articles-grid__card:focus-visible,
.rci-articles-grid-shortcode button.rci-articles-grid__load-more:focus-visible {
  outline: 3px solid rgba(15, 140, 201, 0.35) !important;
  outline-offset: 3px !important;
}

.rci-articles-grid-shortcode .rci-articles-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  height: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.rci-articles-grid-shortcode a.rci-articles-grid__card,
.rci-articles-grid-shortcode a.rci-articles-grid__card:visited {
  background: #ffffff7a !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 16px 0 rgba(229, 242, 255, 0.68) !important;
  color: inherit !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-decoration: none !important;
  width: 100% !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__image-wrap {
  background: rgba(229, 242, 255, 0.68) !important;
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
  aspect-ratio: 15 / 9 !important;
}

.rci-articles-grid-shortcode img.rci-articles-grid__image,
.rci-articles-grid-shortcode .rci-articles-grid__image-placeholder {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  max-width: none !important;
  object-fit: cover !important;
  padding: 0 !important;
  transition: transform 260ms ease !important;
  width: 100% !important;
  height: 100% !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__image-placeholder {
  background: linear-gradient(
    135deg,
    rgba(15, 140, 201, 0.12),
    rgba(255, 255, 255, 0.78)
  ) !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__content {
  align-items: flex-start !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 20px 18px !important;
  width: 100% !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__date {
  color: #acacac !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.rci-articles-grid-shortcode h3.rci-articles-grid__title {
  color: #111827 !important;
  font-family: inherit !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.25em !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: color 180ms ease !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__excerpt {
  color: #1f2933 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.4em !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__read-more {
  align-items: center !important;
  color: #0f8cc9 !important;
  display: inline-flex !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  gap: 5px !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: auto 0 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__read-more::after {
  content: none !important;
  display: none !important;
}

.rci-articles-grid-shortcode
  .rci-articles-grid__read-more
  svg.rci-articles-grid__read-more-icon {
  display: inline-block !important;
  fill: currentColor !important;
  flex: 0 0 auto !important;
  height: 13px !important;
  margin-left: 2px !important;
  transform: translateX(0) !important;
  transition: transform 180ms ease !important;
  width: 13px !important;
}

.rci-articles-grid-shortcode
  a.rci-articles-grid__card:hover
  img.rci-articles-grid__image,
.rci-articles-grid-shortcode
  a.rci-articles-grid__card:focus-visible
  img.rci-articles-grid__image {
  transform: scale(1.045) !important;
}

.rci-articles-grid-shortcode
  a.rci-articles-grid__card:hover
  h3.rci-articles-grid__title,
.rci-articles-grid-shortcode
  a.rci-articles-grid__card:focus-visible
  h3.rci-articles-grid__title {
  color: #0f8cc9 !important;
}

.rci-articles-grid-shortcode
  a.rci-articles-grid__card:hover
  .rci-articles-grid__read-more
  svg.rci-articles-grid__read-more-icon,
.rci-articles-grid-shortcode
  a.rci-articles-grid__card:focus-visible
  .rci-articles-grid__read-more
  svg.rci-articles-grid__read-more-icon {
  transform: translateX(4px) !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__empty {
  color: #1f2933 !important;
  font-size: 16px !important;
  grid-column: 1 / -1 !important;
  line-height: 1.4em !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rci-articles-grid-shortcode .rci-articles-grid__load-more-wrap {
  display: flex !important;
  justify-content: center !important;
  margin: 34px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.rci-articles-grid-shortcode button.rci-articles-grid__load-more {
  background: linear-gradient(180deg, #0f8cc9 0%, #005d99 100%);
  font-size: 16px !important;
  padding: 13px 24px !important;
  width: 130px !important;
  text-align: center !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease !important;
}

.rci-articles-grid-shortcode button.rci-articles-grid__load-more:hover,
.rci-articles-grid-shortcode button.rci-articles-grid__load-more:focus-visible {
  background: #0c78ad !important;
  border-color: #0c78ad !important;
  color: #fff !important;
}

.rci-articles-grid-shortcode button.rci-articles-grid__load-more.is-loading {
  cursor: wait !important;
  opacity: 0.76 !important;
}

@media (max-width: 767px) {
  .rci-articles-grid-shortcode .rci-articles-grid__filters {
    gap: 8px !important;
  }

  .rci-articles-grid-shortcode button.rci-articles-grid__filter {
    font-size: 14px !important;
    min-width: auto !important;
    padding: 8px 14px !important;
  }
}

@media (max-width: 360px) {
  .rci-articles-grid-shortcode .rci-articles-grid {
    grid-template-columns: 1fr !important;
  }
}
