.sbqr-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
  font: 14px/1.4 system-ui, -apple-system, "Segoe UI", sans-serif;
}

.sbqr-share__label { color: #555; font-weight: 600; }

.sbqr-share__action {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #cfd5dc;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  color: #333;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}

.sbqr-share__action:hover,
.sbqr-share__action:focus {
  border-color: #b42318;
  background: #fff7f6;
  color: #8f1d15;
  text-decoration: none;
}

.sbqr-share__action::before {
  display: block;
  width: 21px;
  height: 21px;
  font: 700 10px/21px system-ui, -apple-system, "Segoe UI", sans-serif;
  text-align: center;
}

.sbqr-share__action[data-share-native]::before,
.sbqr-share__action[data-share-copy]::before {
  content: "";
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.sbqr-share__action[data-share-native]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8a3 3 0 1 0-2.83-4 3 3 0 0 0 .12 1.08L8.91 8.27A3 3 0 0 0 4 10.5a3 3 0 0 0 4.91 2.23l6.38 3.19A3 3 0 0 0 15 17a3 3 0 1 0 1.09-2.31l-6.38-3.19a3 3 0 0 0 0-1l6.38-3.19A3 3 0 0 0 18 8Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8a3 3 0 1 0-2.83-4 3 3 0 0 0 .12 1.08L8.91 8.27A3 3 0 0 0 4 10.5a3 3 0 0 0 4.91 2.23l6.38 3.19A3 3 0 0 0 15 17a3 3 0 1 0 1.09-2.31l-6.38-3.19a3 3 0 0 0 0-1l6.38-3.19A3 3 0 0 0 18 8Z'/%3E%3C/svg%3E");
}

.sbqr-share__action[data-share-copy]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 2h11a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v1H5V5a3 3 0 0 1 3-3Zm-3 6h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3Zm0 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1H5Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 2h11a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v1H5V5a3 3 0 0 1 3-3Zm-3 6h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3Zm0 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1H5Z'/%3E%3C/svg%3E");
}

.sbqr-share__action[data-share-service="vk"] { border-color: #2787f5; background: #2787f5; color: #fff; }
.sbqr-share__action[data-share-service="vk"]::before { content: "VK"; }
.sbqr-share__action[data-share-service="ok"] { border-color: #ee8208; background: #ee8208; color: #fff; }
.sbqr-share__action[data-share-service="ok"]::before { content: "OK"; }

.sbqr-share__action--primary { border-color: #b42318; background: #b42318; color: #fff; }
.sbqr-share__action--primary:hover,
.sbqr-share__action--primary:focus { background: #8f1d15; color: #fff; }
.sbqr-share__action[data-share-service="vk"]:hover,
.sbqr-share__action[data-share-service="vk"]:focus { border-color: #1f6fc9; background: #1f6fc9; color: #fff; }
.sbqr-share__action[data-share-service="ok"]:hover,
.sbqr-share__action[data-share-service="ok"]:focus { border-color: #ca6d04; background: #ca6d04; color: #fff; }
.sbqr-share__status { flex-basis: 100%; min-height: 1.4em; color: #28653c; font-size: 14px; text-align: center; }
