.redirects-page {
    width: 100%;
}

.redirects-hint {
    margin-bottom: 12px;
    color: #777;
    font-size: 12px;
}

.redirects-primary {
    font-size: 13px;
    font-weight: 500;
}

.redirects-secondary {
    margin-top: 3px;
    color: #777;
    font-size: 11px;
}

.redirects-code,
.redirects-target {
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
}

.redirects-target {
    max-width: 420px;
    overflow-wrap: anywhere;
}

.redirects-badge {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid #ddd;
    font-size: 10px;
    font-weight: 500;
}

.redirects-ok {
    background: #e9f9ee;
    border-color: #a8ddb9;
    color: #176b32;
}

.redirects-warning {
    background: #fff8df;
    border-color: #e3d19e;
    color: #806100;
}

.redirects-error {
    background: #fff0f0;
    border-color: #efb4b4;
    color: #b51d1d;
}

.redirects-table th:last-child,
.redirects-table td:last-child {
    text-align: right;
}

.redirects-message {
    margin-top: 12px;
    color: #b51d1d;
    font-size: 12px;
}