.article-extras {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 1fr);
  column-gap: 48px;
  align-items: start;
  width: 100%;
  max-width: 1000px;
  margin: 48px auto;
  padding: 32px;
  background: #fff;
  color: #252525;
  box-sizing: border-box;
  grid-column: 1/-1;
}

.article-extras > section[class] {
  float: none;
  width: auto;
  height: auto;
  min-height: 0;
  box-sizing: border-box;
}

.article-extras [hidden] {
  display: none !important;
}

.article-extras .article-extras__heading {
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.article-extras .single-social-tags {
  padding: 32px 0 0;
  background: #fff;
}

.article-extras .single-socials__content {
  display: flex;
  gap: 16px;
  align-items: center;
}

.article-extras .article-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #252525;
  cursor: pointer;
}

.article-extras .article-share:hover {
  color: #5050df;
  background: #f3f3ff;
}

.article-extras button:focus-visible, .article-extras a:focus-visible {
  outline: 2px solid #5050df;
  outline-offset: 4px;
}

.article-extras .article-extras__status {
  margin: 8px 0 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.article-extras .article-extras__status:empty {
  display: none;
}

.article-extras .single-rate-post {
  padding: 32px 0 0;
  background: #fff;
  text-align: left;
}

.article-extras .article-rating fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.article-extras .article-rating legend {
  float: none;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.article-extras .article-rating__stars {
  display: flex;
  justify-content: flex-start;
  gap: 0;
}

.article-extras .article-rating__star {
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  cursor: pointer;
}

.article-extras .article-rating__star input {
  display: block;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.article-extras .article-rating__star svg {
  fill: #e9e9e9;
  pointer-events: none;
}

.article-extras .article-rating__star.is-active svg, .article-rating__star.is-active svg path {
  fill: #00fdc0;
}

.article-extras .article-rating__star:focus-within {
  outline: 2px solid #5050df;
  outline-offset: 2px;
  border-radius: 4px;
}

.article-extras .article-rating__submit {
  float: none;
  width: auto;
  height: auto;
  line-height: 1.5;
  margin: 16px 0 0;
  padding: 12px 24px;
  border: 0;
  border-radius: 6px;
  background: #00fdc0;
  color: #252525;
  font: inherit;
  font-size: 16px;
  cursor: pointer;
}

.article-extras .article-rating__submit:disabled {
  opacity: 0.45;
  cursor: default;
}

.article-extras .article-rating__thanks {
  margin: 0;
  font-size: 18px;
  color: #34349b;
}

.article-extras .single-author {
  grid-column: 1/-1;
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.article-extras .single-author__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 150px;
  gap: 10px;
  text-align: center;
}

.article-extras .single-author__avatar {
  display: block;
  width: 100px;
  height: 100px;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
}

.article-extras .single-author__name {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: #5050df;
}

.article-extras .single-author__role {
  margin: 0;
  font-size: 12px;
  color: #252525;
}

.article-extras .single-author__description {
  flex: 1;
  min-width: 0;
}

.article-extras .single-author__description p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .article-extras {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 20px;
    margin: 32px auto;
  }
  .article-extras .single-author {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  .article-extras .single-author__details {
    flex: auto;
    flex-direction: row;
    text-align: left;
  }
  .article-extras .single-author__avatar {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    font-size: 28px;
  }
  .article-extras .single-rate-post {
    padding: 28px 0 0;
  }
}
.article-extras .single-author__articles {
  display: inline-block;
  margin-top: 16px;
  color: #5050df;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-extras .single-author__articles:hover {
  color: #34349b;
}

.article-extras .article-rating__summary {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.article-extras .article-rating__error {
  margin: 12px 0 0;
  color: #a21b36;
  font-size: 14px;
}

.article-extras .article-rating__summary:empty, .article-extras .article-rating__error:empty {
  display: none;
}

.article-extras--author {
  display: block;
  padding: 0;
  margin: 24px 0;
}

.article-extras--author .single-author__articles {
  display: none;
}

.article-extras--technology {
  display: block;
}

.article-extras--technology .single-rate-post {
  padding: 0;
}

.article-extras .technology-rating__link {
  display: inline-block;
  margin-bottom: 8px;
  color: #5050df;
}

.article-extras .technology-rating__average {
  margin-bottom: 16px;
}

.article-extras .technology-rating__stars {
  display: inline-block;
  position: relative;
  color: #e9e9e9;
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 2px;
}

.article-extras .technology-rating__stars > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #00fdc0;
  white-space: nowrap;
}

.article-page .projectsTop > .bg {
  background: #fff;
  color: #252525;
}

.article-page .projectsTop > .bg::before {
  display: none;
}

.article-page .projectsTop a {
  color: #5050df;
}

.article-page .projectsTop .scope a:hover {
  color: #34349b;
}

.article-page .projectsTop .blogNav .btn {
  color: #5050df;
  border-color: #5050df;
}

.article-page .projectsTop .blogNav .btn:hover {
  background: #5050df;
  color: #fff;
}
