Comment: same-team rail only
Styles for By The Numbers showcase cards
Line 1,009: Line 1,009:
.rb-wide-table .wikitable {
.rb-wide-table .wikitable {
margin: 0;
margin: 0;
}
/* By The Numbers showcase hub */
.btn-showcase {
margin: 1em 0 1.25em 0;
}
.btn-stat-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(11.5em, 1fr));
gap: 0.75em;
}
.btn-stat {
background: #f7f4ee;
border: 1px solid #c3b7a4;
border-top: 3px solid #3f4a3c;
padding: 0.85em 0.9em 0.95em;
text-align: center;
}
.btn-stat-num {
font-size: 2.05em;
font-weight: 700;
line-height: 1.1;
color: #3f4a3c;
letter-spacing: -0.02em;
}
.btn-stat-label {
margin-top: 0.35em;
font-size: 95%;
font-weight: 600;
line-height: 1.3;
}
.btn-stat-note {
margin-top: 0.3em;
font-size: 84%;
line-height: 1.35;
color: #555;
}
.btn-link-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
gap: 0.65em;
margin: 0.75em 0 1em 0;
}
.btn-link-card {
background: #faf8f4;
border: 1px solid #d4cbb8;
padding: 0.7em 0.85em;
line-height: 1.35;
}
.btn-link-card > a {
font-weight: 600;
}
.btn-link-desc {
margin-top: 0.25em;
font-size: 88%;
color: #555;
}
}