/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/product-news-block/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.product-news-block {
  padding: var(--spacing-4xl, 6.4rem) var(--spacing-xl, 4rem);
}
@media (max-width: 1024px) {
  .product-news-block {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .product-news-block {
    padding: var(--spacing-4xl, 6.4rem) var(--spacing-6xl, 10rem);
  }
}
.product-news-block__container {
  max-width: 152rem;
  margin: 0 auto;
  padding: 0 var(--spacing-xl, 4rem);
}
@media (max-width: 1024px) {
  .product-news-block__container {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .product-news-block__container {
    padding: 0;
  }
}
.product-news-block__filters-wrapper {
  margin-bottom: var(--spacing-m);
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .product-news-block__filters-wrapper {
    padding-bottom: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
  }
}
.product-news-block__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .product-news-block__content {
    flex-direction: row;
    gap: var(--spacing-7xl);
  }
}
.product-news-block__main-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5xl, 72px);
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .product-news-block__main-content {
    gap: var(--spacing-xl, 40px);
  }
}
.product-news-block__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-7xl);
}
@media (max-width: 1024px) {
  .product-news-block__list {
    gap: var(--spacing-m);
  }
}
.product-news-block__no-results {
  text-align: center;
  padding: var(--spacing-4xl, 64px) var(--spacing-s, 24px);
  color: var(--color-grey-600, #585c63);
  font-family: var(--font-family-secondary, "Inter");
  font-weight: var(--font-weight-regular, 400);
  font-size: 18px;
  line-height: 1.6;
  font-style: normal;
  display: none;
}
.product-news-block__show-more-button {
  width: 100%;
}
@media (min-width: 1025px) {
  .product-news-block__show-more-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product-news-block__sidebar {
  width: 320px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .product-news-block__sidebar {
    display: none;
  }
}
.product-news-block__sidebar-inner {
  position: sticky;
  top: 120px;
}
.product-news-block__filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3xs, 12px);
  align-items: center;
}
@media (max-width: 1024px) {
  .product-news-block__filterbar {
    flex-direction: column;
    gap: var(--spacing-3xs, 12px);
    align-items: stretch;
  }
}
@media (min-width: 1025px) {
  .product-news-block__filterbar {
    gap: var(--spacing-3xs, 12px);
  }
}
.product-news-block__filter {
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .product-news-block__filter {
    width: 100%;
  }
}
.product-news-block__filter__button {
  font-family: var(--font-family-secondary, "Inter");
  font-weight: var(--font-weight-medium, 500);
  font-size: 1.6rem;
  line-height: 1.6;
  display: flex;
  gap: var(--spacing-4xs);
  align-items: center;
  justify-content: flex-start;
  min-width: 170px;
  width: 100%;
  height: 60px;
  padding: var(--spacing-2xs) var(--spacing-xs);
  background-color: var(--color-grey-0);
  border: 1px solid var(--color-grey-300);
  border-radius: var(--border-radius-xs);
  color: var(--color-grey-900);
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: -0.32px;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 1024px) {
  .product-news-block__filter__button {
    font-size: 1.5rem;
    min-width: 100%;
    width: 100%;
    padding: 18px 20px;
    gap: var(--spacing-4xs);
  }
}
.product-news-block__filter__button:hover {
  border-color: var(--color-grey-900);
}
.product-news-block__filter__button:focus {
  outline: 2px solid var(--color-grey-900);
  outline-offset: 2px;
}
.product-news-block__filter__label {
  flex: 1;
  text-align: left;
}
.product-news-block__filter__count {
  background-color: var(--color-grey-50, #f8f8f8);
  color: var(--color-grey-900, #171717);
  border: 1px solid var(--color-grey-300, #b8b8b8);
  border-radius: var(--border-radius-full, 1000px);
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PPFormula", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 2px;
  margin-left: var(--spacing-4xs, 8px);
  margin-right: var(--spacing-4xs, 8px);
  visibility: hidden;
}
.product-news-block__filter__count:not(:empty), .product-news-block__filter__count.show {
  visibility: visible;
}
.product-news-block__filter__chevron {
  width: 12px;
  height: 6px;
  min-width: 12px;
  min-height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-news-block__filter__chevron svg {
  width: 100%;
  height: 100%;
  display: block;
}
.product-news-block__filter__dropdown {
  background-color: var(--color-grey-0);
  border: 1px solid var(--color-grey-300);
  border-radius: var(--border-radius-xs);
  display: none;
  max-height: 280px;
  overflow-y: auto;
  padding: var(--spacing-3xs);
}
@media (max-width: 1024px) {
  .product-news-block__filter__dropdown {
    margin-top: var(--spacing-3xs);
    position: static;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .product-news-block__filter__dropdown {
    position: absolute;
    top: calc(100% + var(--spacing-4xs));
    left: 0;
    right: 0;
    z-index: 100;
  }
}
.product-news-block__filter__dropdown-content {
  padding: 0;
}
.product-news-block__filter__option {
  display: flex;
  align-items: center;
  padding: var(--spacing-4xs) var(--spacing-2xs);
  cursor: pointer;
  transition: background-color 0.2s ease;
  border: none;
}
.product-news-block__filter__option:hover {
  background-color: var(--color-grey-50, #fafafa);
}
.product-news-block__filter__option input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: var(--spacing-3xs, 12px);
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  cursor: pointer;
  position: relative;
  background-color: var(--color-grey-0);
  border: 1px solid var(--color-grey-700);
  border-radius: 4px;
  transition: all 0.2s ease;
}
.product-news-block__filter__option input[type=checkbox]:hover {
  border-color: var(--color-grey-900);
}
.product-news-block__filter__option input[type=checkbox]:checked {
  background-color: var(--color-grey-900);
  border-color: var(--color-grey-900);
}
.product-news-block__filter__option input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid var(--color-grey-0, #ffffff);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.product-news-block__filter__option label {
  font-family: var(--font-family-secondary, "Inter");
  font-weight: var(--font-weight-medium, 500);
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  color: var(--color-grey-900, #000000);
  cursor: pointer;
  margin: 0;
  flex: 1;
}
.product-news-block__filter__clear-button {
  font-family: var(--font-family-secondary, "Inter");
  font-weight: var(--font-weight-medium, 500);
  font-size: 16px;
  line-height: 1.6;
  font-style: normal;
  background-color: transparent;
  color: var(--color-grey-900, #000000);
  border: none;
  border-bottom: 1.5px solid var(--color-grey-900, #000000);
  border-radius: 0;
  padding: 0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.product-news-block__filter__clear-button:hover {
  opacity: 0.7;
}
.product-news-block__filter.active .product-news-block__filter__button {
  border-color: var(--color-grey-900);
}
.product-news-block__filter.active .product-news-block__filter__dropdown {
  display: block;
}
.product-news-block__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-news-block__card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .product-news-block__card__content {
    padding: var(--spacing-s, 24px) 0;
  }
}
.product-news-block__card__date {
  font-family: var(--font-family-secondary, "Inter");
  font-weight: var(--font-weight-regular, 400);
  font-size: 18px;
  line-height: 160%;
  font-style: normal;
  color: var(--color-grey-600, #585c63);
  margin: 0 0 var(--spacing-2xs, 16px) 0;
  letter-spacing: -0.72px;
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-3xs);
}
@media (max-width: 1024px) {
  .product-news-block__card__date {
    font-size: 14px;
  }
}
.product-news-block__card__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xs, 16px);
}
@media (max-width: 1024px) {
  .product-news-block__card__body {
    gap: var(--spacing-3xs, 12px);
  }
}
.product-news-block__card__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xs, 12px);
}
.product-news-block__card__title-with-tag {
  display: flex;
  align-items: center;
  gap: var(--spacing-2xs, 16px);
}
.product-news-block__card__title {
  font-family: "PPFormula", sans-serif;
  font-weight: var(--font-weight-regular, 400);
  font-size: 3.2rem;
  line-height: 155%;
  font-style: normal;
  color: var(--color-grey-900, #171717);
  margin: 0;
  letter-spacing: -0.32px;
}
@media (max-width: 1024px) {
  .product-news-block__card__title {
    font-size: 2rem;
  }
}
.product-news-block__card__trending-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-4xs, 8px);
  background-color: var(--color-purple-300, #d1b0fc);
  color: var(--color-purple-900, #130928);
  border-radius: var(--border-radius-s, 12px);
  padding: var(--spacing-4xs, 8px) var(--spacing-2xs, 16px);
  font-family: var(--font-family-secondary, "Inter");
  font-weight: var(--font-weight-bold, 700);
  font-size: 18px;
  line-height: 1.6;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
@media (max-width: 1024px) {
  .product-news-block__card__trending-tag {
    font-size: 14px;
    padding: var(--spacing-4xs, 6px) var(--spacing-3xs, 12px);
    height: 32px;
    gap: var(--spacing-4xs, 6px);
  }
}
.product-news-block__card__trending-emoji {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .product-news-block__card__trending-emoji {
    font-size: 14px;
  }
}
.product-news-block__card__trending-text {
  color: var(--color-purple-900);
  font-weight: var(--font-weight-bold, 700);
}
.product-news-block__card__excerpt {
  font-family: var(--font-family-secondary, "Inter");
  font-weight: var(--font-weight-regular, 400);
  font-size: 20px;
  line-height: 1.6;
  font-style: normal;
  color: var(--color-grey-900);
  margin: 0;
  letter-spacing: -0.4px;
}
@media (max-width: 1024px) {
  .product-news-block__card__excerpt {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.product-news-block__card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3xs, 12px);
}
@media (max-width: 1024px) {
  .product-news-block__card__tags {
    gap: var(--spacing-4xs, 8px);
  }
}
.product-news-block__card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 var(--spacing-3xs, 12px);
  border-radius: var(--border-radius-2xs, 6px);
  font-family: "PPFormula", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .product-news-block__card__tag {
    height: 32px;
    padding: 0 var(--spacing-4xs, 8px);
  }
}
.product-news-block__card__tag--agentic-ai {
  background-color: #c3faee;
  color: #124463;
}
.product-news-block__card__tag--deep-linking {
  background-color: #dbeeff;
  color: #0a2474;
}
.product-news-block__card__tag--data-collaboration {
  background-color: #fae7ec;
  color: #7a1256;
}
.product-news-block__card__tag--measurement {
  background-color: #cff5df;
  color: #171717;
}
.product-news-block__card__tag--beta {
  background-color: #f8f8f8;
  color: #171717;
  border: 1px solid #e7e7e7;
}
.product-news-block__card__tag--stable {
  background-color: var(--color-green-200, #cbf0a5);
  color: var(--color-green-900, #0f2612);
}
.product-news-block__card__tag--preview {
  background-color: var(--color-orange-200, #ffd9b3);
  color: var(--color-orange-900, #331f00);
}
.product-news-block__card__tag--suite {
  background-color: var(--color-grey-100, #f5f5f5);
  color: var(--color-grey-900, #000000);
}
.product-news-block__card__footer {
  padding-top: var(--spacing-s);
}
@media (max-width: 1024px) {
  .product-news-block__card__footer {
    padding: 0;
  }
}
.product-news-block__card__footer a {
  color: var(--color-grey-900, #171717);
  display: inline-block;
  text-decoration: none;
  padding-right: var(--spacing-m, 3.2rem);
  position: relative;
}
.product-news-block__card__footer a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - var(--spacing-m, 3.2rem));
  height: var(--spacing-7xs, 0.2rem);
  background-color: var(--color-grey-900, #171717);
  z-index: 1;
}
.product-news-block__card__footer a::after {
  content: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M13.47 6.18455C13.7628 5.89163 14.2377 5.89161 14.5306 6.18448L19.8154 11.4686C20.1077 11.7609 20.1084 12.2348 19.8168 12.5279L19.1093 13.2387C18.6796 13.6703 18.0979 14.2542 17.4897 14.8638C16.2764 16.0801 14.9498 17.4068 14.5231 17.8215C14.226 18.1102 13.7512 18.1035 13.4625 17.8064C13.1738 17.5094 13.1806 17.0346 13.4776 16.7459C13.8937 16.3415 15.2095 15.0258 16.4278 13.8045C16.7977 13.4336 17.1579 13.0723 17.48 12.749H4.71484C4.30063 12.749 3.96484 12.4132 3.96484 11.999C3.96484 11.5848 4.30063 11.249 4.71484 11.249H17.4743L13.47 7.24521C13.1771 6.95233 13.1771 6.47746 13.47 6.18455Z%27 fill=%27black%27/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: right 0.3s ease-in-out;
}
.product-news-block__card__footer a:hover {
  text-decoration: none;
  color: var(--color-grey-900, #171717);
}
.product-news-block__card__footer a:hover::before {
  content: none;
}
.product-news-block__card__footer a:hover::after {
  right: -4px;
}

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