/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.servicepoints-postnord {
  padding: 1rem;
}

.servicepoints-skeleton {
  width: 100%;
}

.servicepoints-skeleton__bar {
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #efefef 50%,
    #e0e0e0 75%
  );
  background-size: 200% 100%;
  animation: servicepoints-shimmer 1.4s infinite;
}

@keyframes servicepoints-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
