/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 29 2026 | 21:37:16 */
/* Скрываем админские ссылки на редактирование блоков */
.edit-post-link,
.post-edit-link,
.elementor-editor-active .elementor-edit-mode .elementor-element-overlay,
.rey-global-section-edit-link,
.woocommerce-product-gallery__image a.edit-link {
    display: none !important;
}

/* Конкретно для твоей ссылки */
a[href*="post.php"][href*="action=edit"] {
    display: none !important;
}