/* 例如，隐藏所有 class="some-class-name" 的元素 */
.watermark{
	display: none !important;
}

.step:has([id*="step-gpt-"]) {
    display: none;
}
