/*
 Theme Name:  ww Style Blog
 Description:  ww Blog
*/

html .wd-content-layout {}

html .wd-single-post-header {

    align-items: start;

}

p {
    margin-bottom: 0 !important;
}

.wd-page-content {
    max-width: 1200px;
    margin: 0 auto;
}


.widget_categories {
    background: var(--ww-color-silver);
    border-radius: 8px;
    padding: 10px;
    padding-bottom: 10px !important;
}

.widget_categories a {
    color: #000;
}

body .wd-entities-title {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.custom-post-page img {
    border-radius: 8px;
}

.custom-post-page .wd-list {
    margin-left: 15px;
}