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

.ychv-history-viewer-wrap,
.ychv-history-viewer-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ychv-history-viewer-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #202124;
  font-family: Arial, Helvetica, sans-serif;
}

.ychv-history-viewer-wrap .ychv-section {
  width: 100% !important;
}

.ychv-history-viewer-wrap .ychv-section-white {
  background: #ffffff;
}

.ychv-history-viewer-wrap .ychv-section-tint {
  background: linear-gradient(180deg, #fff7f4 0%, #f8fbfc 100%);
}

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

.ychv-history-viewer-wrap h2,
.ychv-history-viewer-wrap h3,
.ychv-history-viewer-wrap p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ychv-history-viewer-wrap h2 {
  color: #1f2328;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  margin-top: 0;
}

.ychv-history-viewer-wrap .ychv-intro {
  color: #5d646b;
  line-height: 1.65;
  max-width: 760px;
  margin-top: 0;
}

.ychv-history-viewer-wrap .ychv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.ychv-history-viewer-wrap .ychv-card {
  height: 100%;
  text-align: center;
  border: 1px solid #f0d5d2;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.055), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(166, 29, 29, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  position: relative;
  overflow: hidden;
}

.ychv-history-viewer-wrap .ychv-card::after {
  content: "";
  position: absolute;
  inset: auto 18% 0 18%;
  height: 3px;
  background: linear-gradient(90deg, #ff0033, #ff8a3d);
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.ychv-history-viewer-wrap .ychv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 51, 0.34);
  box-shadow: 0 24px 60px rgba(166, 29, 29, 0.16);
}

.ychv-history-viewer-wrap .ychv-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.ychv-history-viewer-wrap .ychv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #ff0033 0%, #ff8a3d 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 0, 51, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ychv-history-viewer-wrap .ychv-card:hover .ychv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 0, 51, 0.28);
}

.ychv-history-viewer-wrap .ychv-i {
  color: #ffffff;
  line-height: 1;
}

.ychv-history-viewer-wrap .ychv-card h3 {
  color: #24272b;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0;
}

.ychv-history-viewer-wrap .ychv-card p {
  color: #626970;
  line-height: 1.58;
  margin-bottom: 0;
}

.ychv-history-viewer-wrap .ychv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ychv-history-viewer-wrap .ychv-reveal.ychv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

  .ychv-history-viewer-wrap h2 {
    font-size: 38px;
    white-space: nowrap;
    margin-bottom: 16px;
  }

  .ychv-history-viewer-wrap .ychv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .ychv-history-viewer-wrap .ychv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .ychv-history-viewer-wrap .ychv-card {
    min-height: 292px;
    padding: 34px 28px 32px;
    border-radius: 18px;
  }

  .ychv-history-viewer-wrap .ychv-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 24px;
  }

  .ychv-history-viewer-wrap .ychv-i {
    font-size: 27px;
  }

  .ychv-history-viewer-wrap .ychv-card h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .ychv-history-viewer-wrap .ychv-card p {
    font-size: 15px;
    margin-top: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ychv-history-viewer-wrap .ychv-section {
    padding: 68px 22px;
  }

  .ychv-history-viewer-wrap h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .ychv-history-viewer-wrap .ychv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ychv-history-viewer-wrap .ychv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ychv-history-viewer-wrap .ychv-card {
    min-height: 268px;
    padding: 30px 24px 28px;
    border-radius: 16px;
  }

  .ychv-history-viewer-wrap .ychv-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .ychv-history-viewer-wrap .ychv-i {
    font-size: 25px;
  }

  .ychv-history-viewer-wrap .ychv-card h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .ychv-history-viewer-wrap .ychv-card p {
    font-size: 14.5px;
    margin-top: 12px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ychv-history-viewer-wrap .ychv-section {
    padding: 52px 16px;
  }

  .ychv-history-viewer-wrap h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .ychv-history-viewer-wrap .ychv-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .ychv-history-viewer-wrap .ychv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ychv-history-viewer-wrap .ychv-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 14px;
  }

  .ychv-history-viewer-wrap .ychv-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 15px;
  }

  .ychv-history-viewer-wrap .ychv-i {
    font-size: 21px;
  }

  .ychv-history-viewer-wrap .ychv-card h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .ychv-history-viewer-wrap .ychv-card p {
    font-size: 13px;
    line-height: 1.45;
    margin-top: 9px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ychv-history-viewer-wrap .ychv-section {
    padding: 46px 12px;
  }

  .ychv-history-viewer-wrap h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .ychv-history-viewer-wrap .ychv-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .ychv-history-viewer-wrap .ychv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .ychv-history-viewer-wrap .ychv-card {
    min-height: 218px;
    padding: 18px 11px 17px;
    border-radius: 12px;
  }

  .ychv-history-viewer-wrap .ychv-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    margin-bottom: 13px;
  }

  .ychv-history-viewer-wrap .ychv-i {
    font-size: 19px;
  }

  .ychv-history-viewer-wrap .ychv-card h3 {
    font-size: 14.5px;
    margin-top: 0;
  }

  .ychv-history-viewer-wrap .ychv-card p {
    font-size: 12.2px;
    line-height: 1.42;
    margin-top: 8px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ychv-history-viewer-wrap .ychv-section {
    padding: 40px 10px;
  }

  .ychv-history-viewer-wrap h2 {
    font-size: 21px;
    line-height: 1.18;
    margin-bottom: 9px;
  }

  .ychv-history-viewer-wrap .ychv-intro {
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 19px;
  }

  .ychv-history-viewer-wrap .ychv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .ychv-history-viewer-wrap .ychv-card {
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 11px;
  }

  .ychv-history-viewer-wrap .ychv-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    margin-bottom: 11px;
  }

  .ychv-history-viewer-wrap .ychv-i {
    font-size: 17px;
  }

  .ychv-history-viewer-wrap .ychv-card h3 {
    font-size: 13.2px;
    line-height: 1.22;
    margin-top: 0;
  }

  .ychv-history-viewer-wrap .ychv-card p {
    font-size: 11.4px;
    line-height: 1.38;
    margin-top: 7px;
  }
}

@media (max-width: 319px) {
  .ychv-history-viewer-wrap .ychv-section {
    padding: 36px 10px;
  }

  .ychv-history-viewer-wrap h2 {
    font-size: 20px;
  }

  .ychv-history-viewer-wrap .ychv-intro {
    font-size: 12.5px;
    margin-bottom: 18px;
  }

  .ychv-history-viewer-wrap .ychv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ychv-history-viewer-wrap .ychv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 11px;
  }

  .ychv-history-viewer-wrap .ychv-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    margin-bottom: 12px;
  }

  .ychv-history-viewer-wrap .ychv-i {
    font-size: 18px;
  }

  .ychv-history-viewer-wrap .ychv-card h3 {
    font-size: 14px;
  }

  .ychv-history-viewer-wrap .ychv-card p {
    font-size: 12px;
    margin-top: 8px;
  }
}