.container .sidebar .widget {
  list-style-type: none;
  padding-bottom: 80px;
}

.container .sidebar .widget .wp-block-group .wp-block-group {
  padding-top: 80px;
}

.container .sidebar .widget:last-child {
  padding-bottom: 0px;
}

.container .sidebar .widget .has-medium-font-size,
.container .sidebar .widget .is-layout-flow,
.container .sidebar .widget .wp-block-paragraph-is-layout-flow,
.container .sidebar .widget-title,
.container .sidebar .sc-title {
  border-left-style: solid;
  border-left-width: 4px;
  border-image: linear-gradient(270deg, #FF5A02 0%, #FF7993 100%) 1;
  padding: 0;
  padding-left: 16px;
  font-size: 24px !important;
  font-weight: 500;
  color: #182A4E;
  line-height: 34px;
  margin-bottom: 30px;
}

.container .sidebar .widget-title {
  margin-bottom: 25px;
}

.container .sidebar .widget .wp-block-tag-cloud {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.container .sidebar .widget .wp-block-tag-cloud>a {
  background-color: #FAFAFA;
  border-radius: 2px;
  padding: 10px 14px;
  font-size: 14px !important;
  font-weight: 400;
  color: #182A4E;
  margin: 0px 10px 10px 0px;
}

.container .sidebar .widget .wp-block-tag-cloud>a:hover,
.container .sidebar .widget .wp-block-tag-cloud>a:active {
  background-color: #DDDDDF;
}

.container .sidebar .widget-hot .post-list,
.container .sidebar .related-posts .list-ul,
.container .sidebar .wp-block-group .wp-block-latest-posts {
  border-top: 1px solid #DDDDDD;
}

.container .sidebar .widget-hot .post-list .post,
.container .sidebar .related-posts .list-ul .text-item,
.container .sidebar .wp-block-group .wp-block-latest-posts li {
  margin: 0;
  height: 100px;
  background: rgba(216, 216, 216, 0);
  box-shadow: 0px 1px 0px 0px #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 16px;
  box-sizing: border-box;
}

.container .sidebar .widget-hot .post-list .post a,
.container .sidebar .related-posts .list-ul .text-item a,
.container .sidebar .wp-block-group .wp-block-latest-posts li a {
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #182A4E;
  line-height: 26px;
  text-decoration: none;
}

.container .sidebar .widget-hot .post-list .post a:hover,
.container .sidebar .widget-hot .post-list .post a:active,
.container .sidebar .related-posts .list-ul .text-item a:hover,
.container .sidebar .related-posts .list-ul .text-item a:active,
.container .sidebar .wp-block-group .wp-block-latest-posts li a:hover,
.container .sidebar .wp-block-group .wp-block-latest-posts li a:active {
  color: #FF6F00;
}

.container .content-wp .sidebar .rzon-tech-viewpoint-sidebar .label {
  font-size: 18px;
  font-weight: 400;
  color: #505079;
  line-height: 25px;
  padding-bottom: 10px;
}

.container .content-wp .sidebar .rzon-tech-viewpoint-sidebar .text {
  font-size: 24px;
  font-weight: 500;
  color: #505079;
  line-height: 34px;
  padding-top: 8px;
}

.container .content-wp .sidebar .rzon-tech-viewpoint-sidebar .qr-code-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.container .content-wp .sidebar .rzon-tech-viewpoint-sidebar .qr-code-wrap .code {
  width: 119px;
  height: 119px;
}

.container .content-wp .sidebar .rzon-tech-viewpoint-sidebar .qr-code-wrap .code img {
  width: 100%;
  height: 100%;
}

.container .content-wp .sidebar .rzon-tech-viewpoint-sidebar .qr-code-wrap .label {
  font-size: 16px;
  font-weight: 400;
  color: #505079;
  line-height: 24px;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .container .content-wp .sidebar {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0 0 0;
    margin: 0;
  }
  .related-posts .list-ul{
	  padding-top: 0px;
  }
  .post-template-default .container .content-wp .sidebar,
  .tag  .container .content-wp .sidebar{
    padding-top: 16px;
  }
  .container .sidebar .widget {
    padding-bottom: 30px;
  }

  .container .sidebar .widget .wp-block-group .wp-block-group {
    padding-top: 40px;
  }

  .container .sidebar .widget .has-medium-font-size,
  .container .sidebar .widget .is-layout-flow,
  .container .sidebar .widget .wp-block-paragraph-is-layout-flow,
  .container .sidebar .widget-title,
  .container .sidebar .sc-title {
    font-size: 18px !important;
    line-height: 25px;
    margin: 0 14px 24px 14px;
  }
  .container .sidebar .sc-title{
    position: relative;
    border: none;
  }
    .container .sidebar .sc-title::before {
    content: '';
    width: 6px;
    height: 20px;
    top: 3px;
    background: linear-gradient(270deg, #FF5A02 0%, #FF7993 100%);
    left: 0;
    position: absolute;
  }

  .container .sidebar .widget-title {
    border-left: none;
    position: relative;
    font-weight: 500;
    padding-left: 22px;
    border: none;
  }

  .container .sidebar .widget-title::before {
    content: '';
    width: 6px;
    height: 20px;
    top: 3px;
    background: linear-gradient(270deg, #FF5A02 0%, #FF7993 100%);
    left: 0;
    position: absolute;
  }

  .container .sidebar .widget .wp-block-tag-cloud {
    padding: 0px 14px;
    box-sizing: border-box;
  }

  .container .sidebar .widget-hot .post-list,
  .container .sidebar .related-posts .list-ul,
  .container .sidebar .wp-block-group .wp-block-latest-posts {
    margin: 0;
  }

  .container .sidebar .widget-hot .post-list .post,
  .container .sidebar .related-posts .list-ul .text-item,
  .container .sidebar .wp-block-group .wp-block-latest-posts li {
    padding: 12px 14px;
    min-height: 58px;
	height: auto;
  }

  .sidebar .widget+.widget {
    margin: 0;
    padding-bottom: 0;
  }

  .sidebar .widget+.widget .rzon-tech-viewpoint-sidebar {
    width: 100%;
    padding: 0 12px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    display: none;
  }

  .sidebar .widget+.widget .rzon-tech-viewpoint-sidebar img {
    width: 100%;
    height: 438px;
  }

  .sidebar .widget+.widget .rzon-tech-viewpoint-sidebar .container {
    position: absolute;
    padding-left: 40px;
    top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .container .content-wp .sidebar {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .container .content-wp .sidebar {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .container .content-wp .sidebar {
    display: block;
    width: 380px;
    flex: none;
    margin-left: 40px;
  }

  .post-template-default .container .content-wp .sidebar {
    margin-top: 80px;
  }

  .container .content-wp .sidebar .rzon-tech-viewpoint-sidebar {
    width: 386px;
    height: 438px;
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100%;
    padding-top: 65px;
    padding-left: 55px;
    box-sizing: border-box;
  }

  .container .content-wp .sidebar .rzon-tech-viewpoint-sidebar>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}