/* Neutral WordPress audience treatment: line-led, editorial and icon-free. */
html.venclo-page-wordpress-hosting body .venclo-webhosting-details-section .venclo-wordpress-overview {
  background: linear-gradient(125deg,#fffee9 0%,#fffee9 62%,#fffee9 100%) !important;
}

html.venclo-page-wordpress-hosting body .venclo-webhosting-details-section .venclo-wordpress-audience :is(li,[class*="grid"] > div) {
  grid-template-columns: 2px minmax(0,1fr) !important;
  gap: 18px !important;
  transform: none !important;
  transition: color 220ms ease,border-color 220ms ease !important;
}

html.venclo-page-wordpress-hosting body .venclo-webhosting-details-section .venclo-wordpress-audience :is(li,[class*="grid"] > div)::before {
  display: block !important;
  align-self: stretch !important;
  width: 2px !important;
  min-height: 2.6rem !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: #fffbb4 !important;
  content: "" !important;
  transition: background-color 240ms ease !important;
}

html.venclo-page-wordpress-hosting body .venclo-webhosting-details-section .venclo-wordpress-audience :is(li,[class*="grid"] > div):hover {
  transform: none !important;
}

html.venclo-page-wordpress-hosting body .venclo-webhosting-details-section .venclo-wordpress-audience :is(li,[class*="grid"] > div):hover::before {
  background: #272d2d !important;
}

html.venclo-page-wordpress-hosting body .venclo-webhosting-details-section .venclo-wordpress-audience :is(li,[class*="grid"] > div) svg,
html.venclo-page-wordpress-hosting body .venclo-webhosting-details-section .venclo-wordpress-audience :is(li,[class*="grid"] > div) svg * {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
