#gbte-search-container {
    max-width: 600px;
    margin: 20px auto;
}

#gbte-question {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 24px 0 0 24px;
    font-size: 16px;
    box-sizing: border-box;
}

#gbte-search-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 0 24px 24px 0;
    color: white;
    font-size: 16px;
    cursor: pointer;
    background-color: #4881c3;
}

#gbte-search-row {
    display: flex;
    width: 100%;
}

#gbte-search-btn:hover {
    background-color: #3a6ea3;
}

#gbte-results {
    margin-top: 20px;
    padding: 16px;
    border-radius: 8px;
    background-color: #f7f7f7;
    line-height: 1.6;
}

.gbte-answer-text {
    font-size: 16px;
}

.gbte-citations {
    font-size: 16px;
}

.gbte-citations li {
    margin-bottom: 6px;
}

.gbte-sources-title {
    margin-top: 24px;
}

#gbte-question,
#gbte-search-btn {
    font-family: inherit;
}
