/* FinanceGPT WEB20 — read-only hero signup focus */
.fg-web14-prompt[data-web20-signup-focus] textarea[readonly] {
    resize: none;
    cursor: default;
    caret-color: transparent;
    user-select: text;
    -webkit-user-select: text;
}

.fg-web14-prompt[data-web20-signup-focus] .fg-web14-prompt-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.fg-web14-prompt[data-web20-signup-focus] .fg-web14-btn--primary {
    min-width: 176px;
}

@media (max-width: 640px) {
    .fg-web14-prompt[data-web20-signup-focus] .fg-web14-prompt-actions,
    .fg-web14-prompt[data-web20-signup-focus] .fg-web14-btn--primary {
        width: 100%;
    }
}
