.single-post-style {
    max-width: 840px;
    padding: 16px;
    color: #000;
    margin: 0px auto !important;
    img {
       max-width: var(--mdc-theme-max-content-width);
	   width: 100%;
	    height: auto;
  		object-fit: contain;
	   border-radius: 16px;
	   border: 1px solid #757575;
	   display: block;
    }
    .entry-header{
        .label-medium {
            color: #000;
            font-family: Roboto;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 19.25px; /* 137.5% */
            letter-spacing: 0.1px;
        }
        .label-medium > a{
            color: #000;
            font-family: Roboto;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 19.25px; /* 137.5% */
            letter-spacing: 0.1px;
        }
    }
    .post-thumbnail > img {
	   max-width: var(--mdc-theme-max-content-width);
	   width: 100%;
	   height: auto;
  	   object-fit: contain;
	   border-radius: 16px;
	   border: 1px solid #757575;
	   display: block;
    }
    .byline{
        .author{
            img {
                width: 40px;
                height: 40px;
                border: 1px solid #000;
            }
            a {
                color: #000;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 20.04px;
                letter-spacing: 0.4px;
                text-decoration: none;
            }
        }
    }
    .taxonomy-post_tag {
        display: flex;
        align-items: center;
        align-content: center;
        gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;

         > a {
            font-size: 16px;
            padding: 8px;
            color: #1E1E1E;
            background-color: #D9D9D9;
            font-weight: 400;
            line-height: 16px;
            border-radius: 8px;
            text-decoration: none;
        }
        .wp-block-post-terms__separator{
            display: none;
        }
    }
    @media (max-width: 768px) {
        .entry-header {
            margin: 0 !important;
        }
        p {
            width: 100%;
            font-size: 16px;
            line-height: 1.5;
        }
        span {
            font-size: 16px;
            line-height: 1.5;
        }
        h1 {
            font-size: 30px;
            line-height: 1.2;
        }
        h2 {
            font-size: 25.6px;
            line-height: 1.3;
        }
        h1, h2, h3, h4, figure, ul, ol, .schema-faq, .byline {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        figure {
            width: 100%;
        }
        ol, ul {
            padding-left: 18px;
            font-size: 16px;
            line-height: 1.5;
        }
        .single-post-style {
            margin: 60px 0 !important;
        }
    }
    .wp-block-heading {
        word-break: break-word;
    }
}
