/* SingleFile 정보 버튼 제거 */
[title*="Thu Dec"],
[title*="GMT"],
[title*="Korean Standard Time"],
[title*="saved date"],
[title*="SingleFile"],
[class*="sf-info"],
[class*="singlefile-info"],
[data-sf-info],
button[title*="Thu"],
button[title*="GMT"],
a[title*="Thu"],
a[title*="GMT"],
#sfa-info-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* SingleFile 툴팁 제거 */
[class*="sf-tooltip"],
[class*="singlefile-tooltip"] {
  display: none !important;
}

/* Webflow 배지 제거 */
.w-webflow-badge,
a.w-webflow-badge,
.webflow-badge,
[class*="webflow-badge"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}
