.share-save {
  display: flex;
  gap: 1.25rem 2.5rem;
}
.share-save ul {
  z-index: 9;
}
.share-save__share-links {
  position: absolute;
  list-style: none;
  background-color: var(--wp--preset--color--white);
  padding: 0.5rem 1rem 0;
  outline: solid 1px var(--wp--preset--color--black);
  min-width: 11.25rem;
  top: calc(100% - 1px);
  left: 0;
  visibility: hidden;
}
.share-save__share-links:before {
  content: "";
  position: absolute;
  border-left: solid 0.3125rem var(--wp--preset--color--white);
  border-top: solid 0.3125rem var(--wp--preset--color--white);
  border-right: solid 0.3125rem transparent;
  border-bottom: solid 0.3125rem transparent;
  box-shadow: -1px -1px 0 var(--wp--preset--color--black);
  top: calc(-0.3125rem + 0.5px);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.share-save__share-links--title {
  cursor: text;
}
.share-save__share-links li {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.share-save__share-links li button {
  background-color: transparent;
  padding: 0;
  transition: none;
}
.share-save__share-links li:hover .icon {
  background-color: var(--wp--preset--color--black);
  border: solid 1px var(--wp--preset--color--black);
}
.share-save__share-links li:hover .icon path {
  fill: var(--wp--preset--color--white);
}
.share-save__share-links li a, .share-save__share-links li button {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.share-save__share-links li:first-child {
  margin-bottom: 0.5rem;
}
.share-save__share-links li:not(:first-child):not(:last-child) {
  border-bottom: solid 1px #f5f5f5;
}
.share-save__share-links .icon {
  display: flex;
  padding: 0.5rem;
  border-radius: 50%;
  border: solid 1px #f5f5f5;
  margin-right: 0.5rem;
}
.share-save__share-links svg {
  width: 1rem;
  height: 1rem;
}
.share-save__share .share-save__share-icon path,
.share-save__share .share-save__share-icon polygon {
  stroke: var(--wp--preset--color--black);
}
.share-save__share:hover .share-save__share-icon path,
.share-save__share:hover .share-save__share-icon polygon {
  stroke: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
}
.share-save__share:hover ul {
  visibility: visible;
}
.share-save__share, .share-save__save {
  position: relative;
  cursor: pointer;
  padding-bottom: 1rem;
}
.share-save__share-btn, .share-save__save-btn {
  display: flex;
  align-items: center;
}
.share-save__share-icon, .share-save__save-icon {
  margin-right: 0.5rem;
}
.share-save__save a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.share-save__save .save-article-link:hover polygon {
  stroke: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
}
.share-save__save .save-article-link.saved polygon {
  fill: var(--wp--preset--color--primary);
  stroke: var(--wp--preset--color--primary);
}
.share-save__save .save-article-link.saved:hover polygon {
  fill: var(--wp--preset--color--primary);
}

.copied .link {
  display: none;
}
.copied .done {
  display: inline-block !important;
}
.copied .icon {
  background-color: #64B803 !important;
  border: solid 1px #64B803 !important;
}
.copied .title {
  color: #64B803;
}
.copied button:hover .icon {
  background-color: #64B803 !important;
}
