/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 17:30:38 */
.copy-btn {
  all: unset !important;     /* ✅ 기본 스타일 완전 초기화 */
  display: inline-block !important;
  color: #333 !important;
  background: #f8f9fa !important;
  border: 1px solid #ddd !important;
  border-radius: 20px !important;
  padding: 4px 10px !important;
  margin: 2px 4px !important;
  font-size: 13px !important;
  cursor: pointer !important; 
}