
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

#review {
    max-width: 90%;
    margin: 2rem auto;
    padding: 1rem;
}

#review h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

#review p, #review ul {
    margin: 0.5rem 0;
}

#review ul {
    padding-left: 1.5rem;
}

.navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.navigation a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

.navigation a:disabled {
    color: #aaa;
    pointer-events: none;
}


.toc-list {
    list-style-type: none;
  }
  
  .toc-item {
    margin-left: 20px;
  }
  
  .toc-sublist {
    list-style-type: disc;
    margin-left: 40px;
  }
  