.gth-lorem-ipsum-generator .gth-output-actions { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--gth-space-2); }
.gth-lorem-ipsum-generator .gth-word-count { font-size: var(--gth-text-sm); color: var(--gth-text-secondary); }
.gth-lorem-ipsum-generator .gth-output-text { background: var(--gth-bg-secondary); padding: var(--gth-space-4); border-radius: var(--gth-radius-md); max-height: 400px; overflow-y: auto; line-height: 1.7; }
.gth-lorem-ipsum-generator .gth-output-text p { margin-bottom: var(--gth-space-3); }
.gth-lorem-ipsum-generator .gth-output-text p:last-child { margin-bottom: 0; }
