.long-txt {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.toggle-btn {
    border: none;
    background: none;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.toggle-btn:hover {
    text-decoration: underline;
}