.SL-politics-sidebar {
background: #1C1C1C; /* Dark background for sidebar */
width: 20em;
border: 4px double #FFD700; /* Gold border to keep contrast */
}
.SL-politics-sidebar .sidebar-title-with-pretitle {
background: #4B2C42; /* Dark maroon */
color: #FFD700; /* Gold text for contrast */
border: 1px double #5E6A73; /* Darker border for depth */
}
.SL-politics-sidebar .sidebar-title-with-pretitle a {
color: #FFD700; /* Matching link color */
}
.SL-politics-sidebar .sidebar-heading {
background: #4B2C42;
color: #FFD700;
border: 1px double #5E6A73;
}
.SL-politics-sidebar .sidebar-list-content {
text-align: center;
color: #DDDDDD; /* Light grey text for readability */
}
.SL-politics-sidebar .sidebar-list-title {
text-align: center;
background: #002050; /* Darker navy */
color: #FFD700;
border: 1px double #5E6A73;
}
.SL-politics-sidebar .sidebar-list-title a {
color: #FFD700;
}
.SL-politics-sidebar .mw-collapsible-text {
color: #DDDDDD; /* Light grey for collapsible text */
}