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

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

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

.rpv26-reddit-post-viewer .rpv26-section {
  width: 100% !important;
}

.rpv26-reddit-post-viewer .rpv26-section-white {
  background: #ffffff;
}

.rpv26-reddit-post-viewer .rpv26-section-tint {
  background: linear-gradient(180deg, #fff6f1 0%, #f8fbf8 100%);
}

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

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

.rpv26-reddit-post-viewer h2 {
  color: #17211d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.rpv26-reddit-post-viewer .rpv26-intro {
  color: #59635f;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}

.rpv26-reddit-post-viewer .rpv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.rpv26-reddit-post-viewer .rpv26-card {
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  border: 1px solid #eadbd2;
  box-shadow: 0 18px 44px rgba(255, 69, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rpv26-reddit-post-viewer .rpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.11), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.rpv26-reddit-post-viewer .rpv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 58px rgba(255, 69, 0, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f4 100%);
}

.rpv26-reddit-post-viewer .rpv26-card:hover::before {
  opacity: 1;
}

.rpv26-reddit-post-viewer .rpv26-icon {
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #2e7d5b 100%);
  box-shadow: 0 14px 28px rgba(46, 125, 91, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
  position: relative;
  z-index: 1;
}

.rpv26-reddit-post-viewer .rpv26-card:hover .rpv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(255, 69, 0, 0.22);
}

.rpv26-reddit-post-viewer .rpv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.rpv26-reddit-post-viewer .rpv26-card h3 {
  color: #17211d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.rpv26-reddit-post-viewer .rpv26-card p {
  color: #59635f;
  line-height: 1.62;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.rpv26-reddit-post-viewer .rpv26-reveal {
  opacity: 1;
  transform: translateY(0);
}

.rpv26-reddit-post-viewer.rpv26-js-ready .rpv26-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rpv26-reddit-post-viewer.rpv26-js-ready .rpv26-reveal.rpv26-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rpv26-reddit-post-viewer .rpv26-section {
    padding: 88px 0;
  }

  .rpv26-reddit-post-viewer .rpv26-container {
    padding: 0 24px;
  }

  .rpv26-reddit-post-viewer h2 {
    font-size: 44px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .rpv26-reddit-post-viewer .rpv26-intro {
    font-size: 18px;
    margin-bottom: 42px;
  }

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

  .rpv26-reddit-post-viewer .rpv26-grid {
    gap: 24px;
  }

  .rpv26-reddit-post-viewer .rpv26-card {
    min-height: 300px;
    padding: 36px 30px 34px;
    border-radius: 22px;
  }

  .rpv26-reddit-post-viewer .rpv26-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .rpv26-reddit-post-viewer .rpv26-i {
    font-size: 30px;
  }

  .rpv26-reddit-post-viewer .rpv26-card h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .rpv26-reddit-post-viewer .rpv26-card p {
    font-size: 16px;
    margin-top: 14px;
  }
}

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

  .rpv26-reddit-post-viewer .rpv26-container {
    padding: 0 22px;
  }

  .rpv26-reddit-post-viewer h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .rpv26-reddit-post-viewer .rpv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .rpv26-reddit-post-viewer .rpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

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

  .rpv26-reddit-post-viewer .rpv26-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .rpv26-reddit-post-viewer .rpv26-i {
    font-size: 26px;
  }

  .rpv26-reddit-post-viewer .rpv26-card h3 {
    font-size: 19px;
    margin-top: 0;
  }

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

@media (min-width: 430px) and (max-width: 767px) {
  .rpv26-reddit-post-viewer .rpv26-section {
    padding: 52px 0;
  }

  .rpv26-reddit-post-viewer .rpv26-container {
    padding: 0 16px;
  }

  .rpv26-reddit-post-viewer h2 {
    font-size: 29px;
    margin-bottom: 12px;
  }

  .rpv26-reddit-post-viewer .rpv26-intro {
    font-size: 14px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

  .rpv26-reddit-post-viewer .rpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .rpv26-reddit-post-viewer .rpv26-card {
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .rpv26-reddit-post-viewer .rpv26-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
  }

  .rpv26-reddit-post-viewer .rpv26-i {
    font-size: 21px;
  }

  .rpv26-reddit-post-viewer .rpv26-card h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .rpv26-reddit-post-viewer .rpv26-card p {
    font-size: 13px;
    line-height: 1.48;
    margin-top: 10px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rpv26-reddit-post-viewer .rpv26-section {
    padding: 46px 0;
  }

  .rpv26-reddit-post-viewer .rpv26-container {
    padding: 0 12px;
  }

  .rpv26-reddit-post-viewer h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .rpv26-reddit-post-viewer .rpv26-intro {
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

  .rpv26-reddit-post-viewer .rpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

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

  .rpv26-reddit-post-viewer .rpv26-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .rpv26-reddit-post-viewer .rpv26-i {
    font-size: 19px;
  }

  .rpv26-reddit-post-viewer .rpv26-card h3 {
    font-size: 15px;
    margin-top: 0;
  }

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

@media (min-width: 320px) and (max-width: 374px) {
  .rpv26-reddit-post-viewer .rpv26-section {
    padding: 40px 0;
  }

  .rpv26-reddit-post-viewer .rpv26-container {
    padding: 0 10px;
  }

  .rpv26-reddit-post-viewer h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .rpv26-reddit-post-viewer .rpv26-intro {
    font-size: 12.5px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

  .rpv26-reddit-post-viewer .rpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rpv26-reddit-post-viewer .rpv26-card {
    min-height: 212px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .rpv26-reddit-post-viewer .rpv26-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .rpv26-reddit-post-viewer .rpv26-i {
    font-size: 18px;
  }

  .rpv26-reddit-post-viewer .rpv26-card h3 {
    font-size: 14px;
    margin-top: 0;
  }

  .rpv26-reddit-post-viewer .rpv26-card p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 7px;
  }
}