a {
    color: #333;
    text-decoration: none !important;

}
a:hover {
    color: #333;
    text-decoration: none !important;
}

.left:before, .right:after {
    display: inline-flex;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: #bbb;
    border-radius: 12px;
    content: "";
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.right:after {
    margin-left: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' %3E%3Cpath d='m8.368 8-3.046 3.103a1.126 1.126 0 0 0 0 1.572 1.077 1.077 0 0 0 1.542 0l3.818-3.89a1.126 1.126 0 0 0 0-1.57l-3.818-3.89a1.077 1.077 0 0 0-1.543 0 1.126 1.126 0 0 0 0 1.572L8.369 8z' clip-rule='evenodd' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

#edit {
    position: fixed;
    top: 33px;
    left: -24px;
    padding: 5px 12px;
    background: #ff7607;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    transform: rotate(90deg);
    z-index: 1000;
    text-decoration: none;
}

.nav-points {
    --nav-item-space: 0;
    --nav-link-hover-background-color: transparent;
    --nav-link-hover-border-color: transparent;
}

.post-item {
    display: block;
    margin: 36px 0;
    padding-bottom: 36px;
    border-bottom: 1px solid #eee;
}

.page-body {
    font-size: 16px;
}

h2 {
    margin: 24px 0;
    font-size: 24px;
}

h3 {
    margin: 18px 0;
    font-size: 18px !important;

}

p {
    font-size: 16px;
    margin: 12px 0;
}

.page-body ul, .page-body ol {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 36px;
}

.page-body li {
    padding-left: 8px;
    margin: 8px 0;
}