.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, 0.35);
  transition:
    background 0.18s ease,
    transform 0.15s ease,
    box-shadow 0.18s ease;
  cursor: pointer;
}
.wth-export-html-shortcode-btn:hover {
  background: #0284c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.5);
}
.wth-export-html-shortcode-btn svg {
  flex-shrink: 0;
}

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