<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: awc2
Description: A divi child theme for Antiwar.com.
Template: Divi
Custom CSS goes below 
*/

.custom-pagination {
    text-align: center;
    margin: 20px 0;
}

.custom-pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.custom-pagination .page-numbers.current {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

.custom-pagination .pagination-form {
    display: inline-block;
    margin-left: 10px;
}

.custom-pagination .pagination-form input[type="number"] {
    width: 60px;
    padding: 5px;
    border: 1px solid #ddd;
}

.custom-pagination .pagination-form button {
    padding: 5px 10px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    cursor: pointer;
}

.custom-pagination .pagination-form button:hover {
    background-color: #005bb5;
}</pre></body></html>