.article-share {
  align-items: center;
  border-bottom: 1px solid rgba(23, 49, 79, 0.14);
  border-top: 1px solid rgba(23, 49, 79, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 24px;
  max-width: var(--reading-measure, 1040px);
  padding: 12px 0;
  width: 100%;
}

.article-share--end {
  margin-bottom: 4px;
  margin-top: 40px;
}

.article-share__label {
  color: #52606d;
  font-size: 0.82rem;
  font-weight: 700;
  margin-right: 4px;
  text-transform: uppercase;
}

.article-share__action {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(23, 49, 79, 0.24);
  border-radius: 6px;
  color: #17314f;
  cursor: pointer;
  display: inline-flex;
  font: 700 0.86rem/1 "Aptos", "Segoe UI", Tahoma, sans-serif;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.article-share__action:hover {
  background: #f4f7fa;
  text-decoration: none;
}

.article-share__action:focus-visible {
  outline: 3px solid #2f80ed;
  outline-offset: 2px;
}

.article-share__action--native {
  background: #17314f;
  border-color: #17314f;
  color: #ffffff;
}

.article-share__action--native:hover {
  background: #234a70;
}

.article-share__action--whatsapp {
  border-color: #168c58;
  color: #116a43;
}

.article-share__action--reddit {
  border-color: #d95722;
  color: #a63c13;
}

.article-share__status {
  color: #52606d;
  flex-basis: 100%;
  font-size: 0.82rem;
  line-height: 1.35;
  min-height: 1.1em;
}

@media (max-width: 560px) {
  .article-share {
    gap: 7px;
  }

  .article-share__label {
    flex-basis: 100%;
  }

  .article-share__action {
    flex: 1 1 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
