<style>
.sw-read-more {
background: none;
border: none;
color: inherit;
cursor: pointer;
font: inherit;
line-height: inherit;
}

.sw-display-none {
display: none;
}

/* LVR Table */
.lvr-compare {
  width: 100%;
  border-collapse: collapse;
}
.lvr-compare td {
  border: 1px solid #e5e5e5 !important;
  padding: 12px 16px !important;
  vertical-align: top !important;
}
.lvr-compare tbody tr:first-child td {
  font-weight: 700;
  background: #fafafa;
}
@media (max-width: 768px) {
  .lvr-compare,
  .lvr-compare tbody,
  .lvr-compare tr,
  .lvr-compare td {
    display: block !important;
    width: 100% !important;
  }
  .lvr-compare tbody tr {
    border: 1px solid #eaeaea !important;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 16px 0;
  }
  .lvr-compare tbody tr:first-child {
    display: none !important;
  }
  .lvr-compare td {
    border: 0 !important;
    border-bottom: 1px solid #f1f1f1 !important;
    padding: 12px 12px 12px 48% !important;
    position: relative !important;
    min-height: 44px;
  }
  .lvr-compare td:last-child {
    border-bottom: 0 !important;
  }
  .lvr-compare td::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 44%;
    font-weight: 600;
    white-space: normal;
  }
  .lvr-compare tr td:nth-child(1)::before { content: "Training option"; }
  .lvr-compare tr td:nth-child(2)::before { content: "Units covered"; }
  .lvr-compare tr td:nth-child(3)::before { content: "Who it suits"; }
  .lvr-compare tr td:nth-child(4)::before { content: "Delivery mode"; }
  .lvr-compare tr td:nth-child(5)::before { content: "Assessment tasks"; }
  .lvr-compare tr td:nth-child(6)::before { content: "Typical duration*"; }
  .lvr-compare tr td:nth-child(1) {
    font-weight: 700;
  }
}
</style>