.ts-module-WikiProject-wrapper {
font-size: 85%;
text-align: center;
width: max-content;
}
.ts-module-WikiProject-table {
margin-top: 0;
margin-bottom: 0.25em;
}
.ts-module-WikiProject-table .mw-selflink {
font-style: italic;
}
.ts-module-WikiProject-table > caption {
font-size: calc( 100% / 0.85 );
margin-bottom: 0.25em;
}
.ts-module-WikiProject-table-total {
background: var(--background-color-neutral, #eaecf0);
font-weight: bold;
}
@media (min-width: 720px) {
.ts-module-WikiProject-wrapper.is-right {
clear: right;
float: right;
margin: 0 0 1em 1em;
}
.ts-module-WikiProject-wrapper.is-left {
clear: left;
float: left;
margin: 0 1em 1em 0;
}
.ts-module-WikiProject-wrapper.is-center {
margin: 0 auto;
}
}