/***************singel-blog*******************/

.main_content_blog {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main_content_blog .head_blog {
  margin-bottom: 32px;
  max-width: 944px;
}

.main_content_blog .section-title {
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 40px;
}
  
.main_content_blog .blog_meta .date {
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1;
  font-size: 14px;
}

.main_content_blog .blog_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.main_content_blog .blog_meta .blog_meta-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main_content_blog .blog_meta .author-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.main_content_blog .blog_meta .author-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_content_blog .blog_meta .author-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.main_content_blog .blog_meta .author-name {
  font-weight: 600;
}

.main_content_blog .blog_meta .reading-time {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.main_content_blog .blog_meta .reading-time-icon {
  width: 18px;
  height: 18px;
  background-image: url(../imgs/clock.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main_content_blog .blog_meta .blog_meta-tags {}

.main_content_blog .blog_meta .blog_meta-tags .tags-icon {}

.main_content_blog .blog_meta .blog_meta-tags .tags-items {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.main_content_blog .blog_meta .blog_meta-tags .tags-item {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #0169FF;
  background-color: #F0F6FF;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.main_content_blog .blog_meta .blog_meta-tags .tags-item:hover {
  background-color: #0169FF;
  color: #fff;
}

.main_content_blog .nav_blog__reading-time {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 16px 8px;
}

.main_content_blog .nav_blog__reading-time .text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main_content_blog .nav_blog__reading-time .text .icon {
  width: 20px;
  height: 20px;
  background-image: url(../imgs/clock.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.main_content_blog .nav_blog__reading-time .time {
  font-size: 14px;
  text-wrap: nowrap;
}

.main_content_blog .nav_blog__progress {
  flex-shrink: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}

.main_content_blog .nav_blog__progress-label {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.3;
  color: #919191;
}

.main_content_blog .nav_blog__progress-value {
  font-weight: 600;
  color: #000c2a;
}

.main_content_blog .nav_blog__progress-bar {
  height: 6px;
  border-radius: 999px;
  background-color: #ededed;
  overflow: hidden;
}

.main_content_blog .nav_blog__progress-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-color: #0169ff;
  transition: width 0.15s ease;
}

.main_content_blog .blog_meta .date .icon {
  margin-top: -3px;
  width: 18px;
  height: 18px;
  background-image: url(../imgs/calendar-gray.svg);
}

.wrapper_content_blog .sides {
  display: flex;
  justify-content: space-between;
}

.main_content_blog .content_blog {
  max-width: 944px;
  width: 100%;
}

.main_content_blog .blog_thumb {
  height: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

.main_content_blog .blog_thumb::before {
  content: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 23.57%, rgba(10, 26, 165, 0.60) 100%);
  position: absolute;
}

.main_content_blog .blog_thumb img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 16px;
  object-fit: contain;
}

.main_content_blog-content {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  font-weight: 300;
}

.main_content_blog-content a {
  color: #0169FF;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.main_content_blog-content a:hover {
  color: #0560df;
}

.main_content_blog-content .wp-block-quote {
  display: flex;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f1fff7;
  border: 1px solid #59c97e;
}

.main_content_blog-content .wp-block-quote::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../imgs/bulb.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
  
.main_content_blog-content .wp-block-heading , .main_content_blog-content .wp-block-my-plugin-nav-heading , .main_content_blog-content .wp-block-vds-nav-heading , .main_content_blog-content .wp-block-heading.is-nav-heading {
  margin-bottom: 10px;
  font-size: 34px;
  letter-spacing: -0.68px;
  font-weight: 500;
  line-height: 1.1;
}

.main_content_blog-content h3.wp-block-heading , .main_content_blog-content h3.wp-block-my-plugin-nav-heading , .main_content_blog-content h3.wp-block-vds-nav-heading , .main_content_blog-content h3.wp-block-heading.is-nav-heading {
  font-size: 28px;
  margin-bottom: 16px;
}

.main_content_blog-content h4.wp-block-heading , .main_content_blog-content h4.wp-block-my-plugin-nav-heading , .main_content_blog-content h4.wp-block-vds-nav-heading , .main_content_blog-content h4.wp-block-heading.is-nav-heading {
  font-size: 22px;
}

.main_content_blog-content .wp-block-group .wp-block-group__inner-container > *:not(:last-child):not(.wp-block-heading):not(.wp-block-my-plugin-nav-heading):not(.wp-block-vds-nav-heading):not(.is-nav-heading) {
  margin-bottom: 15px;
}

.main_content_blog-content thead {
  border-bottom: none;
    font-size: 18px;
}

.main_content_blog-content table thead th {
  background-color: var(--bg_black);
  color: #fff;
  font-weight: 400;
  border-top: none;
    font-size: 18px;
}
  
.main_content_blog-content table thead tr th:first-child {
  border-radius: 10px 0 0 0;
  border-left: none;
  border-top: none;
    font-size: 18px;
}

.main_content_blog-content table thead tr th:last-child {
  border-radius: 0px 10px 0 0;
  border-right: none;
  border-top: none;
}

.main_content_blog-content table td ,  .main_content_blog-content table th {
  padding: 16px 24px;
  text-align: left;
  border: 1px solid #EDEDED;
  vertical-align: unset;
  font-size: 18px;
}

.main_content_blog-content table tr:nth-child(even){
  background-color: var(--bg);
}

.main_content_blog-content table tr > td:first-child {
  font-weight: 500;
    font-size: 18px;
}

.main_content_blog .nav_blog {
  width: 100%;
}

.main_content_blog .nav_blog__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 24px 16px 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ededed;
  background-color: #fff;
}

.main_content_blog .nav_blog__body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}

.main_content_blog .nav_blog__list-wrap {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.main_content_blog .nav_blog__list-wrap > .list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  margin: 0;
  padding: 0 0 0 0px;
  list-style-position: outside;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(1, 105, 255, 0.55) rgba(1, 105, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.main_content_blog .nav_blog__list-wrap > .list::-webkit-scrollbar {
  width: 6px;
}

.main_content_blog .nav_blog__list-wrap > .list::-webkit-scrollbar-track {
  margin: 4px 0;
  border-radius: 999px;
  background: rgba(1, 105, 255, 0.08);
}

.main_content_blog .nav_blog__list-wrap > .list::-webkit-scrollbar-thumb {
  border: 1px solid rgba(239, 231, 255, 0.8);
  border-radius: 999px;
  background: rgba(1, 105, 255, 0.35);
}

.main_content_blog .nav_blog__list-wrap > .list::-webkit-scrollbar-thumb:hover {
  background: #0169ff;
}

.main_content_blog .nav_blog__list-wrap > .list.is-scrollable {
  position: relative;
}

.main_content_blog .nav_blog__list-wrap > .list.is-scrollable::after {
  content: '';
  position: sticky;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  margin-top: -20px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(239, 231, 255, 0) 0%, rgba(239, 231, 255, 0.95) 100%);
}

.main_content_blog .nav_blog__footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #ededed;
}

.main_content_blog .nav_blog__to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #919191;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.main_content_blog .nav_blog__to-top::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../imgs/arrow-right-grey.svg);
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main_content_blog .nav_blog__to-top:hover {
  border-color: #0169ff;
  color: #0169ff;
}

.main_content_blog .nav_blog__to-top:hover::before {
  background-image: url(../imgs/arrow-right.svg);
  transform: rotate(-90deg);
}

.main_content_blog .nav_blog__title {
  flex-shrink: 0;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  display: block;
}

.main_content_blog .nav_blog__toggle {
  display: none;
}

.main_content_blog .mobile_sidebar {
  display: none;
}

.main_content_blog .nav_blog__list-wrap > .list li {
  cursor: pointer;
  line-height: 1.2;
}

.main_content_blog .nav_blog__list-wrap > .list li::before {
  content: none;
}

.main_content_blog .nav_blog__list-wrap > .list li::marker {
  color: var(--dark_text);
}

.main_content_blog .nav_blog__list-wrap > .list li.active {
  color: #0169FF;
}

.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-0 {
  font-weight: 600;
}

.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-1 {
  margin-left: 12px;
}

.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-2 {
  margin-left: 24px;
}

.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-3 {
  margin-left: 36px;
}

.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-4 {
  margin-left: 48px;
}

.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-5 {
  margin-left: 60px;
}

.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-1 span,
.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-2 span,
.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-3 span,
.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-4 span,
.main_content_blog .nav_blog__list-wrap > .list .item_nav--depth-5 span {
  font-size: 12px;
  line-height: 1.2;
}

.main_content_blog .nav_blog__list-wrap > .list li span {
  background-image: linear-gradient(to right, #919191 50%, transparent 50%);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  height: 1px;
  border: none;
  font-size: 14px;
  transition: 0.2s ease;
}

.main_content_blog .nav_blog__list-wrap > .list li:hover span {
  color: #0169FF;
  background-image: linear-gradient(to right, #0169FF 50%, transparent 50%);
}

.nav_blog__inner-cta {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 32px;
}

.nav_blog__inner-cta .title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav_blog__inner-cta .title .icon {
  background-image: url(../imgs/cta.png);
  width: 62px;
  height: 70px;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-size: contain;
}

.nav_blog__inner-cta .title .text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 175px;
}

.nav_blog__inner-cta .social-icons .social-icon {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav_blog__inner-cta .actions {
  display: flex;
  gap: 8px;
}

.nav_blog__inner-cta .actions .btn__default {
  font-size: 14px;
  padding: 0 12px;
  flex-grow: 1;
  height: 48px;
  max-width: 366px;
}

.wrapper_content_blog .sides .left_side {
  flex-shrink: 0;
  flex-basis: 250px;
}

.wrapper_content_blog .sides .right_side {
  flex-basis: 350px;
  flex-shrink: 0;
}

.wrapper_content_blog .sides .right_side .sticky_collection_blocks {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrapper_content_blog .sides .right_side .sticky_collection_blocks .sticky-block {
  flex: 1;
  position: relative;
}

.wrapper_content_blog .sides .right_side .sticky_collection_blocks .sticky-block .sticky-block-content {
  position: sticky;
  top: 16px;
}

.admin-bar .wrapper_content_blog .sides .right_side .sticky_collection_blocks .sticky-block .sticky-block-content {
  top: 48px;
}
  
@media (min-width: 992px) {
  .main_content_blog {
    --nav-blog-sticky-top: 16px;
  }

  .main_content_blog .nav_blog {
    position: sticky;
    top: var(--nav-blog-sticky-top);
    display: flex;
    flex-direction: column;
    height: fit-content;
    max-height: calc(100vh - var(--nav-blog-sticky-top) - 16px);
    max-width: 366px;
    overflow: hidden;
    align-self: flex-start;
  }

  .main_content_blog .nav_blog .item_nav {
    padding: 8px;
    position: relative;
    border-radius: 8px;
  }
  
  .main_content_blog .nav_blog .item_nav.active {
    background-color: #F0F6FF;
  }

  .main_content_blog .nav_blog__active-indicator {
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    width: 5px;
    border-radius: 0px 4px 4px 0px;
    background-color: #fff;
    opacity: 0;
    transform: translateY(0);
    transition: transform 0.25s ease, height 0.25s ease, opacity 0.2s ease;
    pointer-events: none;
    z-index: 2;
  }

  .main_content_blog .nav_blog__active-indicator::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0169ff;
  }
  
  .main_content_blog .nav_blog__active-indicator.is-visible {
    opacity: 1;
  }

  .wrapper_content_blog .sides .left_side {
    display: flex;
    flex-direction: column;
  }

  .wrapper_content_blog .sides {
    gap: 24px;
  }
}

@media (max-width: 1200px) {
  .wrapper_content_blog .sides .right_side {
    display: none;
  }
}

@media (max-width: 991px) {
  .wrapper_content_blog .sides {
    display: block;
  }

  .main_content_blog {
    padding-top: 24px;
  }
  
  .main_content_blog-content {
    margin: 0;
    gap: 16px;
  }

  .main_content_blog-content :where(figure) {
    margin: 0;
  }

  .main_content_blog-content .wp-block-heading, .main_content_blog-content .wp-block-my-plugin-nav-heading, .main_content_blog-content .wp-block-vds-nav-heading {
    font-size: 30px;
  }

  .main_content_blog-content .wp-block-heading, .main_content_blog-content .wp-block-my-plugin-nav-heading, .main_content_blog-content .wp-block-vds-nav-heading, .main_content_blog-content .wp-block-heading.is-nav-heading {
    margin: 16px 0;
    font-size: 30px;
  }

  .main_content_blog table {
    min-width: 940px;
  }

  .main_content_blog-content table td, .main_content_blog-content table th {
    padding: 16px;
    font-size: 14px;
  }

  .main_content_blog .left_side .nav_blog {
    display: none;
  }

  .main_content_blog .mobile_sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }

  .main_content_blog .mobile_sidebar .blog_sidebar-cta {
    margin-bottom: 0;
  }

  .main_content_blog-content > .blog_sidebar-related {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .main_content_blog .mobile_nav .nav_blog {
    display: block;
    position: static;
    max-height: none;
    margin-bottom: 0;
  }

  .main_content_blog .mobile_nav .nav_blog__inner {
    max-height: none;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .main_content_blog .mobile_nav .nav_blog__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 0;
    border-radius: 12px;
    background-color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #000c2a;
    cursor: pointer;
    text-align: left;
  }

  .main_content_blog .mobile_nav .nav_blog__toggle-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .main_content_blog .mobile_nav .nav_blog__toggle-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 14px;
    color: #000c2a;
  }

  .main_content_blog .mobile_nav .nav_blog__toggle-chevron {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 8px;
    color: #000c2a;
    transition: transform 0.2s ease;
  }

  .main_content_blog .mobile_nav .nav_blog.is-open .nav_blog__toggle-chevron {
    transform: rotate(180deg);
  }

  .main_content_blog .mobile_nav .nav_blog__progress,
  .main_content_blog .mobile_nav .nav_blog__footer {
    display: none;
  }

  .main_content_blog .mobile_nav .nav_blog__body {
    display: none;
    margin: 0;
    padding: 0 16px 16px;
  }

  .main_content_blog .mobile_nav .nav_blog.is-open .nav_blog__body {
    display: flex;
    flex-direction: column;
  }

  .main_content_blog .mobile_nav .nav_blog__title {
    display: none;
  }

  .main_content_blog .mobile_nav .nav_blog__list-wrap > .list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    margin-top: 4px;
    gap: 16px;
  }

  .main_content_blog .mobile_nav .nav_blog__list-wrap > .list.is-scrollable::after {
    display: none;
  }

  .main_content_blog .mobile_nav .nav_blog__inner {
    border-radius: 12px;
  }
}

@media (max-width: 767px) {

  .main_content_blog-content {
    font-size: 14px;
  }

  .main_content_blog-content .wp-block-quote::before {
    display: none;
  }

  .main_content_blog .head_blog {
    margin-bottom: 16px;
  }

  .main_content_blog .section-title {
    font-size: 28px;
  }

  .main_content_blog-content .wp-block-heading, .main_content_blog-content .wp-block-my-plugin-nav-heading, .main_content_blog-content .wp-block-vds-nav-heading, .main_content_blog-content .wp-block-heading.is-nav-heading {
    font-size: 20px;
    margin: 0px 0;
  }

  .main_content_blog-content .wp-block-heading, .main_content_blog-content .wp-block-my-plugin-nav-heading, .main_content_blog-content .wp-block-vds-nav-heading {
    font-size: 20px;
    margin: 0px 0;
  }

  .main_content_blog-content h3.wp-block-heading, .main_content_blog-content h3.wp-block-my-plugin-nav-heading, .main_content_blog-content h3.wp-block-vds-nav-heading, .main_content_blog-content h3.wp-block-heading.is-nav-heading {
    font-size: 18px;
    margin: 0px 0;
  }

  .main_content_blog-content .wp-block-group .wp-block-group__inner-container > *:not(:last-child):not(.wp-block-heading):not(.wp-block-my-plugin-nav-heading):not(.wp-block-vds-nav-heading):not(.is-nav-heading) {
    margin-bottom: 10px;
  }

  .main_content_blog .nav_blog__inner {
    padding: 32px 16px 16px 16px;
  }

  .main_content_blog .nav_blog__list-wrap > .list li {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .main_content_blog .section-title {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .nav_blog__inner-cta .actions {
    flex-direction: column;
  }

  .nav_blog__inner-cta .social-icons {
    justify-content: center;
  }
}

/***************singel-blog*******************/

/* blog_sidebar-cta */
.blog_sidebar-cta {
  margin-bottom: 16px;
}

.blog_sidebar-cta__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 20px;
  background-image: linear-gradient(to bottom, #edeaff, #f7f6ff);
  border-radius: 12px;
  overflow: hidden;
}

.blog_sidebar-cta__inner::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 96px;
  background-image: url(../imgs/icon-hosting.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  pointer-events: none;
}

.blog_sidebar-cta__title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 260px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.blog_sidebar-cta__text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 260px;
  font-size: 14px;
  font-weight: 400;
}

.blog_sidebar-cta__btn {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  height: 46px;
  width: max-content;
  padding: 0 24px;
}

.blog_sidebar-cta__btn:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .blog_sidebar-cta__inner {
    padding: 20px 16px;
  }

  .blog_sidebar-cta__title {
    max-width: 100%;
    font-size: 16px;
  }

  .blog_sidebar-cta__inner::after {
    width: 90px;
    height: 80px;
    opacity: 0.85;
  }
}
/* blog_sidebar-cta */

/* blog_sidebar-support */
.blog_sidebar-support {
  margin-bottom: 16px;
}

.blog_sidebar-support__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ededed;
  padding: 24px 20px;
  background-image: linear-gradient(to bottom, #edeaff, #f7f6ff);
  border-radius: 12px;
  overflow: hidden;
}

.blog_sidebar-support__inner::after {
  content: '';
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 110px;
  height: 96px;
  background-image: url(../imgs/icon-hosting.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  pointer-events: none;
}

.blog_sidebar-support__title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 260px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.blog_sidebar-support__text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 260px;
  font-size: 14px;
  font-weight: 400;
}

.blog_sidebar-support__btn {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  width: max-content;
  padding: 0 24px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .blog_sidebar-support__inner {
    padding: 20px 16px;
  }

  .blog_sidebar-support__title {
    max-width: 100%;
    font-size: 16px;
  }

  .blog_sidebar-support__text {
    max-width: 100%;
  }

  .blog_sidebar-support__inner::after {
    width: 90px;
    height: 80px;
    opacity: 0.85;
  }
}
/* blog_sidebar-support */

/* blog_sidebar-share */
.blog_sidebar-share {
  margin-bottom: 16px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
}

.blog_sidebar-share .blog_sidebar-widget__title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #000c2a;
}

.blog_sidebar-share__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_sidebar-share__item {
  margin: 0;
  padding: 0;
}

.blog_sidebar-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #f5f5f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.blog_sidebar-share__link:hover {
  transform: translateY(-1px);
}

.blog_sidebar-share__link--telegram {
  background-color: #e8f5fc;
  background-image: url(../imgs/telegram-blue.svg);
}

.blog_sidebar-share__link--telegram:hover {
  background-color: #d9effa;
}

.blog_sidebar-share__link--vk {
  background-color: #eef3fa;
  background-image: url(../imgs/vk-blue.svg);
}

.blog_sidebar-share__link--vk:hover {
  background-color: #dfe8f5;
}

.blog_sidebar-share__link--twitter {
  position: relative;
  background-color: #000;
}

.blog_sidebar-share__link--twitter::after {
  content: '𝕏';
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.blog_sidebar-share__link--twitter:hover {
  background-color: #222;
}

.blog_sidebar-share__link--copy {
  background-color: #f5f5f7;
  background-image: url(../imgs/arrow-link.svg);
  background-size: 20px;
}

.blog_sidebar-share__link--copy:hover {
  background-color: #ebebef;
}

@media (max-width: 991px) {
  .blog_sidebar-share {
    padding: 16px;
  }

  .blog_sidebar-share .blog_sidebar-widget__title {
    margin-bottom: 12px;
  }

  .blog_sidebar-share__link {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
/* blog_sidebar-share */

/* blog_sidebar-author — styles in styles.css */

/* blog_sidebar-tags */
.blog_sidebar-tags {
  margin-bottom: 16px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
}

.blog_sidebar-tags .blog_sidebar-widget__title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #000c2a;
}

.blog_sidebar-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_sidebar-tags__list li::before {
    content: none;
}

.blog_sidebar-tags__item {
  margin: 0;
  padding: 0;
}

.blog_sidebar-tags__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 4px;
  background-color: #F0F6FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #0169ff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.blog_sidebar-tags__link:hover {
  background-color: #0169ff;
  color: #fff;
}

@media (max-width: 991px) {
  .blog_sidebar-tags {
    padding: 16px;
  }

  .blog_sidebar-tags .blog_sidebar-widget__title {
    margin-bottom: 12px;
  }

  .blog_sidebar-tags__link {
    min-height: 32px;
    padding: 7px 12px;
    font-size: 13px;
  }
}
/* blog_sidebar-tags */

/* blog_sidebar-related */
.blog_sidebar-related {
  margin-bottom: 16px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
}

.blog_sidebar-related .blog_sidebar-widget__title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #000c2a;
}

.blog_sidebar-related__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_sidebar-related__item {
  margin: 0;
  padding: 0;
}

.blog_sidebar-related__item + .blog_sidebar-related__item {
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.blog_sidebar-related__link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.blog_sidebar-related__link:hover {
  opacity: 0.85;
}

.blog_sidebar-related__link:hover .blog_sidebar-related__title {
  color: #0169ff;
}

.blog_sidebar-related__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f7;
}

.blog_sidebar-related__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_sidebar-related__content {
  flex: 1 1 auto;
  min-width: 0;
}

.blog_sidebar-related__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #000c2a;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog_sidebar-related__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #919191;
}

.blog_sidebar-related__reading-time::before {
  content: '·';
  margin-right: 8px;
}

@media (max-width: 991px) {
  .blog_sidebar-related {
    padding: 16px;
  }

  .blog_sidebar-related .blog_sidebar-widget__title {
    margin-bottom: 12px;
  }

  .blog_sidebar-related__list {
    gap: 12px;
  }

  .blog_sidebar-related__item + .blog_sidebar-related__item {
    padding-top: 12px;
  }

  .blog_sidebar-related__thumb {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  .blog_sidebar-related__title {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .blog_sidebar-related__meta {
    font-size: 12px;
  }
}
/* blog_sidebar-related */

/* blog_helpful */
.blog_helpful {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
}

.blog_helpful__panel {
  display: flex;
  gap: 16px;
}

.blog_helpful__panel[hidden] {
  display: none !important;
}

.blog_helpful--voted .blog_helpful__btn {
  pointer-events: none;
}

.blog_helpful--voted .blog_helpful__btn:not(.is-selected) {
  opacity: 0.45;
  cursor: not-allowed;
}

.blog_helpful--voted .blog_helpful__btn.is-selected {
  opacity: 1;
  cursor: default;
}

.blog_helpful--voted .blog_helpful__btn--yes.is-selected {
  background: #d7f2e3;
  border-color: #59c97e;
}

.blog_helpful--voted .blog_helpful__btn--no.is-selected {
  background: #fae0e0;
  border-color: #fdb6b6;
}

.blog_helpful__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog_helpful__icon--question {
  background: #eef4ff;
  color: #0169ff;
}

.blog_helpful__icon--success {
  background: #e8f8ef;
  color: #1f9d55;
}

.blog_helpful__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.blog_helpful__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #212121;
}

.blog_helpful--voted .blog_helpful__title {
  display: none;
}

.blog_helpful__text {
  font-size: 16px;
  line-height: 1.4;
  color: #616161;
}

.blog_helpful--voted .blog_helpful__text {
  display: none;
}

.blog_helpful__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.blog_helpful__btn {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 60px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000c2a;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #fff;
}

.blog_helpful__btn--yes {
  border-color: #ededed;
}

.blog_helpful__btn--yes:hover {
  background: #d7f2e3;
}

.blog_helpful__btn--no {
  border-color: #ededed;
}

.blog_helpful__btn--no:hover {
  background: #fae0e0;
}

.blog_helpful__btn:disabled,
.blog_helpful__btn[aria-disabled='true'] {
  opacity: 0.55;
  cursor: not-allowed;
}

.blog_helpful__btn-icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.blog_helpful__btn--yes .blog_helpful__btn-icon {
  background-image: url(../imgs/like-button.svg);
}

.blog_helpful__btn--no .blog_helpful__btn-icon {
  background-image: url(../imgs/dislike-button.svg);
}

.modal-sun-blog-feedback {
  max-width: 480px;
  padding: 32px;
}

.modal-sun-blog-feedback--no {
  max-width: 520px;
}

.blog_helpful-modal__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  text-align: center;
}

.blog_helpful-modal__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog_helpful-modal__icon .blog_helpful-modal__icon-icon {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.blog_helpful-modal__icon--yes {
  background: #fff;
  border: 1px solid #59c97e;
}

.blog_helpful-modal__icon--yes .blog_helpful-modal__icon-icon {
  background-image: url(../imgs/like-button.svg);
}

.blog_helpful-modal__icon--no {
  background: #fff;
  border: 1px solid #fdb6b6;
}

.blog_helpful-modal__icon--no .blog_helpful-modal__icon-icon {
  background-image: url(../imgs/dislike-button.svg);
}

.blog_helpful-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #212121;
}

.blog_helpful-modal__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #616161;
}

.blog_helpful-modal__share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.blog_helpful-modal__share-title {
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  text-align: center;
}

.blog_helpful-modal__share-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_helpful-modal__share-link {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background-color: #f3f4f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.blog_helpful-modal__share-link:hover {
  background-color: #e9ebef;
}

.blog_helpful-modal__share-link--telegram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 4L3 11.2L9.6 13.2L17.4 8.4L11.4 14.4L11.4 19.2L14.4 16.2L19.2 18.6L21 4Z' fill='%230169ff'/%3E%3C/svg%3E");
}

.blog_helpful-modal__share-link--vk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.8 17.6C7.2 17.6 4 13.6 4 7.6H7.2C7.2 12 9.2 14 10.4 14.4V7.6H13.4V10.8C14.4 10.6 15.6 9.4 16 7.6H19C18.6 10.2 17 11.8 15.8 12.6C17 13.2 18.8 14.8 19.4 17.6H16.2C15.8 16 14.6 14.6 13.4 14.4V17.6H12.8Z' fill='%230077ff'/%3E%3C/svg%3E");
}

.blog_helpful-modal__share-link--twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.9 7.5H17.7L13.2 12.9L18.3 19.5H14.4L11.1 15.3L7.5 19.5H6.3L11.1 13.7L6.3 7.5H10.3L13.2 11.3L16.5 7.5H18.9ZM17.7 18.3H16.2L8.1 8.7H9.6L17.7 18.3Z' fill='%23121212'/%3E%3C/svg%3E");
}

.blog_helpful-modal__share-link--copy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 8.5H16.5C17.3284 8.5 18 9.17157 18 10V17.5C18 18.3284 17.3284 19 16.5 19H9C8.17157 19 7.5 18.3284 7.5 17.5V10C7.5 9.17157 8.17157 8.5 9 8.5Z' stroke='%23121212' stroke-width='1.6'/%3E%3Cpath d='M6 15.5H5.5C4.67157 15.5 4 14.8284 4 14V6.5C4 5.67157 4.67157 5 5.5 5H13C13.8284 5 14.5 5.67157 14.5 6.5V7' stroke='%23121212' stroke-width='1.6'/%3E%3C/svg%3E");
}

.blog_helpful-modal__share-link.is-copied {
  background-color: #e8f8ef;
}

.blog_helpful-modal__reasons {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.blog_helpful-modal__reason {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.35;
  color: #212121;
  cursor: pointer;
}

.blog_helpful-modal__reason input {
  margin-top: 3px;
}

.blog_helpful-modal__comment-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
}

.blog_helpful-modal__comment textarea {
  width: 100%;
  min-height: 112px;
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  resize: vertical;
  font: inherit;
  line-height: 1.4;
}

.blog_helpful-modal__comment textarea:focus {
  outline: none;
  border-color: #0169ff;
}

.blog_helpful-modal__counter {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1;
  color: #919191;
  text-align: right;
}

.blog_helpful-modal__error {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #d64545;
}

.blog_helpful-modal__footer {
  display: flex;
  gap: 12px;
}

.blog_helpful-modal__cancel,
.blog_helpful-modal__submit {
  flex: 1 1 0;
  min-height: 48px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.blog_helpful-modal__cancel {
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #212121;
}

.blog_helpful-modal__submit {
  border: 0;
  background: #6b4eff;
  color: #fff;
}

.blog_helpful-modal__submit:disabled,
.blog_helpful-modal__cancel:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .blog_helpful {
    padding: 16px;
  }

  .blog_helpful__title {
    font-size: 20px;
    line-height: 1.1;
  }

  .blog_helpful__panel {
    flex-direction: column;
  }

  .blog_helpful__actions {
    flex-direction: column;
    gap: 16px;
  }

  .blog_helpful__btn {
    width: 100%;
    justify-content: center;
  }

  .modal-sun-blog-feedback {
    padding: 24px 20px;
  }

  .blog_helpful-modal__footer {
    flex-direction: column;
  }
}
/* blog_helpful */

/* blog_share-buttons */

.blog_share-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

/* blog_share-buttons */