.elementor .pdn-category-divider{/* =========================================================
 PRATELEIRA DOS NERDS
 DIVISOR DA CATEGORIA — V4 / ATOMIC
 ========================================================= */

position: relative !important;

display: block !important;

width: 64% !important;
max-width: 700px !important;

height: 10px !important;
min-height: 10px !important;

margin-top: 10px !important;
margin-right: 0 !important;
margin-bottom: 12px !important;
margin-left: 0 !important;

padding: 0 !important;

background-color: transparent !important;

background-image:
  radial-gradient(
      circle at center,
      #FBFAF7 0 2px,
      #43BAD5 2px 4px,
      transparent 4px
  ),
  repeating-linear-gradient(
      90deg,
      #43BAD5 0px,
      #43BAD5 5px,
      transparent 5px,
      transparent 9px
  ) !important;

background-size:
  10px 10px,
  calc(100% - 5px) 2px !important;

background-position:
  right center,
  left center !important;

background-repeat:
  no-repeat,
  no-repeat !important;

border: 0 !important;

overflow: visible !important;\n}