.cfa-study-notes-table-section {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.cfa-study-notes-table-header {
  text-align: center;
  margin-bottom: 40px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
  animation-duration: 0.7s;
}

.cfa-study-notes-table-title {
  font-size: 48px;
  line-height: 1;
  color: #020b36;
  font-weight: 500;
  margin-bottom: 16px;
}

.cfa-study-notes-table-text {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.cfa-study-notes-table-text p {
  font-size: 20px;
  line-height: 28px;
  color: #52587a;
  margin-bottom: 16px;
}

.cfa-study-notes-table-text p:last-child {
  margin-bottom: 0;
}

.cfa-study-notes-table-bottom {
  text-align: center;
  margin-top: 32px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
  animation-duration: 0.7s;
}

.cfa-study-notes-table {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #dadee7;
  border-radius: 12px;
  overflow: hidden;
}

.cfa-study-notes-table__header {
  padding: 16px 24px;
  border-bottom: 1px solid #dadee7;
  color: #020b36;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.cfa-study-notes-table__wrap {
  overflow: auto;
  width: 100%;
  position: relative;
}

.cfa-study-notes-table table {
  width: 100%;
  caption-side: bottom;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.cfa-study-notes-table thead tr {
  border-bottom: 1px solid #dadee7;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.cfa-study-notes-table thead th {
  color: #020b36;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 20px;
  background: hsl(0 0% 96% / 0.5);
  border: 0;
}

.cfa-study-notes-table tbody tr {
  border-bottom: 1px solid #dadee7;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.cfa-study-notes-table tbody tr:last-child {
  border-bottom: 0;
}

.cfa-study-notes-table tbody tr:hover {
  background-color: hsl(0 0% 96% / 0.3);
}

.cfa-study-notes-table tbody td {
  color: #52587a;
  vertical-align: middle;
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  background: none;
  border: 0;
}

.cfa-study-notes-table tbody tr:first-child td,
.cfa-study-notes-table tbody tr:nth-child(2n) td {
  background: none;
}

.cfa-study-notes-table tbody td.cell-bold {
  color: #020b36;
  font-weight: 500;
}

.cfa-study-notes-table tbody td.cell-primary {
  color: #0282f2;
}

@media screen and (max-width: 1023px) {
  .cfa-study-notes-table-title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cfa-study-notes-table-section {
    padding: 48px 0;
  }

  .cfa-study-notes-table-title {
    font-size: 30px;
    line-height: 36px;
  }

  .cfa-study-notes-table-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
