/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --Primary-Green: #89BD55;
  --Primary-Green-Hover: #F0F6E9;
  --Primary-Purple: #7F3E93;
  --Primary-Purple-Hover: #F3E9F6;
  --Primary-Blue: #3396CC;
  --Primary-Blue-Hover: #E7F2F9;
  --Primary-Orange: #E76826;
  --Primary-Orange-Hover: #FCECE3;
  --Primary-Red: #E63838;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a2e;
  background: #f7f8fc;
}
a {
  text-decoration: none;
}
.snt-update-card.announcements .snt-card-title {
  color: var(--Primary-Green);
}
.snt-update-card.announcements .snt-card-date-month,
.snt-update-card.announcements .snt-type-badge:not(.new) {
  background: var(--Primary-Green);
}
.snt-update-card.announcements:hover {
  background: var(--Primary-Green-Hover);
}
.snt-update-card.integrations .snt-card-title {
  color: var(--Primary-Purple);
}
.snt-update-card.integrations .snt-card-date-month,
.snt-update-card.integrations .snt-type-badge:not(.new) {
  background: var(--Primary-Purple);
}
.snt-update-card.integrations:hover {
  background: var(--Primary-Purple-Hover);
}
.snt-update-card.releases .snt-card-title {
  color: var(--Primary-Blue);
}
.snt-update-card.releases .snt-card-date-month,
.snt-update-card.releases .snt-type-badge:not(.new) {
  background: var(--Primary-Blue);
}
.snt-update-card.releases:hover {
  background: var(--Primary-Blue-Hover);
}
.snt-update-card.webinars .snt-card-title {
  color: var(--Primary-Orange);
}
.snt-update-card.webinars .snt-card-date-month,
.snt-update-card.webinars .snt-type-badge:not(.new) {
  background: var(--Primary-Orange);
}
.snt-update-card.webinars:hover {
  background: var(--Primary-Orange-Hover);
}
.snt-card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  width: 50px;
  overflow: hidden;
}
.snt-card-date span {
  color: #6A7282;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 125% */
  text-transform: uppercase;
}
.snt-card-date strong {
  color: var(--Blacks-Black, #202225);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
}
.snt-card-date-month {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 125% */
  text-transform: uppercase;
  width: 100%;
  background: #000;
}
.snt-card-title-meta {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
/* ── Shared: type badge ── */
.snt-type-badge {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 100% */
  text-transform: uppercase;
  border-radius: 25px;
  background: #000;
}
.snt-type-badge.new {
  background: var(--Primary-Red);
}
/* ── Shared: video embed ── */
.snt-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.snt-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.snt-video-link {
  margin-top: 16px;
}
.snt-video-link a {
  color: #005b99;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.snt-video-link a:hover {
  text-decoration: underline;
}
.snt-updates-wrap {
  max-width: 624px;
  margin: 0 auto;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}
.snt-updates-wrap.mobile {
  height: auto;
}
.snt-updates-wrap.mobile .snt-updates-container {
  height: auto;
}
.snt-updates-wrap.mobile .snt-card-title {
  flex-direction: column;
  gap: 5px;
}
.snt-updates-wrap.mobile .snt-card-title .snt-card-title-meta {
  order: 1;
}
.snt-updates-wrap.mobile .snt-card-title .snt-card-title-text {
  order: 2;
}
.snt-updates-wrap.mobile .snt-filter-btn:not(.active) .snt-filter-title {
  display: none;
}
.snt-updates-wrap.mobile .snt-filters {
  background: transparent;
  gap: 10px;
}
.snt-updates-wrap.mobile .snt-filters .snt-filter-btn:not(.active) {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 560px) {
  .snt-updates-wrap {
    height: auto;
  }
  .snt-updates-wrap .snt-updates-container {
    height: auto;
  }
  .snt-updates-wrap .snt-card-title {
    flex-direction: column;
    gap: 5px;
  }
  .snt-updates-wrap .snt-card-title .snt-card-title-meta {
    order: 1;
  }
  .snt-updates-wrap .snt-card-title .snt-card-title-text {
    order: 2;
  }
  .snt-updates-wrap .snt-filter-btn:not(.active) .snt-filter-title {
    display: none;
  }
  .snt-updates-wrap .snt-filters {
    background: transparent;
    gap: 10px;
  }
  .snt-updates-wrap .snt-filters .snt-filter-btn:not(.active) {
    background: rgba(0, 0, 0, 0.1);
  }
}
/* ── Header ── */
.snt-header {
  text-align: center;
  margin-bottom: 16px;
}
.snt-header h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #1a1a2e;
}
.snt-header p {
  margin-top: 6px;
  color: #555;
  font-size: 14px;
}
/* ── Filters ── */
.snt-filters {
  display: inline-flex;
  padding: 4px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.snt-filter-btn {
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  cursor: pointer;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  color: #1C2A45;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 100% */
}
.snt-filter-btn:hover,
.snt-filter-btn.active {
  background: #FCFCFC;
  color: #3D738D;
  font-weight: 400;
  /* Shadow big */
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.snt-filter-btn:hover.announcements,
.snt-filter-btn.active.announcements {
  color: var(--Primary-Green);
}
.snt-filter-btn:hover.integrations,
.snt-filter-btn.active.integrations {
  color: var(--Primary-Purple);
}
.snt-filter-btn:hover.releases,
.snt-filter-btn.active.releases {
  color: var(--Primary-Blue);
}
.snt-filter-btn:hover.webinars,
.snt-filter-btn.active.webinars {
  color: var(--Primary-Orange);
}
.snt-updates-container {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  flex: 1 auto;
  padding: 24px 16px;
}
.snt-updates-container .snt-updates-items {
  position: relative;
  min-height: 100%;
}
.snt-updates-container .snt-updates-items:before {
  content: "";
  width: 3px;
  height: calc(100% - 20px);
  position: absolute;
  left: 50px;
  z-index: 0;
  top: 44px;
  background: var(--Blacks-Gray-2, #D8D8D8);
}
/* ── Update card ── */
.snt-update-card {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 24px;
  padding: 16px 24px;
  border-radius: 4px;
  position: relative;
  z-index: 10;
}
.snt-update-card .has-text-align-center {
  text-align: center;
}
.snt-update-card.webinars .snt-card-content {
  text-align: center;
  font-style: italic;
}
.snt-update-card:hover {
  /* Shadow big */
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.snt-card-thumbnail {
  display: inline-flex;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
  /* Shadow big */
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.snt-card-thumbnail img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.snt-card-body {
  width: 100%;
}
.snt-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.snt-card-date {
  font-size: 12px;
  color: #999;
}
.snt-card-title {
  color: #1a1a2e;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
}
.snt-card-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.snt-card-content p {
  margin-bottom: 10px;
}
.snt-card-content p:last-child {
  margin-bottom: 0;
}
.snt-video-wrap {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
  /* Shadow big */
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
/* ── Empty state ── */
.snt-no-updates {
  text-align: center;
  padding: 60px 24px;
  color: #888;
  font-size: 15px;
}
/* ── Pagination ── */
.snt-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}
.snt-pagination a,
.snt-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #dde0e8;
  text-decoration: none;
  color: #444;
  background: #fff;
}
.snt-pagination .current {
  background: #005b99;
  color: #fff;
  border-color: #005b99;
}
.snt-pagination a:hover {
  background: #f0f4ff;
  border-color: #005b99;
  color: #005b99;
}

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