th {
    text-align: center;

}

.trial-listing {
    margin: 0 0 1.45rem;
}

.trial-listing > b {
    display: block;
    margin: 0 0 0.35rem;
}

.trial-listing > ul {
    margin-top: 0.35rem;
    margin-bottom: 0.45rem;
}

.trial-signup {
    margin: 0;
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 1.25;
}

.trial-signup a,
.trial-signup a:visited {
    font-weight: 700;
}

/* Little ↗ after each trial Sign Up link — a hint that it leaves the site.
   Drawn as a CSS mask so it inherits the link color (incl. visited/hover). */
.trial-signup a::after {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.15em;
    vertical-align: -0.05em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E") no-repeat center / contain;
}
