.preset-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 18px;
}

.preset-chips button {
    border: 1px solid #d7deea;
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
}

.text-content-output {
    white-space: pre-wrap;
}

.text-content-output p,
.text-content-output li,
.text-content-output ul,
.text-content-output ol {
    text-align: left;
}

.text-content-output ul,
.text-content-output ol {
    padding-left: 1.2rem;
    margin: 0.5rem 0;
}

.text-output-actions {
    display: flex;
    gap: 8px;
}

.text-form-card {
    position: sticky;
    top: 20px;
    align-self: start;
}

@media (max-width: 768px) {
    .text-output-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .text-form-card {
        position: static;
    }
}
