/* Linkon Theme Additional App Styles */
.site-header {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.lk-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
}

@keyframes pulse {
  50% { opacity: .5; }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Print Overrides */
@media print {
  header, footer, .sticky, button {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
  }
}
