:root {
    --webpaper-content-max-width: 1800px;
}

body.webpaper-wide-layout .grid-container,
body.webpaper-wide-layout .site.grid-container {
    width: 100%;
    max-width: var(--webpaper-content-max-width);
}

body.webpaper-wide-layout .site-content {
    width: 100%;
}

body.webpaper-wide-layout .entry-content img {
    max-width: 100%;
    height: auto;
}

body.webpaper-blog-sidebar-active #right-sidebar .widget {
    padding: clamp(1.25rem, 2vw, 2rem);
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #f7f8fa;
}

body.webpaper-blog-sidebar-active #right-sidebar .widget-title {
    margin-bottom: 1rem;
    color: #202936;
    font-size: 1.2rem;
}

body.webpaper-blog-sidebar-active #right-sidebar ul {
    margin: 0;
    list-style: none;
}

body.webpaper-blog-sidebar-active #right-sidebar li + li {
    margin-top: 0.65rem;
}

body.webpaper-blog-sidebar-active #right-sidebar a {
    color: #1f4f82;
    text-decoration: none;
}

body.webpaper-blog-sidebar-active #right-sidebar a:hover,
body.webpaper-blog-sidebar-active #right-sidebar a:focus {
    text-decoration: underline;
}

body.webpaper-single-post .entry-header .entry-title {
    margin-bottom: 0.6em;
}

@media (max-width: 768px) {
    body.webpaper-blog-sidebar-active #right-sidebar {
        margin-top: 2rem;
    }
}

