
.business-bridge-container {
    max-width: 600px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.business-bridge-query {
    width: 100%;
    min-height: 80px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    resize: vertical;
}

.business-bridge-submit {
    margin-top: 10px;
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.business-bridge-submit:hover {
    background: #005177;
}

.business-bridge-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.business-bridge-response {
    margin-top: 20px;
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.business-bridge-response h4 {
    margin: 0 0 10px 0;
    color: #333;
}

.business-bridge-answer {
    line-height: 1.6;
    color: #555;
}

.business-bridge-loading {
    margin-top: 15px;
    padding: 10px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 3px;
    color: #856404;
}
    