.tkns-share-wrap {
  margin: 24px 0;
  text-align: center;
}

.tkns-kakao-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  background: #FEE500;
  color: #191919;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  transition: transform .12s ease, box-shadow .12s ease;
}

.tkns-kakao-share-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.tkns-kakao-share-button:focus-visible {
  outline: 3px solid rgba(25,25,25,.25);
  outline-offset: 2px;
}

.tkns-kakao-share-button.tkns-disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.tkns-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #191919;
  color: #FEE500;
  font-size: 11px;
}

.tkns-config-warning {
  display: block;
  margin-top: 8px;
  color: #b32d2e;
  font-size: 12px;
}

@media (max-width: 480px) {
  .tkns-kakao-share-button {
    width: 100%;
  }
}
