/**
 * Cebi SEO Connector — Admin CSS.
 *
 * @package Cebi_SEO_Connector
 * @since   1.0.0
 * @license GPLv2 or later
 */

.cebi-seo-wrap {
    max-width: 900px;
}
.cebi-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 16px;
}
.cebi-card h2 {
    margin-top: 0;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.cebi-status {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cebi-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.cebi-dot-green {
    background: #00a32a;
}
.cebi-dot-gray {
    background: #999;
}
.cebi-status-connected {
    color: #00a32a;
}
.cebi-status-disconnected {
    color: #757575;
}
.cebi-connect-form {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 12px 0 4px;
}
.cebi-connect-form input {
    font-family: monospace;
    font-size: 13px;
    width: 380px;
}
.cebi-msg {
    margin-top: 8px;
    font-size: 13px;
}
.cebi-msg-ok {
    color: #00a32a;
}
.cebi-msg-err {
    color: #d63638;
}
.cebi-key-box {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 8px 0;
}
.cebi-key-box input {
    font-family: monospace;
    font-size: 13px;
    width: 420px;
}
.cebi-info-table th {
    width: 140px;
    font-weight: 500;
    padding: 6px 0;
}
.cebi-info-table td {
    padding: 6px 0;
}
.cebi-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
}
.cebi-badge-success {
    background: #e6f4ea;
    color: #137333;
}
.cebi-badge-error {
    background: #fce8e6;
    color: #c5221f;
}
.cebi-empty {
    color: #757575;
    font-style: italic;
}
.cebi-footer {
    margin-top: 24px;
    color: #757575;
    font-size: 13px;
}
