.also-read{
	  border-left: 5px solid red;
    line-height: 20px;
    padding:10px;
    display: block;
	  background-color: #181818;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-left: 5px solid red;
    padding: 7px;
    display: block;
    background-color: #181818;
    margin-bottom: 7px;
}
.btn {
  width: 90px;
	height: 22px;
}
ul, ol {
    margin-left: 1.6em;
}
strong {
    font-weight: 600;
}.comment-form #url {
    display: none;
}
.wp-block-table td, .wp-block-table th {
    border-bottom: 1px dashed #317A30;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
}
.wp-block-button__link {
    color: #ffffff!important;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 20px!important;
    background: #23272b!important;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px -5px #72aee6;
    border: 2px solid #00d9ff;
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
    border: 2px solid #00d9ff;
}
.v strong {
    font-size: 30px;
    font-weight: 700;
}
#toc_container li a {
    display: block;
    width: 100%;
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}
#toc_container {
    background: #000;
    border: 1px solid #aaa;
    padding: 0px;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    background: #000;
    padding: 3px 20px;
    font-size: 18px;
    text-align: center;
    display: block;
}
.box {
	margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff17, rgb(0 0 0));
  text-align: center;
  height: 100%;
  cursor: pointer;
}
.box:hover {
	transition: 0.4s;
  background: linear-gradient(to right bottom, #212428, #16181c);
}
.single-content .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 0em!important;
}
.wp-block-yoast-faq-block .schema-faq-question {
    font-weight: 500;
    padding: 10px 56px 10px 12px;
	background: #000;
}
.wp-block-yoast-faq-block p.schema-faq-answer {
    background-color: #181818;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
    color: #fff;
}
.scriptlesssocialsharing__buttons a.button {
    border: none;
}
pre {
    user-select: all;
	background: #181818;
	border: 1px solid;
}
.server strong {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
    padding: 5px 15px;
    background: rgba(255,255,255,.22);
    border-color: #fff;
}
.entry-title {
    padding-top: 20px;
    padding-left: 20px;
}/* GeneratePress Site CSS */ .inside-article,
.sidebar .widget,
.comments-area, .gb-query-loop-item:not(.sidebar .gb-query-loop-item),.container-widget {
	border-right: 2px solid rgba(0, 0, 0, 0.07);
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
 /* End GeneratePress Site CSS */