@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-wrap,
.spv-snapchat-post-viewer-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

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

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

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

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

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

.spv-snapchat-post-viewer-wrap .spv-heading {
  margin: 0 auto;
  text-align: center;
  color: #14211d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.spv-snapchat-post-viewer-wrap .spv-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #53615d;
  line-height: 1.7;
  font-weight: 500;
}

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

.spv-snapchat-post-viewer-wrap .spv-card {
  height: 100% !important;
  text-align: center;
  border: 1px solid #dce7d7;
  background: linear-gradient(180deg, #ffffff 0%, #fffefa 100%);
  box-shadow: 0 18px 44px rgba(42, 67, 52, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 140%;
  opacity: 1;
  transform: translateY(0);
}

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

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

.spv-snapchat-post-viewer-wrap .spv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #ffdf3e;
  box-shadow: 0 24px 58px rgba(255, 214, 10, 0.18), 0 10px 28px rgba(20, 33, 29, 0.08);
  background-position: 0 100%;
}

.spv-snapchat-post-viewer-wrap .spv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffc00 0%, #21d07a 100%);
  box-shadow: 0 14px 30px rgba(33, 208, 122, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.spv-snapchat-post-viewer-wrap .spv-card:hover .spv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 214, 10, 0.24);
}

.spv-snapchat-post-viewer-wrap .spv-i {
  color: #10211a;
  line-height: 1;
}

.spv-snapchat-post-viewer-wrap .spv-card-title {
  margin: 0;
  text-align: center;
  color: #14211d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.spv-snapchat-post-viewer-wrap .spv-card-text {
  margin: 0 auto;
  text-align: center;
  color: #5a6864;
  line-height: 1.65;
  font-weight: 500;
}

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

  .spv-snapchat-post-viewer-wrap .spv-heading {
    font-size: 42px;
  }

  .spv-snapchat-post-viewer-wrap .spv-intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .spv-snapchat-post-viewer-wrap .spv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }

  .spv-snapchat-post-viewer-wrap .spv-card {
    min-height: 300px;
    padding: 36px 28px;
    border-radius: 22px;
  }

  .spv-snapchat-post-viewer-wrap .spv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 26px;
  }

  .spv-snapchat-post-viewer-wrap .spv-i {
    font-size: 30px;
  }

  .spv-snapchat-post-viewer-wrap .spv-card-title {
    font-size: 21px;
  }

  .spv-snapchat-post-viewer-wrap .spv-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

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

  .spv-snapchat-post-viewer-wrap .spv-heading {
    font-size: 34px;
  }

  .spv-snapchat-post-viewer-wrap .spv-intro {
    margin-top: 14px;
    font-size: 16px;
  }

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

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

  .spv-snapchat-post-viewer-wrap .spv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }

  .spv-snapchat-post-viewer-wrap .spv-i {
    font-size: 27px;
  }

  .spv-snapchat-post-viewer-wrap .spv-card-title {
    font-size: 19px;
  }

  .spv-snapchat-post-viewer-wrap .spv-card-text {
    margin-top: 12px;
    font-size: 14px;
  }
}

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

  .spv-snapchat-post-viewer-wrap .spv-heading {
    font-size: 28px;
  }

  .spv-snapchat-post-viewer-wrap .spv-intro {
    margin-top: 12px;
    font-size: 14px;
  }

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

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

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

  .spv-snapchat-post-viewer-wrap .spv-i {
    font-size: 22px;
  }

  .spv-snapchat-post-viewer-wrap .spv-card-title {
    font-size: 16px;
  }

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

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

  .spv-snapchat-post-viewer-wrap .spv-heading {
    font-size: 25px;
  }

  .spv-snapchat-post-viewer-wrap .spv-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

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

  .spv-snapchat-post-viewer-wrap .spv-card {
    min-height: 220px;
    padding: 19px 11px;
    border-radius: 14px;
  }

  .spv-snapchat-post-viewer-wrap .spv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .spv-snapchat-post-viewer-wrap .spv-i {
    font-size: 20px;
  }

  .spv-snapchat-post-viewer-wrap .spv-card-title {
    font-size: 15px;
  }

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

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

  .spv-snapchat-post-viewer-wrap .spv-heading {
    font-size: 22px;
  }

  .spv-snapchat-post-viewer-wrap .spv-intro {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.55;
  }

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

  .spv-snapchat-post-viewer-wrap .spv-card {
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 12px;
  }

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

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

  .spv-snapchat-post-viewer-wrap .spv-card-title {
    font-size: 14px;
  }

  .spv-snapchat-post-viewer-wrap .spv-card-text {
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.45;
  }
}