/*
 * Horisontal divider <hr>
 */
.pkt-hr {
  border: 0;
  width: 100%;
  border-top: 1px solid var(--pkt-color-grays-gray-200);
}