.smartsupport-rag-table tr.smartsupport-collection-row {
    cursor: pointer;
}
.smartsupport-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 20px 0;
}
.smartsupport-summary-card {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.smartsupport-summary-card .dashicons {
    font-size: 28px;
    margin-right: 12px;
    color: #3858e9;
}
.smartsupport-summary-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}
.smartsupport-summary-card h3 small {
    font-size: 12px;
    text-transform: uppercase;
    color: #646970;
}
.smartsupport-summary-card p {
    margin: 4px 0 0;
    color: #646970;
}
.smartsupport-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 24px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.smartsupport-card h2 {
    margin-top: 0;
}
.smartsupport-card .description {
    margin-bottom: 16px;
}
.smartsupport-help-list {
    margin: 0;
    padding-left: 20px;
}
.smartsupport-help-list li {
    margin: 0 0 8px;
}
.smartsupport-details-wrapper {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 4px;
}
.smartsupport-fields-table th,
.smartsupport-fields-table td {
    vertical-align: top;
}
.smartsupport-button-danger {
    background-color: #d63638 !important;
    border-color: #d63638 !important;
    color: #fff !important;
}
.smartsupport-button-danger:hover,
.smartsupport-button-danger:focus {
    background-color: #b32d2f !important;
    border-color: #b32d2f !important;
    color: #fff !important;
}
.smartsupport-status-badge,
.smartsupport-mode-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 4px 4px 0;
}
.smartsupport-status-indexed {
    background: #e7f5e8;
    color: #1a7f37;
}
.smartsupport-status-pending {
    background: #fef3c7;
    color: #92400e;
}
.smartsupport-mode-auto {
    background: #e8f1ff;
    color: #1d4ed8;
}
.smartsupport-mode-manual {
    background: #f9e8ff;
    color: #7e22ce;
}
.smartsupport-index-actions {
    padding: 8px 0;
}
.smartsupport-index-actions strong {
    display: block;
    margin-bottom: 2px;
}
.smartsupport-card-table table {
    margin-top: 12px;
}
.smartsupport-index-actions .button {
    margin-top: 6px;
    margin-right: 6px;
}
.smartsupport-setup-step {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    padding: 24px;
    margin: 20px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.smartsupport-setup-step h2 {
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcde;
}
.smartsupport-instructions {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 20px 0;
}
.smartsupport-instructions h3 {
    margin-top: 0;
    margin-bottom: 12px;
}
.smartsupport-instructions ol {
    margin: 0;
    padding-left: 24px;
}
.smartsupport-instructions li {
    margin: 8px 0;
    line-height: 1.6;
}
.smartsupport-instructions a {
    color: #2271b1;
    text-decoration: none;
}
.smartsupport-instructions a:hover {
    text-decoration: underline;
}

