/* Lab detail post content typography and callout styles */

#post-content {
  color: #374151;
  line-height: 1.8;
}

#post-content p {
  margin: 0 0 14px;
  font-size: 17px;
  color: #4b5563;
}

#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4 {
  margin: 30px 0 12px;
  color: #111827;
  letter-spacing: -0.01em;
}

#post-content h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
}

#post-content h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

#post-content h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

#post-content h4 {
  font-size: 20px;
  font-weight: 700;
}

#post-content ul,
#post-content ol {
  margin: 0 0 18px;
  padding-left: 0;
  list-style: none;
}

#post-content li {
  position: relative;
  margin: 8px 0;
  padding-left: 24px;
  font-size: 17px;
  color: #4b5563;
}

#post-content ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8b5cf6;
}

#post-content ol {
  counter-reset: labStep;
}

#post-content ol li {
  counter-increment: labStep;
}

#post-content ol li::before {
  content: counter(labStep);
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ede9fe;
  color: #6d28d9;
  font-size: 11px;
  font-weight: 700;
}

#post-content .text-center.mb-30 {
  margin-bottom: 24px;
}

#post-content .btn-game-play {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.25);
}

#post-content .btn-game-play i {
  font-size: 15px;
}

#post-content .lab-post-block {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  padding: 24px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  #post-content p,
  #post-content li {
    font-size: 16px;
  }

  #post-content h1 {
    font-size: 31px;
  }

  #post-content h2 {
    font-size: 29px;
  }

  #post-content h3 {
    font-size: 23px;
  }
}
