
.grades-section table {
  display: none;
  width: 100%;
  border-collapse: collapse;
}
.grades-section th, .grades-section td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}


.grades-button {
  background-color: #2d2d62;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 8px;
}

.grades-button:hover {
  background-color:  #fad02c;
}



.latest-exam-container {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  width: max-content;
   margin-bottom: 5px;
}

.latest-exam-left {
  padding: 5px 15px;
  background: #2d2d62;
  color: #fad02c;
  font-weight: 700;
  border-right: 1px solid #ccc;
  min-width: 150px;
  text-align: center;
}

.latest-exam-right {
  padding: 5px 15px;
  color: #2d2d62;
  font-weight: 700;
  white-space: nowrap;
    background:  #fad02c;
}


