/* Banner Styling */
.research-banner {
    width: 100%;
    height: 300px;
    background: #b00c0c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
}

.source-category {
    justify-content: center;
    width: 70%;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 1.5rem;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-top: 1rem;
}

.source-category h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

li {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}
  