#userway {
  display: none !important;
}

#userway-shortcode-container #userway {
  display: inline-block !important;
  position: static !important;
  pointer-events: auto !important;
}

#userway-shortcode-container {
  display: inline-block;
}

#userway button,
#userway .userway_buttons_wrapper,
button[data-uw-trigger] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

#userway iframe,
#userway .userway_p1,
#userway .userway_p2,
#userway .userway_p3,
#userway div[class*="userway_widget"],
#userway div[class*="userway_panel"],
#userway div[class*="userway_menu"],
#userway div[role="dialog"],
#userway div[role="menu"],
#userway > div:not(.userway_buttons_wrapper):not([data-uw-trigger]) {
  pointer-events: none !important;
  user-select: none !important;
  cursor: default !important;
}

#userway [class*="overlay"],
#userway [class*="backdrop"],
#userway [class*="modal"],
#userway [aria-modal="true"] {
  pointer-events: none !important;
  user-select: none !important;
}

#userway iframe *,
#userway .userway_p1 *,
#userway .userway_p2 *,
#userway .userway_p3 *,
#userway div[role="dialog"] *,
#userway div[role="menu"] * {
  pointer-events: none !important;
  user-select: none !important;
}

.w-socials-item.userway-fake {
  display: inline-block;
}

.w-socials-item.userway-fake .w-socials-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: none;
  color: inherit;
  text-decoration: none;
  transition: none;
  cursor: pointer;
  position: relative;
}

.w-socials-item.userway-fake .w-socials-item-link:hover {
  /* Sin efecto ni animación de hover */
}

.w-socials-item.userway-fake .w-socials-item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.w-socials-item.userway-fake .w-socials-item-link img {
  width: 36px;
  height: 36px;
}

.uwy.userway_p2 {
  /*display: none;*/
}