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

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

.rvv26-reddit-video-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202a;
  font-family: inherit;
}

.rvv26-reddit-video-viewer .rvv26-section {
  width: 100% !important;
  text-align: center;
  position: relative;
}

.rvv26-reddit-video-viewer .rvv26-section-one,
.rvv26-reddit-video-viewer .rvv26-section-three {
  background: #ffffff;
}

.rvv26-reddit-video-viewer .rvv26-section-two {
  background: linear-gradient(180deg, #fff5f1 0%, #f8fbfd 100%);
}

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

.rvv26-reddit-video-viewer .rvv26-heading {
  margin: 0 auto;
  text-align: center;
  color: #17202a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rvv26-reddit-video-viewer .rvv26-intro {
  margin: 0 auto;
  text-align: center;
  color: #58616d;
  line-height: 1.65;
  font-weight: 500;
}

.rvv26-reddit-video-viewer .rvv26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.rvv26-reddit-video-viewer .rvv26-card {
  height: 100% !important;
  text-align: center;
  border: 1px solid rgba(255, 69, 0, 0.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 42%),
    #ffffff;
  box-shadow: 0 16px 42px rgba(24, 32, 42, 0.08);
  display: grid;
  justify-items: center;
  align-content: center;
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.rvv26-reddit-video-viewer .rvv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(0, 167, 225, 0.08), transparent 68%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.rvv26-reddit-video-viewer .rvv26-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 22px 58px rgba(255, 69, 0, 0.16);
}

.rvv26-reddit-video-viewer .rvv26-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.rvv26-reddit-video-viewer .rvv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #00a7e1 100%);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.22);
  position: relative;
  z-index: 1;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.rvv26-reddit-video-viewer .rvv26-card:hover .rvv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 167, 225, 0.24);
}

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

.rvv26-reddit-video-viewer .rvv26-card-title {
  margin: 0;
  text-align: center;
  color: #17202a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.rvv26-reddit-video-viewer .rvv26-card-text {
  margin: 0 auto;
  text-align: center;
  color: #5f6874;
  line-height: 1.58;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.rvv26-reddit-video-viewer.rvv26-js .rvv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rvv26-reddit-video-viewer.rvv26-js .rvv26-reveal.rvv26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 1024px) {
  .rvv26-reddit-video-viewer .rvv26-section {
    padding: 92px 0;
  }

  .rvv26-reddit-video-viewer .rvv26-container {
    padding: 0 28px;
  }

  .rvv26-reddit-video-viewer .rvv26-heading {
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }

  .rvv26-reddit-video-viewer .rvv26-intro {
    font-size: 18px;
    max-width: 760px;
    padding-top: 18px;
    padding-bottom: 44px;
  }

  .rvv26-reddit-video-viewer .rvv26-grid {
    gap: 24px;
  }

  .rvv26-reddit-video-viewer .rvv26-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rvv26-reddit-video-viewer .rvv26-grid-eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rvv26-reddit-video-viewer .rvv26-card {
    min-height: 296px;
    padding: 34px 28px;
    border-radius: 24px;
  }

  .rvv26-reddit-video-viewer .rvv26-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 22px;
  }

  .rvv26-reddit-video-viewer .rvv26-i {
    font-size: 27px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rvv26-reddit-video-viewer .rvv26-section {
    padding: 74px 0;
  }

  .rvv26-reddit-video-viewer .rvv26-container {
    padding: 0 24px;
  }

  .rvv26-reddit-video-viewer .rvv26-heading {
    font-size: 36px;
    max-width: 820px;
  }

  .rvv26-reddit-video-viewer .rvv26-intro {
    font-size: 17px;
    max-width: 700px;
    padding-top: 16px;
    padding-bottom: 36px;
  }

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

  .rvv26-reddit-video-viewer .rvv26-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .rvv26-reddit-video-viewer .rvv26-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 19px;
  }

  .rvv26-reddit-video-viewer .rvv26-i {
    font-size: 24px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-text {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rvv26-reddit-video-viewer .rvv26-section {
    padding: 54px 0;
  }

  .rvv26-reddit-video-viewer .rvv26-container {
    padding: 0 16px;
  }

  .rvv26-reddit-video-viewer .rvv26-heading {
    font-size: 29px;
    max-width: 420px;
  }

  .rvv26-reddit-video-viewer .rvv26-intro {
    font-size: 14.5px;
    max-width: 460px;
    padding-top: 12px;
    padding-bottom: 24px;
  }

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

  .rvv26-reddit-video-viewer .rvv26-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .rvv26-reddit-video-viewer .rvv26-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 14px;
  }

  .rvv26-reddit-video-viewer .rvv26-i {
    font-size: 20px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-text {
    font-size: 13.2px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rvv26-reddit-video-viewer .rvv26-section {
    padding: 48px 0;
  }

  .rvv26-reddit-video-viewer .rvv26-container {
    padding: 0 12px;
  }

  .rvv26-reddit-video-viewer .rvv26-heading {
    font-size: 26px;
    max-width: 350px;
  }

  .rvv26-reddit-video-viewer .rvv26-intro {
    font-size: 13.8px;
    max-width: 360px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .rvv26-reddit-video-viewer .rvv26-card {
    min-height: 222px;
    padding: 20px 11px;
    border-radius: 16px;
  }

  .rvv26-reddit-video-viewer .rvv26-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .rvv26-reddit-video-viewer .rvv26-i {
    font-size: 18px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-title {
    font-size: 14.8px;
    margin-bottom: 7px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-text {
    font-size: 12.4px;
    line-height: 1.42;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rvv26-reddit-video-viewer .rvv26-section {
    padding: 42px 0;
  }

  .rvv26-reddit-video-viewer .rvv26-container {
    padding: 0 10px;
  }

  .rvv26-reddit-video-viewer .rvv26-heading {
    font-size: 23px;
    max-width: 300px;
  }

  .rvv26-reddit-video-viewer .rvv26-intro {
    font-size: 12.8px;
    max-width: 310px;
    padding-top: 9px;
    padding-bottom: 18px;
  }

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

  .rvv26-reddit-video-viewer .rvv26-card {
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 14px;
  }

  .rvv26-reddit-video-viewer .rvv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 11px;
  }

  .rvv26-reddit-video-viewer .rvv26-i {
    font-size: 16px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-title {
    font-size: 13.6px;
    margin-bottom: 6px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-text {
    font-size: 11.7px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .rvv26-reddit-video-viewer .rvv26-section {
    padding: 38px 0;
  }

  .rvv26-reddit-video-viewer .rvv26-container {
    padding: 0 10px;
  }

  .rvv26-reddit-video-viewer .rvv26-heading {
    font-size: 22px;
  }

  .rvv26-reddit-video-viewer .rvv26-intro {
    font-size: 12.5px;
    padding-top: 9px;
    padding-bottom: 18px;
  }

  .rvv26-reddit-video-viewer .rvv26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rvv26-reddit-video-viewer .rvv26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .rvv26-reddit-video-viewer .rvv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 11px;
  }

  .rvv26-reddit-video-viewer .rvv26-i {
    font-size: 16px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .rvv26-reddit-video-viewer .rvv26-card-text {
    font-size: 12px;
    line-height: 1.4;
  }
}