/*
  _____           __                     _
 |  __ \         / _|                   (_)
 | |__) |__ _ __| |_ ___  _ __ _ __ ___  _ _______
 |  ___/ _ \ '__|  _/ _ \| '__| '_ ` _ \| |_  / _ \
 | |  |  __/ |  | || (_) | |  | | | | | | |/ /  __/
 |_|   \___|_|  |_| \___/|_|  |_| |_| |_|_/___\___|
 v1.3.14
*/
.single-post {
  /*
  SIDEBAR
  */
}
.single-post .glider::-webkit-scrollbar {
  opacity: 1 !important;
  height: 10px !important;
  background: #F8F8F8;
  border-radius: 30px;
}
.single-post .glider::-webkit-scrollbar-thumb {
  border-radius: 30px;
}
.single-post button.btn.btn-dark.rounded-pill.fw-bold.order-tutorial {
  padding: 10px;
  border-radius: 6px;
  background: var(--Brand-Colors-Secondary, #38AFBA) !important;
  border: 1px solid var(--Brand-Colors-Secondary) !important;
}
@media (min-width: 768px) {
  .single-post .perf-slider-product-container .slider-product-wrapper {
    margin-bottom: 24px;
  }
}
.single-post .perf-slider-product {
  height: auto !important;
}
@media (min-width: 768px) {
  .single-post .perf-slider-product .perf-slider-product-container {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .single-post .perf-slider-product .perf-slider-product-container {
    width: 105% !important;
    margin-right: -20px !important;
  }
}
.single-post-image img {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-post-content h2,
.single-post-content p {
  margin-bottom: 24px;
}
.single-post-breadcrumb * {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  color: var(--Default-Black, #000);
  text-decoration: none;
}
.single-post-breadcrumb .breadcrumb_last {
  font-weight: 700;
}
.single-post-sidebar {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid var(--Gray-Colors-Gray-500, #ADB5BD);
}
.single-post-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-post-sidebar-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-sidebar-list-item:before {
  content: url("../../src/assets/svg/arrow-nav-link.svg");
  width: 18px;
  height: 18px;
}
.single-post-sidebar-list-item-link {
  font-family: var(--Font-DM-Sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  text-decoration: none;
  color: var(--Default-Black, #000);
  transition: 0.2s;
}
.single-post-sidebar-list-item-link:hover {
  color: var(--Brand-Colors-Primary-Hover, #A2B72B);
}
/*# sourceMappingURL=blog.min.css.map */