.m-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 1100px) {
  .m-share {
    justify-content: flex-end;
  }
}
.m-share a svg {
  height: 1.5rem;
  width: auto;
}
.m-share__wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .m-share__wrapper {
    margin-bottom: 0;
  }
}
.m-share__btn,
.m-share button.m-share__copy-btn {
  position: relative;
  aspect-ratio: 1/1;
  padding: var(--spacing-xs-2);
  border-radius: var(--border-radius-8);
}
.m-share__btn .a-icon__wrapper,
.m-share button.m-share__copy-btn .a-icon__wrapper {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
