.term-container {
    background: white;
}

.term-content {
    padding: 20px;
    height: fit-content;
}

.term-content p {
    line-height: 150%;
}

#term-back-button {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

#term-back-button h3 {
    margin: 0;
    cursor:pointer;
}

.term-back-button {
    background: inherit;
    border:none;
    box-shadow:none;
    border-radius:0;
    padding:0;
    overflow:visible;
    cursor:pointer;
}

.back-button-icon {
    width: 32px;
    height: 32px;
}
