sqh-copy-link-button {
  display: block;
  text-align: center;
}
sqh-copy-link-button .input-group {
  padding: 8px 0 10px;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
sqh-copy-link-button #squatch-share-link {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  color: #5b6165;
  cursor: text;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
}
sqh-copy-link-button .label {
  padding: 0.2em 0.6em 0.3em;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  background-color: #737b80;
}
sqh-copy-link-button .label:empty {
  display: none;
}
sqh-copy-link-button .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
sqh-copy-link-button .fade.in {
  opacity: 1;
}
sqh-copy-link-button #squatch-share-notification {
  position: absolute;
  top: 16px;
  right: 156px;
  z-index: 2;
}
sqh-copy-link-button .input-group-btn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
sqh-copy-link-button .sqh-copy-btn {
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 34px;
}
sqh-copy-link-button .sqh-copy-btn:focus {
  outline: 0;
}
sqh-copy-link-button .sqh-copy-btn.disabled, sqh-copy-link-button .sqh-copy-btn[disabled], fieldset[disabled] sqh-copy-link-button .sqh-copy-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
sqh-copy-link-button .icon-btn {
  width: 139px;
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: left;
}
sqh-copy-link-button .icon-btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -3px;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.18);
  width: 40px;
}
sqh-copy-link-button .icon-btn .icon {
  width: 42px;
  margin-right: 30px;
}
sqh-copy-link-button .hidden-sm {
  text-align: center;
  padding-left: 10px;
  font-size: 14px;
}
sqh-copy-link-button .icon-link:before {
  font-size: 1.2em;
  padding-left: 8px;
}

@media (max-width: 499px) {
  sqh-copy-link-button .input-group {
    max-width: 100%;
  }
}
@media (max-width: 499px) {
  sqh-copy-link-button #squatch-share-notification {
    right: 60px;
  }
}
@media (max-width: 499px) {
  sqh-copy-link-button .sqh-copy-btn {
    width: auto;
  }
  sqh-copy-link-button .sqh-copy-btn .icon {
    width: 39px;
    margin-right: 0;
    padding-right: 8px;
  }
}
@media (min-width: 0px) and (max-width: 499px) {
  sqh-copy-link-button .hidden-sm {
    display: none !important;
  }
}