/* share.css — 공유 시트 */

#share {
  width: min(520px,calc(100% - 32px));
  padding: 24px 22px 20px;
}

#share .sharehead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

#share h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 750;
}

#share .sharex {
  border: 0;
  background: none;
  font-size: 22px;
  line-height: 1;
  color: var(--muted);
  padding: 4px 6px;
}

.sharerow {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.sharebtn {
  flex: none;
  width: 76px;
  border: 0;
  background: none;
  display: grid;
  justify-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--ink);
}

.sharebtn i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.sharebtn:hover i {
  filter: brightness(.92);
}

.sharebtn svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.ic-link {
  background: #eeeee6;
  color: #4a4d42!important;
}

.ic-link svg {
  stroke: #4a4d42;
}

.ic-x {
  background: #101114;
}

.ic-fb {
  background: #3b5998;
}

.ic-mail {
  background: #8f9287;
}

.ic-kakao {
  background: #fae100;
  color: #181600!important;
  font-size: 13px;
}

.ic-more {
  background: #f0f0e8;
  color: #4a4d42!important;
}

.ic-more svg {
  stroke: #4a4d42;
}

.shareurl {
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  background: #fbfbf7;
  border-radius: 11px;
  padding: 7px 7px 7px 14px;
}

.shareurl input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: none;
  outline: none;
  font-size: 13px;
  color: var(--muted);
}

.shareurl button {
  flex: none;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  padding: 11px 18px;
  font-size: 13px;
}

.sharenote {
  font-size: 11px;
  color: var(--muted);
  margin: 14px 0 0;
  line-height: 1.7;
}
