/* --- Widget Documentation Styles --- */

body {
    background-color: #f5f0e6;
    font-family: Arial, sans-serif;
    margin: 20px;
    line-height: 1.6;
    color: #222;
}

section {
    max-width: 900px;
    margin: auto;
}

h1 {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #333;
}

h2, h3 {
    color: #333;
    margin-top: 30px;
}

hr {
    border: none;
    border-top: 3px solid #d8d2c8;
    margin: 25px 0;
}

img {
    display: block;
    margin: 20px auto;   /* centers the image horizontally */
    max-width: 100%;
    border-radius: 4px;
}

p {
    text-align: justify;
    margin-bottom: 18px;
    line-height: 1.6;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}