.tso-alpa-link {
    padding-top: 6px;
}
.tso-glossary-details-block .tso-content-block h1 {
    color: #0d0d12;
    letter-spacing: -.28px;
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .tso-glossary-details-block .tso-content-block h1 {
        font-size: 24px;
    }
}
.tso-glossary-details-block .tso-content-block h2 {
    color: #0d0d12;
    letter-spacing: -.24px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
@media (max-width: 767px) {
    .tso-glossary-details-block .tso-content-block h2 {
        font-size: 20px;
    }
}
.tso-glossary-details-block .tso-content-block h3,
.tso-glossary-details-block .tso-content-block h4 {
    color: #0d0d12;
    letter-spacing: -.2px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
@media (max-width: 767px) {
    .tso-glossary-details-block .tso-content-block h3,
    .tso-glossary-details-block .tso-content-block h4 {
        font-size: 20px;
    }
}

.tso-glossary-details-block .tso-content-block p {
    color: #0d0d12;
    letter-spacing: -.2px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55556;
}
@media (max-width: 767px) {
    .tso-glossary-details-block .tso-content-block p {
        font-size: 16px;
    }
}
.tso-glossary-details-block .tso-content-block ul,
.tso-glossary-details-block .tso-content-block ol {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #0d0d12;
}
.tso-glossary-details-block .tso-content-block ul li {
    color: #0d0d12;
    letter-spacing: -.2px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55556;
    margin-bottom: 6px;
}
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child) {
    margin-top: 20px;
}

.tso-glossary-details-block .tso-content-block table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
    background: transparent;
    margin: 20px -8px;  /* Negative margins compensate for border-spacing */
    border: none !important;

}

.tso-glossary-details-block .tso-content-block  table th {
    background: #daf2f3;
    border-radius: 8px;
    padding: 10px 20px;
    color: #0d0d12;
    font-weight: 700;
    line-height: 1.44444;

    font-size: 18px;
    text-align: left;

    border: none !important;
}

.tso-glossary-details-block .tso-content-block  table td {
    background: #eff9d6;
    padding: 12px 16px;
    border-radius: 8px;
    color: #0d0d12;
    line-height: 1.44444;
    font-size: 18px;

    border: none !important;
}
