/* @override 
	https://startperf.delacreme.pro/wp-content/themes/startperf/assets/css/single.css */
nav.rank-math-breadcrumb {
  margin-bottom: 60px;
}
.tags {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tags .tag {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 12px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 100px;
}
h1 {
  margin: 20px 0;
}
.title .date {
  font-size: 14px;
  margin: 50px 0;
}
.title .date .sep {
  margin: 0 .5em;
}
.title .btn {
  border-radius: 100px;
}
.post-toc {
  margin: 60px 0;
}
.post-toc .toc-title {
  font-size: 1.5em;
}
.post-toc ul {
  padding: 0 0 0 30px;
  position: relative;
  margin-right: 40px;
}
.post-toc ul:before {
  display: block;
  content: "";
  width: 4px;
  height: calc( 100% - 30px );
  background: rgba(255, 255, 255, 0.1);
  left: 5px;
  top: 20px;
  position: absolute;
}
.post-toc ul li {
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.post-toc ul li:before {
  display: block;
  content: "";
  width: 4px;
  height: 0;
  background: #1A56EE;
  left: -25px;
  top: 20px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.post-toc ul li:hover {
  color: #1A56EE;
}
.post-toc ul li.active {
  color: #1A56EE;
}
.post-toc ul li.active:before {
  height: calc( 100% - 10px );
  opacity: 1;
}
.post-toc ul li:not(:first-child):before {
  top: -10px;
  height: 100%;
}
.post-toc ul li.current span.marker {
  opacity: 1;
}
.post-toc ul li span.marker {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1A56EE;
  border-radius: 20px;
  position: absolute;
  left: -31px;
  top: 15px;
  opacity: 0;
}
.post-toc ul li span.marker:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #1A56EE;
  position: absolute;
  left: 3px;
  top: 3px;
}
.post-content *:nth-child(1) {
  margin-top: 0;
}
.post-content > .dlc-block {
  max-width: 100%;
}
.post-content > .dlc-block.quote {
  padding: 0;
}
.post-content > .dlc-block.quote .quote-text {
  font-size: 2em;
}
.post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
  border-radius: 16px;
}
.post-content strong {
  font-weight: 800;
}
.post-content a {
  color: #1A56EE;
  text-decoration: underline;
}
.post-content h2 {
  font-size: 2em;
}
.post-content h3 {
  font-size: 1.6em;
}
.post-content h4 {
  font-size: 1.2em;
}
.post-content h5,
.post-content h6 {
  font-size: 1em;
  font-weight: 800;
}
.post-content .wp-block-list {
  margin: 2em 0;
}
.post-content .wp-block-list li {
  margin: 15px 0;
  padding: 30px 30px 30px 70px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #333;
  border-radius: 20px;
  position: relative;
}
.post-content .wp-block-list li:before {
  width: 26px;
  height: 26px;
  background: #1A56EE;
  color: #FFFFFF;
  line-height: 26px;
  border-radius: 26px;
  content: "\ea03";
  text-align: center;
  font-size: 14px;
  font-family: 'startperf-icons';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
}
.post-content ol.wp-block-list {
  counter-reset: count;
  list-style: none;
  padding: 0;
}
.post-content ol.wp-block-list li {
  counter-increment: count;
}
.post-content ol.wp-block-list li:before {
  content: counter(count);
  font-family: 'Manrope', sans-serif;
}
.post-content .wp-block-group.has-background {
  padding: 40px;
  margin: 2em 0;
  border-radius: 20px;
}
.post-content .wp-block-group.has-background a {
  text-decoration: underline;
  font-weight: 500;
  color: inherit;
}
.post-content .wp-block-group.has-background ul li {
  padding: 0 0 0 30px;
  background: none;
  border: none;
}
.post-content .wp-block-group.has-background ul li:before {
  background: none;
  font-family: 'Manrope', sans-serif;
  content: "•";
  font-size: 2em;
  left: 0;
  top: .35em;
}
.post-content .wp-block-buttons {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.post-content .wp-block-button {
  flex: 1;
}
.post-content .wp-block-button a.wp-element-button {
  display: block;
  background: linear-gradient(to right, #1a56ee, #0d3aab);
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  font-weight: 600;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s ease-in-out 0s;
}
.post-content .wp-block-button a.wp-element-button:after {
  font-family: 'startperf-icons';
  content: "\ea03";
  vertical-align: middle;
  margin-left: .5em;
}
.post-content .wp-block-button a.wp-element-button:hover {
  background: #0049C7;
}
.share-post {
  --icon: 36px;
  margin: 70px 0 40px;
}
.share-post ul.share-buttons {
  font-size: calc( var(--icon) / 2.5 );
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.share-post ul.share-buttons a.share {
  display: inline-block;
  width: var(--icon);
  height: var(--icon);
  line-height: var(--icon);
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #fff;
  border-radius: var(--icon);
}
.related-posts {
  margin: 80px 0 40px;
}
.related-posts h2 {
  font-size: 2em;
  margin: 0 0 40px;
}
@media only screen and (min-width: 992px) {
  .related-posts h2 {
    font-size: 3.25em;
  }
}
body.light-page .share-post ul.share-buttons a.share {
  color: #0A0A0A;
  border-color: #0A0A0A;
}
body.light-page .post-content .wp-block-list li {
  background-color: #f1f5fd;
  border: none;
}
body.light-page .post-toc ul:before {
  background: #CECECE;
}
body.light-page .tags .tag {
  border: 1px solid #0A0A0A;
}
@media only screen and (min-width: 602px) {
  .post-content ol.wp-block-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .post-content ol.wp-block-list li {
    width: calc( 50% - 10px );
    margin: 0;
    padding: 30px;
  }
  .post-content ol.wp-block-list li:before {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .single-flex {
    gap: 40px;
  }
  .single-flex .sticky {
    position: sticky;
    top: 30px;
  }
  .single-flex .title {
    width: 40%;
  }
  .single-flex .post-content {
    width: calc( 60% - 40px );
  }
  .share-post {
    --icon: 56px;
  }
}
