.toggle-content {
    position: relative;
}

.toggle-content-inner {
    margin-bottom: 20px;
}

.toggle-content-preview,
.toggle-content-full {
    transition: max-height 0.3s ease-out;
}

.toggle-content-link {
    color: #0073aa;
    cursor: pointer;
    text-decoration: none;
}

.toggle-content-link:hover {
    text-decoration: underline;
}