/* Policy Content Styles */

h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #8E9B53;
    margin: 1.5rem 0 0.75rem 0;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #E9EEDD;
}

h2:first-of-type {
    margin-top: 0;
}

h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
    margin: 1rem 0 0.5rem 0;
}

p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.65;
    margin-bottom: 0.75rem;
    text-align: justify;
}

ul, ol {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

li {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.35rem;
}

strong {
    color: #444;
    font-weight: 600;
}

a {
    color: #8E9B53;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

/* Section numbering */
.section-num {
    display: inline-block;
    background: #8E9B53;
    color: #FFF;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.6rem;
    font-size: 0.8rem;
    font-weight: 700;
    margin-right: 0.5rem;
    vertical-align: middle;
}
