.lfk-customtext-readmore {
    margin-bottom: 1.5rem;
}

.lfk-customtext-short,
.lfk-customtext-full {
    line-height: 1.7;
}

.lfk-readmore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    background: #1677ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
}

.lfk-readmore-button:hover {
    background: #0f5fd1;
    color: #fff;
    transform: translateY(-1px);
}

.lfk-readmore-button:focus {
    outline: none;
}