.ta-wrapper {
    margin: 0.5em 0;
}

.ta-toggle {
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
}

.ta-toggle:hover {
    text-decoration: none;
}

.ta-content {
    display: none;
    margin-top: 0.5em;
}

.ta-wrapper.ta-open .ta-content {
    display: block;
}
