body{
	font-size: 17px !important;
}

h1{
	font-size: 30px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 23px;
}
h4{
	font-size: 21px;
}
h5{
	font-size: 18px;
}

p{
	margin-block-start: 0.3em;
}

article{
	padding: 0px;
	margin: 0px;
}

div.yoast-breadcrumbs {
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
}
div.yoast-breadcrumbs.ma5{
	margin-top: 5px;
}

.wp-block-post-date__modified-date.wp-block-post-date time, .c-post-detail  .wp-block-post-date time, .c-post-detail .wp-block-post-author-name a, .ccard .wp-block-post-date time {
    font-size: 13px;
}

li.wp-block-post .ccard h2{
	font-size: 20px;
	line-height: 30px;
}
li.wp-block-post .ccard .wp-block-post-author__content p, li.wp-block-post .ccard .wp-block-post-author-name a {
    font-size: 13px;
}

li.wp-block-post .ccard .wp-block-post-excerpt p {
    font-size: 15px;
	text-align: justify;
}
li.wp-block-post .ccard a.wp-block-post-excerpt__more-link {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background: var(--wp--preset--color--button);
    color: var(--wp--preset--color--background);
    border-radius: 5px;
}
li.wp-block-post .ccard .wp-block-post-author {
    align-items: center;
}
.wp-block-post-author__avatar {
	height: 24px;
    margin-left: 0.5em;
}
li.wp-block-post .ccard .wp-block-post-author .wp-block-post-author__avatar img, li.wp-block-post .ccard .wp-block-avatar img, .c-post-detail .wp-block-avatar img{
	border-radius: 20px;
}

#wpd-post-rating {
    padding: 20px 0px;
    margin-top: 50px;
    background: #fff;
    border-radius: 5px;
}


.column-style-1 .wp-block-column {
    background: #ffffff;
    padding: 20px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
