a.rm-button[data-v-989c9ece] {
	margin: 3px 6px !important;
}

.toc-css {
	display:none;
}

.entry-title {
	max-width:100% !important;
}

.post-top {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-top: 3rem;
min-height:273px;
max-height:274px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;	
}

.post-bottom {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-bottom: 3rem;
min-height:273px;
max-height:274px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}

.no-margin {
border-width:1px;
border-style:solid;
border-color:#202124;
min-height:273px;
max-height:274px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}

/* Improve the layout shift */
@media screen and (max-width: 767px) {
	.convertkitwrapper {
		min-height: 472.5px;
		max-height: 472.5px;
		display: flex;
	}
	
	.convertkitwrapper > div {
		display: flex;
		align-items: center;
	}
	
	.convertkitwrapper .ck_form.ck_minimal {
		margin-bottom: 0 !important;
	}
.post-top {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-top: 3rem;
min-height:428px;
max-height:429px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;	
}

.post-bottom {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-bottom: 3rem;
min-height:428px;
max-height:429px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}

.no-margin {
border-width:1px;
border-style:solid;
border-color:#202124;
min-height:428px;
max-height:429px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}		
}

@media (min-width: 768px) and (max-width: 1024px) {
.post-top {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-top: 3rem;
min-height:345px;
max-height:346px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;	
}

.post-bottom {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-bottom: 3rem;
min-height:345px;
max-height:346px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}

.no-margin {
border-width:1px;
border-style:solid;
border-color:#202124;
min-height:345px;
max-height:346px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}		
}

@media screen and (min-width: 768px) {
	.convertkitwrapper {
		min-height: 286px;
	}
}