#site-title {visibility:hidden;}
#site-description {visibility:hidden;}
#figure {margin:0;}
.tiktok-embed {border: white; margin-left:-20px;}
.tiktok-embed {margin: 17px -14px!important;}
hr {
	height: 1px;
	background-color: #E6E6E6;
	width: 50%;
	margin: 20px auto;
	background-image: linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
	background-image: -o-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
	background-image: -moz-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
	background-image: -ms-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white));
}
.wp-block-separator {
	border: none;
	border-top: 1px solid;
}
ul li::marker {
  color: #F77335; /* Change color */
  font-size: 1.2em; /* Optional: adjust size */
}
/* .image-container img {
  width: 100%;
  height: auto;
} */
/* .wp-block-image img {
max-width: 100%;
height: auto;
        } */
.entry-content .wp-block-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.entry-content .wp-block-image img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block;
}