/* ---------------------------------------------------------
   rop documentation styles (v1)
   clean, readable, lightly friendly
--------------------------------------------------------- */

.docs-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.6;
    font-size: 1.05rem;
    color: #222;
}

.docs-container h1,
.docs-container h2,
.docs-container h3 {
    font-weight: 600;
    margin-top: 2.2em;
    margin-bottom: 0.6em;
    line-height: 1.3;
}

.docs-container h1 {
    font-size: 2rem;
}

.docs-container h2 {
    font-size: 1.5rem;
}

.docs-container p {
    margin: 1em 0;
}

.docs-container ul {
    margin: 1em 0 1em 1.4em;
}

.docs-container li {
    margin: 0.4em 0;
}

.docs-container strong {
    font-weight: 600;
}

.docs-container a {
    color: #005bbb;
    text-decoration: none;
}

.docs-container a:hover {
    text-decoration: underline;
}

/* documentation link (used in dark theme pages linking to docs) */
.doc-link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin: 0.75rem auto;
    text-align: center;
}

.doc-link:hover {
    color: #ffffff;
}

.doc-link:visited {
    color: rgba(255, 255, 255, 0.85);
}

.doc-link-wrapper {
    text-align: center !important;
}
