.bubble-left,
.bubble-right {
    flex-wrap: wrap;
    display: block;
    position: relative;
    padding: 16px;
    margin-top: 2em;
    margin-bottom: 1em;
    clear: both;
}

.bubble-initial {
    max-width:50%;
}

#conversation p li{
    margin-bottom: 10px;
}

#search p a{
    display: block;
    /*
    padding: 0.35rem 0.7rem;
    margin: 0.25rem;
    */
    /*border-radius: 0.5rem;*/
    /*color: rgb(78, 84, 91);*/
    border: 1px solid #FFFFFF;
    font-family: "Graphik Web", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 25.9167px
}

.summary{
    font-size: .875rem !important;
}

#search p{
    margin-bottom:15px;
    color: rgb(120, 120, 120);
}

.feedback-wrapper {
    border-top: 1px solid #d1d5db;
    margin-top: 12px;
    padding-top: 12px;
    padding-left: 10px;
}

.feedback-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
}

.feedback-widget {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e8ebec;
}

.thumb-btn {
    background: none;
    border: 1px solid #e8ebec;
    cursor: pointer;
    font-size: 1.2rem;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.thumb-btn.selected {
    background-color: #fef3c7;
    border-color: #f59e0b;
}

.thumb-btn-small {
    background: white;
    border: 1px solid #b9c2c6;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-btn-small.selected {
    background-color: #fef3c7;
    border-color: #f59e0b;
}

.feedback-widget .submit-btn {
    background-color: #dc2626;
    color: white;
    padding: 4px 12px;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
    margin-top: 8px;
}

.feedback-widget .submit-btn:hover {
    background-color: #b91c1c;
}

.feedback-widget .cancel-btn {
    background-color: white;
    color: #374151;
    padding: 4px 12px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
    margin-top: 8px;
    margin-left: 8px;
}

.feedback-widget .cancel-btn:hover {
    background-color: #f9fafb;
}

.feedback-widget textarea {
    resize: vertical;
    max-height: 240px;
    min-height: 48px;
}
