.text-preview {
    max-height: 1.2em; /* 3 строки (1.2em × 3) */
    overflow: hidden;
    line-height: 1.2em;
    transition: max-height 0.3s ease;
}

.text-preview.expanded {
    max-height: none;
}

.show-more2 {
    color: #57b0bb;
    cursor: pointer;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
}

.show-more2:hover {
    text-decoration: underline;
}