figure.wp-block-image.aligncenter.size-large.is-resized{
	text-align: center;
}

figure{
	margin: 0;
}

.thaiartisan .articlePage{
	background: #fafbfd;
}

.thaiartisan .articlePage .container{
	max-width: 900px;
	margin: auto;
	padding: 60px;
	margin-top: -130px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.thaiartisan .articlePage .overlay{
	display: flex;
	position: relative;
	z-index: 1;
}

.thaiartisan .articlePage .overlay img{
	height: 500px;
    object-fit: cover;
    width: 100%;
}

.thaiartisan .articlePage .articleType{
	color: #54595F;
	text-align: center;
	font-family: "Sarabun", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.thaiartisan .articlePage .title{
	color: #a02521;
    font-family: "Kanit", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 2px;
	text-align: center;
}

.thaiartisan .articlePage .postDate{
	margin: 45px 0px 45px 0px;
    padding: 15px 15px 15px 15px;
    border-style: dotted;
    border-width: 1px 0px 1px 0px;
    border-color: #aaaaaa;
	display: flex;
	justify-content: center;
	gap: 10px;
	color: #54595F;
}

.thaiartisan .articlePage .container .content{
    font-family: "Sarabun", Sans-serif;
    font-size: 23px;
    color: #7A7A7A;
    font-weight: 700;
}

.thaiartisan .articlePage .container .content a{
	text-decoration: none;
	color: #c12428;
	font-weight: bold;
}

.thaiartisan .articlePage .container .content iframe.embed{
	width: 100%;
	height: 500px;
}

.thaiartisan .articlePage .container .content img{
	max-width: 100%;
}

.thaiartisan .articlePage .container .content pre{
	word-break: break-word;
    white-space: break-spaces;
    background-color: #FBFBFC;
    padding: 20px;
    font-family: "Sarabun", Sans-serif;
    font-size: 0.9em;
}