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

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .rpvx-reddit-post-viewer, .tc-wp-content-root .rpvx-reddit-post-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rpvx-reddit-post-viewer{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1c2426;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section-one, .tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section-three{
  background: #ffffff;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section-two{
  background: linear-gradient(180deg, #fff6f1 0%, #f8fbfa 100%);
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .rpvx-reddit-post-viewer h2, .tc-wp-content-root .rpvx-reddit-post-viewer h3, .tc-wp-content-root .rpvx-reddit-post-viewer p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .rpvx-reddit-post-viewer h2{
  color: #182325;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-intro{
  color: #536163;
  line-height: 1.65;
  margin-top: 0;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card{
  position: relative;
  height: 100% !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #ead8d1;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(168, 79, 45, 0.12);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.12), transparent 44%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.42);
  box-shadow: 0 24px 64px rgba(168, 79, 45, 0.2);
  background: #ffffff;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a3d 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card:hover .rpvx-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(255, 69, 0, 0.3);
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .rpvx-reddit-post-viewer h3{
  position: relative;
  color: #1f2b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card p{
  position: relative;
  color: #59686b;
  line-height: 1.58;
  margin-bottom: 0;
}.tc-wp-content-root .rpvx-reddit-post-viewer.rpvx-js .rpvx-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rpvx-reddit-post-viewer.rpvx-js .rpvx-card.rpvx-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section{
    padding: 86px 0;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-container{
    padding: 0 28px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-intro{
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card{
    min-height: 296px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-i{
    font-size: 28px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h3{
    font-size: 20px;
    margin: 0 0 13px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section{
    padding: 70px 0;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-container{
    padding: 0 24px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-intro{
    max-width: 680px;
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card{
    min-height: 270px;
    padding: 30px 24px 26px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-i{
    font-size: 25px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h3{
    font-size: 18px;
    margin: 0 0 11px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card p{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section{
    padding: 54px 0;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-container{
    padding: 0 16px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h2{
    font-size: 27px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-intro{
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-i{
    font-size: 21px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h3{
    font-size: 16px;
    margin: 0 0 9px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card p{
    font-size: 12.8px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section{
    padding: 48px 0;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-container{
    padding: 0 12px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h2{
    font-size: 24px;
    margin-bottom: 10px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card{
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-i{
    font-size: 19px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h3{
    font-size: 15px;
    margin: 0 0 8px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card p{
    font-size: 12.2px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-section{
    padding: 42px 0;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-container{
    padding: 0 10px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h2{
    font-size: 21px;
    margin-bottom: 9px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-intro{
    font-size: 12.8px;
    line-height: 1.46;
    margin-bottom: 18px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-i{
    font-size: 17px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer h3{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .rpvx-reddit-post-viewer .rpvx-card p{
    font-size: 11.4px;
    line-height: 1.4;
  }}