/**
 * Unique Slug Checker - Styles
 * Version: 1.4.0
 */

.usc-feedback {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4em;
    padding: 4px 0;
}

.usc-success {
    color: #46b450;
    font-weight: 500;
}

.usc-warning {
    color: #dc3232;
    font-weight: 500;
}

.usc-duplicate {
    color: #dc3232;
    font-weight: 500;
}

.usc-unique {
    color: #46b450;
    font-weight: 500;
}

.usc-na {
    color: #888;
    font-style: italic;
}

/* Admin column styling */
.column-slug_check {
    width: 120px;
    text-align: center;
}

/* Gutenberg notice enhancements */
.components-notice .usc-slug-link {
    text-decoration: underline;
    color: #007cba;
}

.components-notice .usc-slug-link:hover {
    color: #005a87;
}