/* ============================================================
   Auriga SEO Tools v2 — Admin UI
   ============================================================ */

.ast-wrap {
    max-width: 1100px;
}

.ast-version {
    font-size: 13px;
    font-weight: 400;
    color: #777;
    margin-left: 8px;
}

.ast-tab-content {
    margin-top: 20px;
}

/* ---- Tables ---- */

.ast-table th,
.ast-table td {
    padding: 8px 12px;
    vertical-align: middle;
}

.ast-cpt-table td {
    vertical-align: middle;
}

.ast-cpt-table input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ast-url-cell {
    max-width: 360px;
    word-break: break-all;
    font-size: 12px;
}

/* ---- Status badges ---- */

.ast-ok {
    color: #46b450;
    font-size: 16px;
    font-weight: bold;
}

.ast-miss {
    color: #dc3232;
    font-size: 16px;
    font-weight: bold;
}

.ast-warn {
    color: #ffb900;
    font-size: 14px;
    font-weight: bold;
}

.ast-word-count {
    font-size: 14px;
    font-weight: 600;
}

/* ---- Stats table ---- */

.ast-stats-table {
    max-width: 520px;
    margin-top: 12px;
}

.ast-stats-table td {
    padding: 6px 12px;
}

.ast-stat-highlight td {
    background: #fff8e1;
    font-weight: 600;
}

/* ---- Filter form ---- */

.ast-filter-form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 16px;
    flex-wrap: wrap;
}

.ast-filter-form label {
    font-weight: 600;
}

.ast-filter-form select {
    min-width: 240px;
}

/* ---- Form card ---- */

.ast-form-card {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 16px 20px 8px;
    margin-bottom: 24px;
}

.ast-form-submit {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

/* ---- Scanner form ---- */

.ast-scan-form-table th {
    width: 200px;
    padding-left: 0;
}

/* ---- CLI reference box ---- */

.ast-cli-box {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 16px 20px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.8;
    max-width: 820px;
    overflow-x: auto;
    white-space: pre;
    margin: 12px 0 20px;
}

/* ---- External link icon ---- */

.ast-ext-link {
    font-size: 14px;
    text-decoration: none;
    opacity: 0.7;
}

.ast-ext-link:hover {
    opacity: 1;
}

/* ---- Empty / all-good state ---- */

.ast-all-good {
    color: #46b450;
    font-weight: 600;
    font-size: 14px;
}
