/* Default Styling */

.c-share {
  margin-top: 0.238636rem;  /* 5.250px */
  text-align: center;
  width: 100%;
  text-align: right;
  margin-bottom: 0.318182rem;  /* 7px */
  float: right;
}

.c-share .u-visually--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
}

.c-share .u-visually--hidden.focusable:active,
.c-share .u-visually--hidden.focusable:focus {
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.c-share__links {
  display: inline-block;
}

.c-share__label {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 0.318182rem 0 0;  /* 0 7px 0 0 */
}

.c-share__icon {
  position: relative;
  width: 0.954545rem;  /* 20px */
  height: 0.954545rem;  /* 20px */
  display: inline-block;
}

.c-share__icon:not(:last-of-type) {
  padding-right: 0.159091rem;  /* 3.5px */
}

.c-share__icon .c-share__svg {
  position: absolute;
  top: 0.079545rem;  /* 1.750px */
  left: 0.079545rem;  /* 1.750px */
  width: 0.795455rem;  /* 1.750px */
  height: 0.795455rem;  /* 1.750px */
}

.c-share__svg {
  fill: currentColor;
}
