.icon-tool {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0 !important;
}

.icon-tool svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-tool:disabled {
  opacity: .35;
}

.share-guidance,
.sharing-notice {
  padding: 10px 12px;
  border: 1px solid #f0cc72;
  border-radius: 10px;
  background: #fff8df;
  color: #6f5310 !important;
  font-weight: 750;
}

.sharing-notice {
  margin: 0 0 12px;
}

.share-card {
  text-align: center;
}

#shareQrCanvas {
  display: block;
  width: min(100%, 280px);
  height: auto;
  margin: 14px auto;
  border: 10px solid #fff;
  box-shadow: 0 4px 18px #07111f1f;
}

.share-url-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
}

.share-url-row input {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.share-url-row button {
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}

.photo-loading {
  display: grid;
  place-items: center;
  width: 76px;
  height: 58px;
  border-radius: 8px;
  background: #dde6ef;
  color: var(--muted);
  font-size: .55rem;
}

@media (max-width: 620px) {
  .icon-tool {
    width: 34px;
    height: 34px;
  }
}
