<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guide-image {
  margin-bottom: 10px;
}

.guide-title {
  font-size: 18px;
}

.bottom-button {
  display: flex;
  justify-content: space-between;
}

.turn-page-btn {
  background-color: #3650d2;
}

.turn-page-btn:hover {
  background-image: linear-gradient(to right, #3650d2, #516eff);
}

.guide-content-item {
  padding: 80px 0;
}

.guide-title-content {
  margin-bottom: 20px;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #fdcc52!important;
  border-color: transparent;
  background-color: transparent;
}

#menuToggleBtn .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  background-color: transparent!important;
}

#guideToggleBtn {
  border-color: transparent;
}

.user-guide-icon {
  margin-right: 5px;
  color: #3650d2;
}

</pre></body></html>