.sl-extra-description-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 6em;
}

.sl-extra-description-wrapper.expanded .sl-extra-description-text {
    -webkit-line-clamp: unset;
    max-height: none;
}

.sl-read-more-toggle {
    margin-top: 0.5em;
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
}
