/* SmartBot WP Admin Styles */

.smbot-status-banner {
    padding: 12px 16px;
    border-radius: 6px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.smbot-status-banner .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.smbot-connected {
    background: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.smbot-disconnected {
    background: #fff3cd;
    color: #856404;
    border-left: 4px solid #ffc107;
}

.smbot-status {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    vertical-align: middle;
}

.smbot-status-ok {
    background: #d4edda;
    color: #155724;
}

.smbot-status-error {
    background: #f8d7da;
    color: #721c24;
}

.smbot-embed-preview {
    background: #f0f0f1;
    padding: 16px 20px;
    border-radius: 6px;
    margin: 16px 0;
}

.smbot-embed-preview h3 {
    margin-top: 0;
    font-size: 14px;
}

.smbot-embed-preview code {
    display: block;
    padding: 10px 14px;
    background: #1d2327;
    color: #50c878;
    border-radius: 4px;
    font-size: 13px;
    word-break: break-all;
}

.smbot-info-box {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 20px 0;
}

.smbot-info-box h3 {
    margin-top: 0;
    color: #1d2327;
}

.smbot-info-box ul {
    list-style: disc;
    margin-left: 20px;
}

.smbot-info-box ul li {
    margin-bottom: 4px;
}

.smbot-info-box code {
    display: inline-block;
    padding: 4px 12px;
    background: #f0f0f1;
    border-radius: 4px;
    font-size: 13px;
}
