.receive-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.receive-message-content {
    background-color: var(--gray-100);
    color: black;
    border-radius: 8px;
    width: fit-content;
    padding: 6px 12px;
    max-width: 80%;
    font-size: 15px;
}

.receive-message > .icon {
    width: 30px;
    height: 30px;
    background-color: var(--gray-100);
}

.receive-message > .icon > svg {
    width: 40px;
    height: 40px;
    transform: translate(-6px, 0px);
}
