.scp-list-c8b3384 {
    max-width: 100%;
}

.scp-imageChip-c8b3384 {
    line-height: 0;
}

.scp-thumb-c8b3384 {
    max-width: 9rem;
    max-height: 9rem;
    border-radius: var(--radius-md);
    object-fit: cover;
    border: 1px solid var(--bs-border-color);
}

.scp-fileChip-c8b3384 {
    max-width: 16rem;
    padding: var(--space-1) var(--space-2);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--radius-md);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    text-decoration: none;

    &:hover {
        border-color: var(--bs-primary);
    }
}


.scp-bubble-3a28899 {
    max-width: min(85%, 48rem);
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-sm);
    border: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    word-wrap: break-word;
    line-height: 1.55;

    > p:last-of-type {
        margin-bottom: 0;
    }
}

.scp-ownBubble-3a28899 {
    max-width: min(80%, 40rem);
    margin-left: auto;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
    border-bottom-left-radius: var(--radius-2xl);
    border-bottom-right-radius: var(--radius-sm);
}

.scp-senderName-3a28899 {
    color: var(--bs-primary);
}

.scp-ownBubble-3a28899 .scp-senderName-3a28899 {
    color: inherit;
}

.scp-meta-3a28899 {
    opacity: 0.7;
    white-space: nowrap;
}

.scp-ownBubble-3a28899 .scp-meta-3a28899 {
    color: var(--bs-white);
    opacity: 0.75;
}


.scp-composer-9f71d83 {
    padding: var(--space-2) var(--space-2) var(--space-2) var(--space-3);
    border: 1px solid var(--bs-border-color);
    border-radius: 1.5rem;
    background-color: var(--bs-body-bg);
    transition:
        border-color var(--transition-fast),
        box-shadow var(--transition-fast);

    &:focus-within {
        border-color: var(--bs-primary);
        box-shadow: 0 0 0 0.125rem rgba(var(--bs-primary-rgb), 0.15);
    }
}

.scp-leadingSlot-9f71d83 {
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    --preview-container-width: 3em;
}

.scp-composerInput-9f71d83 {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    color: var(--bs-body-color);
    resize: none;
    /* Floor the height so the auto-grow JS can't collapse the field to 0 when it
       measures scrollHeight while the panel is still hidden (AI dock at mount). */
    min-height: 2.25rem;
    max-height: 120px;
    overflow-y: auto;
    padding: var(--space-1) 0;
    text-align: left;
}

.scp-iconButton-9f71d83 {
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: var(--radius-circle);
    background-color: var(--bs-primary);
    color: var(--bs-white);
    transition:
        filter var(--transition-fast),
        opacity var(--transition-fast);

    &:hover:not(:disabled) {
        filter: brightness(0.92);
    }

    &:disabled {
        opacity: 0.4;
    }
}

.scp-composerHint-9f71d83 {
    font-size: 0.75rem;
    margin-top: var(--space-1);
    text-align: center;
}


.scp-logo-829d0a8 {
    width: auto;
    display: block;
}

.scp-logoSmall-829d0a8 {
    height: 2rem;
}

.scp-logoMedium-829d0a8 {
    height: 3rem;
}

.scp-logoLarge-829d0a8 {
    height: 4rem;
}


.scp-logo-eacb668 {
    width: auto;
}

.scp-logoSmall-eacb668 {
    height: 2rem;
}

.scp-logoMedium-eacb668 {
    height: 3rem;
}

.scp-logoLarge-eacb668 {
    height: 4rem;
}
