/* Global Styles */
body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* News Container */
.news-container {
    margin-top: 40px;
}

.news-item {
    margin-bottom: 20px;
}

.loading {
    margin-top: 50px;
}

/* News Card */
.member-content {
    background-color: #343a40;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.member-content h3 {
    font-size: 1.25rem;
    color: #fff;
}

.member-content p {
    font-size: 1rem;
    color: #b8b8b8;
}

.member-content .btn {
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.member-content .btn-outline-light {
    border-color: white;
}

.member-content .badge {
    font-size: 0.875rem;
    background-color: #28a745;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}

/* Pagination */
.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    cursor: not-allowed;
}

.page-link {
    color: #007bff;
    text-decoration: none;
}

.page-link:hover {
    background-color: #007bff;
    color: #fff;
}
