@media only screen and (max-width: 768px) {
	.pc-only {
		display: none !important;
	}
}
.wp-block-table td, .wp-block-table th {
	border: none !important;
}
.post__content table td:first-child {
	font-weight: 600;
	padding: 0 30px;
	padding: 0 1.875rem;
}
.has-pink-color { color: #F88378 !important; }















