.dc360-ai-box {
    border-top: 0px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb; 
    border-radius: 0px 0px 8px 8px;
    padding: 12px;
    margin-top: 0px;
    background: #fafafa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dc360-ai-inline {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dc360-ai-input {
    flex: 1;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background-color: #8fe80d1a !important;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
}

.dc360-ai-send {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: none;
    background-color: #f36c21;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.dc360-ai-send:hover {
    background-color: #e25f17;
}

.dc360-ai-fa-icon {
    font-size: 16px;
    color: #ffffff;
}

.dc360-ai-status {
    margin-top: 6px;
    font-size: 12px;
    color: #6b7280;
}

.dc360-ai-response {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    white-space: pre-wrap;
}
