.pp-h2 {
    font-size: .9rem;
    font-weight: 600;
    color: #105233;
    margin: 2rem 0 .6rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #dcfce7;
}
.pp-h2:first-of-type {
    margin-top: 0;
}
.pp-h3 {
    font-size: .82rem;
    font-weight: 600;
    color: #3B6D11;
    margin: 1.25rem 0 .4rem;
}
.pp-body {
    font-size: .82rem;
    line-height: 1.75;
    color: #1c1917;
}
.pp-body p {
    margin-bottom: .75rem;
}
.pp-body ul {
    padding-left: 1.4rem;
    margin: .5rem 0 .75rem;
}
.pp-body li {
    margin-bottom: .35rem;
}
.pp-blockquote {
    background: #f0fdf4;
    border-left: 3px solid #105233;
    padding: .75rem 1rem;
    border-radius: 0 6px 6px 0;
    font-size: .8rem;
    color: #3B6D11;
    margin: .75rem 0;
    line-height: 1.6;
}
.pp-table {
    width: 100%;
    font-size: .8rem;
    border-collapse: collapse;
    margin: .5rem 0;
}
.pp-table th {
    text-align: left;
    padding: 8px 10px;
    color: #105233;
    font-weight: 600;
    border-bottom: 1px solid #dcfce7;
    background: #f0fdf4;
}
.pp-table td {
    padding: 8px 10px;
    border-bottom: .5px solid #f0fdf4;
    vertical-align: top;
}
.pp-table tr:last-child td {
    border-bottom: none;
}
.pp-divider {
    border: none;
    border-top: .5px solid #dcfce7;
    margin: 1.5rem 0 0;
}
.pp-meta {
    font-size: .75rem;
    color: #105233;
    font-weight: 500;
    margin-bottom: 1.5rem;
    display: block;
}
.pp-contact-block {
    background: #f0fdf4;
    border-radius: 8px;
    padding: .75rem 1rem;
    font-size: .82rem;
    color: #1c1917;
    line-height: 1.8;
}
.pp-strong {
    font-weight: 600;
    color: #3B6D11;
}
.pp-link {
    color: #3B6D11;
    text-decoration: underline;
}
.pp-link:hover {
    color: #105233;
}
