@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');

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

.spv-snapchat-post-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17211f;
  font-family: Arial, Helvetica, sans-serif;
}

.spv-snapchat-post-viewer .spv-section {
  width: 100% !important;
}

.spv-snapchat-post-viewer .spv-section-white {
  background: #ffffff;
}

.spv-snapchat-post-viewer .spv-section-tint {
  background: linear-gradient(180deg, #fffce8 0%, #f6fff4 100%);
}

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

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

.spv-snapchat-post-viewer h2 {
  color: #10211d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.spv-snapchat-post-viewer .spv-intro {
  color: #53605d;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 760px;
}

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

.spv-snapchat-post-viewer .spv-card {
  position: relative;
  height: 100% !important;
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffef4 100%);
  border: 1px solid rgba(255, 204, 0, 0.34);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(23, 33, 31, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  overflow: hidden;
}

.spv-snapchat-post-viewer .spv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.18), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.spv-snapchat-post-viewer .spv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 200, 112, 0.42);
  box-shadow: 0 24px 62px rgba(0, 200, 112, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fbfff5 100%);
}

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

.spv-snapchat-post-viewer .spv-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%, #00c870 100%);
  box-shadow: 0 14px 30px rgba(255, 204, 0, 0.22);
  color: #101816;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.spv-snapchat-post-viewer .spv-card:hover .spv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(0, 200, 112, 0.24);
}

.spv-snapchat-post-viewer .spv-i {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

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

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

.spv-snapchat-post-viewer.spv-ready .spv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.spv-snapchat-post-viewer.spv-ready .spv-reveal.spv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .spv-snapchat-post-viewer h2 {
    font-size: 42px;
    max-width: 980px;
    margin-bottom: 16px;
  }

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

  .spv-snapchat-post-viewer .spv-grid {
    gap: 26px;
    margin-top: 42px;
  }

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

  .spv-snapchat-post-viewer .spv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .spv-snapchat-post-viewer .spv-card {
    min-height: 296px;
    padding: 34px 26px;
  }

  .spv-snapchat-post-viewer .spv-icon {
    width: 68px;
    height: 68px;
    font-size: 27px;
    margin-bottom: 24px;
  }

  .spv-snapchat-post-viewer h3 {
    font-size: 21px;
    margin-top: 0;
  }

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

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

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

  .spv-snapchat-post-viewer h2 {
    font-size: 34px;
    max-width: 760px;
    margin-bottom: 14px;
  }

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

  .spv-snapchat-post-viewer .spv-grid,
  .spv-snapchat-post-viewer .spv-grid-3,
  .spv-snapchat-post-viewer .spv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .spv-snapchat-post-viewer .spv-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .spv-snapchat-post-viewer .spv-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin-bottom: 22px;
  }

  .spv-snapchat-post-viewer h3 {
    font-size: 20px;
    margin-top: 0;
  }

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

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

  .spv-snapchat-post-viewer .spv-container {
    padding: 0 16px;
  }

  .spv-snapchat-post-viewer h2 {
    font-size: 27px;
    max-width: 420px;
    margin-bottom: 12px;
  }

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

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

  .spv-snapchat-post-viewer .spv-card {
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .spv-snapchat-post-viewer .spv-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 16px;
  }

  .spv-snapchat-post-viewer h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .spv-snapchat-post-viewer .spv-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

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

  .spv-snapchat-post-viewer .spv-container {
    padding: 0 12px;
  }

  .spv-snapchat-post-viewer h2 {
    font-size: 24px;
    max-width: 350px;
    margin-bottom: 10px;
  }

  .spv-snapchat-post-viewer .spv-intro {
    font-size: 13px;
    line-height: 1.52;
  }

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

  .spv-snapchat-post-viewer .spv-card {
    min-height: 220px;
    padding: 20px 12px;
    border-radius: 15px;
  }

  .spv-snapchat-post-viewer .spv-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
    margin-bottom: 14px;
  }

  .spv-snapchat-post-viewer h3 {
    font-size: 15px;
    margin-top: 0;
  }

  .spv-snapchat-post-viewer .spv-card p {
    font-size: 12.5px;
    line-height: 1.46;
    margin-top: 9px;
  }
}

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

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

  .spv-snapchat-post-viewer h2 {
    font-size: 21px;
    max-width: 300px;
    margin-bottom: 9px;
  }

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

  .spv-snapchat-post-viewer .spv-grid,
  .spv-snapchat-post-viewer .spv-grid-3,
  .spv-snapchat-post-viewer .spv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .spv-snapchat-post-viewer .spv-card {
    min-height: 214px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .spv-snapchat-post-viewer .spv-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
    margin-bottom: 13px;
  }

  .spv-snapchat-post-viewer h3 {
    font-size: 14px;
    margin-top: 0;
  }

  .spv-snapchat-post-viewer .spv-card p {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 8px;
  }
}

@media (max-width: 319px) {
  .spv-snapchat-post-viewer .spv-grid,
  .spv-snapchat-post-viewer .spv-grid-3,
  .spv-snapchat-post-viewer .spv-grid-4 {
    grid-template-columns: 1fr;
  }
}