html,
body {
  font-size: 20px;
}

.cs-heading-hr {
  color: #000;
  margin: 0.2rem 0;
  background-color: transparent;
  border: 0;
  border-top: 2px solid;
  opacity: 1;
}

.cs-light-bottom-border {
  border-bottom: 1px solid #dcdcde;
}

.show-release-notes {
  cursor: pointer;
}

div.cs-notes-wrapper {
  display: flex;
  flex-direction: column;
  width: 29.6rem;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid var(--Gray-Gray-2, #dcdcde);
  background: var(--Base-White, #fff);
  margin-bottom: 1.2rem;
}

div.cs-notes-wrapper h1 {
  font-size: 1rem !important;
  line-height: 1.6rem !important;
  color: #000;
}

div.cs-notes-wrapper h2 {
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  line-height: 0.8rem !important;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.2px !important;
  transition: all 0.4s ease-in-out;
}

div.cs-notes-wrapper ul {
  margin-bottom: 0.6rem;
}

div.cs-notes-wrapper li {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  line-height: 1.2rem !important;
  color: #000;
}

.show_full_release_notes {
  font-size: 0.5rem !important;
  font-weight: 700 !important;
  line-height: 0.8rem !important;
  color: #939598;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  transition: all 0.4s ease-in-out;
}

.version_num {
  color: #0089fa;
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
  }

  div.cs-notes-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.8rem;
    border-radius: 8px;
    border: 1px solid var(--Gray-Gray-2, #dcdcde);
    background: var(--Base-White, #fff);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease-in-out;
  }
}
