/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/deprecated_CC2-499_latest-posts/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-b2b-section-latest-posts {
  position: relative;
  overflow: hidden;
}
.wp-block-b2b-section-latest-posts .slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  gap: var(--control-gap, 1rem);
}
.wp-block-b2b-section-latest-posts .slider-controls .wp-block-button {
  width: 2.5rem;
  height: 2.5rem;
  align-content: center;
  border-radius: 50%;
}
.wp-block-b2b-section-latest-posts .slider-controls .wp-block-button a::after {
  background-color: var(--Color-Background-Button);
}
.wp-block-b2b-section-latest-posts .slider-controls .wp-block-button.prev-slide a::after {
  transform: rotate(180deg);
}
.wp-block-b2b-section-latest-posts .slider-controls .wp-block-button.disabled {
  pointer-events: none;
}
.wp-block-b2b-section-latest-posts .slider-controls .wp-block-button.disabled a {
  opacity: 0.3;
  border: 0 !important;
  pointer-events: none;
}
.wp-block-b2b-section-latest-posts .slider-controls .wp-block-button .wp-element-button {
  padding: 0.5rem;
  background-color: transparent;
  border: solid 1px var(--Color-Background-Button);
}
.wp-block-b2b-section-latest-posts .slider-controls .wp-block-button .wp-element-button::after {
  width: 1rem;
  height: 1rem;
}
.wp-block-b2b-section-latest-posts .slider-controls .total-wrap {
  align-content: center;
}
.wp-block-b2b-section-latest-posts .taxonomy-category.ds-display-2 a, .wp-block-b2b-section-latest-posts .taxonomy-category.ds-display-2 span {
  color: var(--ds-semantic-color-accent1-surface-medium);
  padding: 0;
  background-color: transparent;
}
.wp-block-b2b-section-latest-posts .wp-block-citeo-semantic-post-link-wrapper .wp-block-post-title, .wp-block-b2b-section-latest-posts .wp-block-citeo-semantic-post-link-wrapper .wp-block-post-date, .wp-block-b2b-section-latest-posts .wp-block-citeo-semantic-post-link-wrapper .wp-block-post-excerpt {
  color: var(--ds-semantic-color-layout-content-medium, #1F2937);
}
.wp-block-b2b-section-latest-posts .wp-block-citeo-semantic-post-link-wrapper figure {
  transition: transform 0.25s cubic-bezier(1, 0, 0, 1);
}
.wp-block-b2b-section-latest-posts .wp-block-citeo-semantic-post-link-wrapper:hover figure {
  transform: scale(0.99);
}
.wp-block-b2b-section-latest-posts .wp-block-heading {
  margin-bottom: var(--ds-core-size-06, 16px);
  font-size: var(--Font-Size-Title-2);
  line-height: var(--Font-Line-height-Title-2);
}
.wp-block-b2b-section-latest-posts .wp-block-post-terms a {
  color: var(--Color-Background-Button);
  padding: 4px var(--ds-semantic-spacing-xs, 8px);
  border-radius: var(--ds-core-radius-default, 4px);
  background-color: var(--ds-color-bg-layout, #F3F4F6);
}
.wp-block-b2b-section-latest-posts .wp-block-post-date time {
  font-size: var(--ds-core-typography-font-size-2xs, 12px);
}
.wp-block-b2b-section-latest-posts .wp-block-post-excerpt {
  margin-bottom: var(--ds-core-size-05, 12px);
}
.wp-block-b2b-section-latest-posts .wp-block-post-terms__separator {
  display: inline-block;
  width: var(--ds-semantic-spacing-xs, 8px);
}
.wp-block-b2b-section-latest-posts .wp-block-query {
  padding-top: 2.5rem;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  cursor: grab;
  transform: translateX(0);
  transition: transform ease-out 0.25s;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template:active {
  cursor: grabbing;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template.no-slide {
  cursor: default;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template:not(.shifting) {
  transition: none !important;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template:has(.wp-block-post:not(.active-slide):hover) .wp-block-post.active-slide {
  border-color: var(--ds-semantic-color-accent1-surface-subtlest);
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: calc(33% - 1rem);
  border-bottom: 4px solid var(--ds-semantic-color-accent1-surface-subtlest);
  transition: border-color 0.25s cubic-bezier(1, 0, 0, 1);
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post:not(.active-slide):hover {
  border-color: var(--ds-semantic-color-accent1-border-medium);
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post.active-slide {
  border-color: var(--ds-semantic-color-accent1-border-medium);
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: var(--Color-Background-Subtle);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper {
  min-height: 4.5rem;
  padding: 0 1.5rem;
  font-family: var(--Font-Text);
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper .wp-block-post-date {
  display: block;
  font-size: var(--ds-core-typography-font-size-xs);
  line-height: 2rem;
  color: var(--Cool-Gray-400, #9CA3AF);
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper .wp-block-post-terms a {
  padding: 0.5rem;
  color: var(--Color-Text-Brand);
  border-radius: 6rem;
  background-color: var(--Color-Background-Subtle);
  font-family: var(--Font-SemiBold);
  pointer-events: none;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .article-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--ds-core-size-04, 8px);
  padding: var(--ds-semantic-spacing-m, 16px) var(--ds-semantic-spacing-s, 12px) var(--ds-semantic-spacing-l, 24px) var(--ds-semantic-spacing-s, 12px);
  min-height: 12rem;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-title {
  height: 6rem;
  overflow: hidden;
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-excerpt {
  font-family: var(--Font-Text);
  font-size: var(--Font-Size-Body-2);
  line-height: var(--Font-Line-height-Body-2);
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  display: none;
  pointer-events: none;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .wp-block-button {
  margin-top: auto;
}
.wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post .wp-block-button .wp-block-button__link {
  padding-left: 1.5rem !important;
}
.wp-block-b2b-section-latest-posts .main-cta-wrap {
  margin-top: var(--ds-semantic-spacing-2xl, 40px);
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .wp-block-b2b-section-latest-posts .wp-block-heading {
    margin-bottom: 2rem;
  }
  .wp-block-b2b-section-latest-posts .wp-block-query .wp-block-post-template .wp-block-post {
    min-width: 300px;
  }
}
@media screen and (max-width: 1040px) {
  .wp-block-b2b-section-latest-posts .date-tag-wrapper, .wp-block-b2b-section-latest-posts .article-wrapper {
    min-height: 0 !important;
  }
  .wp-block-b2b-section-latest-posts .wp-block-post-title {
    height: auto !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/