@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.spv26-snapchat-post-viewer,
.spv26-snapchat-post-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.spv26-snapchat-post-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #16221f;
  font-family: inherit;
}

.spv26-snapchat-post-viewer .spv26-section {
  width: 100% !important;
  overflow: hidden;
}

.spv26-snapchat-post-viewer .spv26-section-one,
.spv26-snapchat-post-viewer .spv26-section-three {
  background: #ffffff;
}

.spv26-snapchat-post-viewer .spv26-section-two {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 252, 0, 0.22), transparent 31%),
    radial-gradient(circle at 82% 76%, rgba(0, 196, 154, 0.13), transparent 34%),
    #fbfbf2;
}

.spv26-snapchat-post-viewer .spv26-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.spv26-snapchat-post-viewer h2,
.spv26-snapchat-post-viewer h3,
.spv26-snapchat-post-viewer p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.spv26-snapchat-post-viewer h2 {
  color: #111918;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.spv26-snapchat-post-viewer .spv26-intro {
  color: #596763;
  line-height: 1.7;
  margin-top: 14px;
  margin-bottom: 0;
  max-width: 760px;
}

.spv26-snapchat-post-viewer .spv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.spv26-snapchat-post-viewer .spv26-card {
  position: relative;
  height: 100% !important;
  display: block;
  overflow: hidden;
  text-align: center !important;
  border: 1px solid rgba(20, 34, 31, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 251, 0.94)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(22, 34, 31, 0.08);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-position 280ms ease;
}

.spv26-snapchat-post-viewer .spv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(255, 252, 0, 0.16), transparent 42%),
    linear-gradient(315deg, rgba(0, 196, 154, 0.12), transparent 42%);
  transition: opacity 280ms ease;
  pointer-events: none;
}

.spv26-snapchat-post-viewer .spv26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(0, 196, 154, 0.36);
  box-shadow: 0 24px 60px rgba(0, 196, 154, 0.16), 0 10px 28px rgba(22, 34, 31, 0.08);
}

.spv26-snapchat-post-viewer .spv26-card:hover::before {
  opacity: 1;
}

.spv26-snapchat-post-viewer .spv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #fffc00 0%, #d9f400 46%, #00c49a 100%);
  box-shadow: 0 14px 30px rgba(255, 221, 0, 0.28);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.spv26-snapchat-post-viewer .spv26-card:hover .spv26-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 196, 154, 0.26);
}

.spv26-snapchat-post-viewer .spv26-i {
  color: #101817;
  line-height: 1;
  text-align: center !important;
}

.spv26-snapchat-post-viewer h3 {
  position: relative;
  z-index: 1;
  color: #14221f;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  margin-bottom: 0;
}

.spv26-snapchat-post-viewer .spv26-card p {
  position: relative;
  z-index: 1;
  color: #61706b;
  line-height: 1.62;
  margin-bottom: 0;
}

.spv26-snapchat-post-viewer.spv26-js .spv26-card {
  opacity: 0;
  transform: translateY(18px);
}

.spv26-snapchat-post-viewer.spv26-js .spv26-card.spv26-in {
  opacity: 1;
  transform: translateY(0);
}

.spv26-snapchat-post-viewer.spv26-js .spv26-card.spv26-in:hover {
  transform: translateY(-8px) scale(1.01);
}

@media (min-width: 1024px) {
  .spv26-snapchat-post-viewer .spv26-section {
    padding: 92px 0;
  }

  .spv26-snapchat-post-viewer .spv26-container {
    padding: 0 28px;
  }

  .spv26-snapchat-post-viewer h2 {
    font-size: 44px;
    white-space: nowrap;
  }

  .spv26-snapchat-post-viewer .spv26-intro {
    font-size: 17px;
  }

  .spv26-snapchat-post-viewer .spv26-grid {
    margin-top: 44px;
    gap: 24px;
  }

  .spv26-snapchat-post-viewer .spv26-grid-six,
  .spv26-snapchat-post-viewer .spv26-grid-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .spv26-snapchat-post-viewer .spv26-card {
    min-height: 296px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .spv26-snapchat-post-viewer .spv26-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .spv26-snapchat-post-viewer .spv26-i {
    font-size: 28px;
  }

  .spv26-snapchat-post-viewer h3 {
    font-size: 21px;
  }

  .spv26-snapchat-post-viewer .spv26-card p {
    margin-top: 14px;
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spv26-snapchat-post-viewer .spv26-section {
    padding: 74px 0;
  }

  .spv26-snapchat-post-viewer .spv26-container {
    padding: 0 24px;
  }

  .spv26-snapchat-post-viewer h2 {
    font-size: 36px;
  }

  .spv26-snapchat-post-viewer .spv26-intro {
    font-size: 16px;
  }

  .spv26-snapchat-post-viewer .spv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
  }

  .spv26-snapchat-post-viewer .spv26-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .spv26-snapchat-post-viewer .spv26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .spv26-snapchat-post-viewer .spv26-i {
    font-size: 25px;
  }

  .spv26-snapchat-post-viewer h3 {
    font-size: 19px;
  }

  .spv26-snapchat-post-viewer .spv26-card p {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .spv26-snapchat-post-viewer .spv26-section {
    padding: 56px 0;
  }

  .spv26-snapchat-post-viewer .spv26-container {
    padding: 0 18px;
  }

  .spv26-snapchat-post-viewer h2 {
    font-size: 28px;
  }

  .spv26-snapchat-post-viewer .spv26-intro {
    font-size: 14px;
    line-height: 1.58;
  }

  .spv26-snapchat-post-viewer .spv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .spv26-snapchat-post-viewer .spv26-card {
    min-height: 232px;
    padding: 22px 16px 20px;
    border-radius: 16px;
  }

  .spv26-snapchat-post-viewer .spv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .spv26-snapchat-post-viewer .spv26-i {
    font-size: 21px;
  }

  .spv26-snapchat-post-viewer h3 {
    font-size: 16px;
  }

  .spv26-snapchat-post-viewer .spv26-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .spv26-snapchat-post-viewer .spv26-section {
    padding: 48px 0;
  }

  .spv26-snapchat-post-viewer .spv26-container {
    padding: 0 14px;
  }

  .spv26-snapchat-post-viewer h2 {
    font-size: 25px;
  }

  .spv26-snapchat-post-viewer .spv26-intro {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .spv26-snapchat-post-viewer .spv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .spv26-snapchat-post-viewer .spv26-card {
    min-height: 222px;
    padding: 18px 12px 17px;
    border-radius: 14px;
  }

  .spv26-snapchat-post-viewer .spv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }

  .spv26-snapchat-post-viewer .spv26-i {
    font-size: 19px;
  }

  .spv26-snapchat-post-viewer h3 {
    font-size: 15px;
  }

  .spv26-snapchat-post-viewer .spv26-card p {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.44;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .spv26-snapchat-post-viewer .spv26-section {
    padding: 42px 0;
  }

  .spv26-snapchat-post-viewer .spv26-container {
    padding: 0 10px;
  }

  .spv26-snapchat-post-viewer h2 {
    font-size: 22px;
  }

  .spv26-snapchat-post-viewer .spv26-intro {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .spv26-snapchat-post-viewer .spv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
  }

  .spv26-snapchat-post-viewer .spv26-card {
    min-height: 214px;
    padding: 15px 9px 14px;
    border-radius: 12px;
  }

  .spv26-snapchat-post-viewer .spv26-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }

  .spv26-snapchat-post-viewer .spv26-i {
    font-size: 17px;
  }

  .spv26-snapchat-post-viewer h3 {
    font-size: 14px;
  }

  .spv26-snapchat-post-viewer .spv26-card p {
    margin-top: 7px;
    font-size: 11.6px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .spv26-snapchat-post-viewer .spv26-section {
    padding: 38px 0;
  }

  .spv26-snapchat-post-viewer .spv26-container {
    padding: 0 10px;
  }

  .spv26-snapchat-post-viewer h2 {
    font-size: 21px;
  }

  .spv26-snapchat-post-viewer .spv26-intro {
    font-size: 12px;
  }

  .spv26-snapchat-post-viewer .spv26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .spv26-snapchat-post-viewer .spv26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 12px;
  }

  .spv26-snapchat-post-viewer .spv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .spv26-snapchat-post-viewer .spv26-i {
    font-size: 18px;
  }

  .spv26-snapchat-post-viewer h3 {
    font-size: 14px;
  }

  .spv26-snapchat-post-viewer .spv26-card p {
    margin-top: 8px;
    font-size: 12px;
  }
}