* {
   scroll-behavior: smooth !important
}

::-webkit-scrollbar {
   width: 4px;
   height: 0px;
   background: #3b83f63d;
}

::-webkit-scrollbar-thumb {
   background: #3b82f6;
   border-radius: 18px;
}

@media not all and (min-width: 640px) {
   ::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      position: absolute;
      background: yellow;
   }
}

nav[aria-checked="true"] {
   width: 100vw !important;
   max-width: 100vw !important;
   min-width: 100vw !important;
   border-radius: 0px !important;
}

@media print {

   nav,
   #share-zone,
   aside,
   footer,
   a[onclick="pageHistory(-1)"] {
      display: none;
      visibility: hidden;
      margin-top: 0px !important;
   }

   #article,
   #newsrecent {
      width: 100% !important;
   }

   header#homeHeader {
      margin-top: 0px !important;
      height: 300px !important;
   }

   header#simpleHeader {
      margin-top: 0px !important;
      height: 200px !important;
   }

   main {
      margin: 0px !important;
   }

   header>div>div>h1 {
      text-align: center;
      font-size: 2rem !important;
   }

   header>div>div {
      /* background-color: rgb(255, 0, 0); */
      width: 100% !important;
   }

   ::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      background: #3b83f63d;
   }

   ::-webkit-scrollbar-thumb {
      background: #3b82f6;
      border-radius: 18px;
      width: 0px;
   }
}