.screenup-better-read-more-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    white-space: nowrap;
}

.screenup-better-read-more-toggle:hover,
.screenup-better-read-more-toggle:focus {
    text-decoration: none;
}

.screenup-better-read-more-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    align-items: inherit;
}
