h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.85em;
    text-wrap: pretty;
}

h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.88em;
    text-wrap: pretty;
}

h3 {
    font-size: 1.875rem;
    line-height: 1.167;
    font-weight: 700;
    margin-block: 1.6em 0.66em;
    text-wrap: pretty;
}

p,
.doc-layout ul li {
    margin-block: 1.2em;
    line-height: 1.8;
}

ul {
    list-style: initial;
    padding-left: 1em;
}

.doc-layout {
    margin-block: 6rem;
}

.doc-layout ul li {
    padding: 0;
    list-style: initial;
}

.doc-layout a {
    color: cornflowerblue;
    text-decoration: underline;
}

.rwui_tabs {
    display: none;
}

.container {
    max-width: 1280px;
    margin-inline: auto;
}

