.documentation {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid;
border-color: #a2a9b1;
font-size: 0.875rem;
}
.documentation-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.documentation-title {
color: hsl(200,80%,95%);
font-size: 1.25rem;
font-weight: 600;
line-height: 1.25;
}
.documentation-links {
/* font-family: var( --font-family-monospace ) */;
}
.documentation-subheader {
color: #72777d;
font-size: 0.75rem;
line-height: 1.375;
}
.documentation-content {
margin-top: calc(1.5 * 1rem);
}
.documentation-modulestats {
padding: calc(0.25 * 1rem);
background: hsl(200,25%,15%);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: space-between;
}
.documentation-modulestats .wikitable {
margin: 0;
}