#robots-content {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

#robots-content:focus {
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#status-box {
    transition: all 0.3s ease;
}

#matching-rule {
    font-family: var(--bs-font-monospace);
}
