/* Dipsi Ref Welcome Add-on — Frontend Styles */

/* Image container inside chat bubble */
.hrw-welcome-image {
    margin: 8px 0;
}

.hrw-welcome-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

/* Text container inside chat bubble */
.hrw-welcome-text {
    margin: 8px 0;
}

/* Remove extra top margin when image is first */
.hrw-welcome-image:first-child {
    margin-top: 0;
}

.hrw-idle-followup-message {
    white-space: pre-wrap;
}

/* Remove extra bottom margin when text is last */
.hrw-welcome-text:last-child {
    margin-bottom: 0;
}
