/* =================================================================== */
/* 페이지 특정 CSS (로렘 입숨 생성기용)                                 */
/* =================================================================== */

.options-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: var(--rg-spacing-large);
    margin-bottom: var(--rg-spacing-large);
}

.options-container .rg_form_group {
    margin-bottom: 0;
}

#generate-btn {
    margin-left: auto;
}

.result-wrapper {
    position: relative;
}

.result-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
}

#result-output {
    height: 400px;
    font-size: 1rem;
    line-height: 1.7;
}

.stats-bar {
    display: flex;
    justify-content: flex-end;
    gap: var(--rg-spacing-large);
    padding: var(--rg-spacing-small) 0;
    font-size: 0.9rem;
    color: var(--rg-color-text-secondary);
}
.stats-bar strong {
    color: var(--rg-color-text);
    font-weight: 600;
}