
.sitetalk-search-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sitetalk-search-input {
    font-size: 14px;
    padding: 8px;
    width: 100%;
    max-width: 400px;
}

.sitetalk-search-btn {
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.sitetalk-widget {
    position: relative;
}

.sitetalk-response-container {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    max-width: 650px;
    background-color: #1e1e1e;
    color: #f0f0f0;
    border: 1px solid #444;
    box-shadow: 0 2px 6px rgba(0,0,0,0.6);
    padding: 12px 16px;
    z-index: 9999;
    font-size: 14px;
    margin-top: 8px;
    white-space: pre-wrap;
    overflow-x: auto;
    border-radius: 8px;
}

.sitetalk-response-container a {
    color: #80bfff;
    text-decoration: underline;
}

.bot-message code {
    background-color: #2d2d2d;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: inherit;
}

.bot-message pre {
    background-color: #2d2d2d;
    padding: 12px;
    border-radius: 4px;
    overflow-x: auto;
    font-family: inherit;
}
