body.checloli-result-page {
  background: linear-gradient(120deg, #eef2f7 0%, #d6e0f5 100%);
  min-height: 100vh;
  color: #253858;
  font-family: 'Segoe UI', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checloli-info-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(60, 80, 150, 0.13), 0 1.5px 6px 0 rgba(60, 80, 150, 0.06);
  padding: 44px 42px 32px;
  min-width: 340px;
  max-width: 92vw;
  text-align: center;
  border-top: 6px solid #356aff;
}

.checloli-info-box h2 {
  color: #2564d6;
  font-size: 1.35em;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
}

.checloli-safemark {
  display: flex;
  margin: 0 auto 22px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e6f2ff;
  box-shadow: 0 1.5px 6px #60b3ff22;
  align-items: center;
  justify-content: center;
}

.checloli-safemark svg {
  width: 40px;
  height: 40px;
  color: #36a069;
}

.checloli-note {
  margin-top: 18px;
  color: #fa9800;
  font-size: 1.04em;
}

.checloli-info-main {
  margin-top: 10px;
  font-size: 1.08em;
  color: #3d4558;
  line-height: 1.8;
  text-align: center;
}

.checloli-info-extra {
  margin-top: 20px;
  font-size: 0.98em;
  color: #6b7fae;
  background: #f6f8fd;
  border-radius: 8px;
  padding: 13px 0 10px;
}

@media (max-width: 600px) {
  .checloli-info-box {
    padding: 26px 2vw 20px;
    min-width: unset;
  }

  .checloli-info-main {
    font-size: 1em;
  }
}
