/* blog-post-wp-block-library.css — page-specific extracted style block */

                .wth-export-html-shortcode-btn {
                    display: inline-flex;
                    align-items: center;
                    gap: 6px;
                    background: #0ea5e9;
                    color: #fff !important;
                    text-decoration: none !important;
                    padding: 9px 20px;
                    border-radius: 6px;
                    font-size: 14px;
                    font-weight: 600;
                    box-shadow: 0 2px 6px rgba(14,165,233,.35);
                    transition: background .18s ease, transform .15s ease, box-shadow .18s ease;
                    cursor: pointer;
                }

                .wth-export-html-shortcode-btn:hover {
                    background: #0284c7;
                    transform: translateY(-1px);
                    box-shadow: 0 4px 12px rgba(14,165,233,.5);
                }

                .wth-export-html-shortcode-btn svg {
                    flex-shrink: 0;
                }

                /*# sourceURL=wp-block-library-inline-css */
            