/* [project]/components/layout/Header.module.css [app-client] (css) */
.Header-module__KHjLKa__navRoot {
  position: relative;
}

.Header-module__KHjLKa__navSticky {
  position: fixed;
  top: 0;
  z-index: 999;
}


/* [project]/components/sections/Articles.module.css [app-client] (css) */
.Articles-module__ZryReG__blogThumb {
  width: 360px;
  flex: 0 0 360px;
}

@media (width <= 767.98px) {
  .Articles-module__ZryReG__blogThumb {
    width: 100%;
    flex: 0 0 100%;
  }
}

.Articles-module__ZryReG__blogThumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: .5rem;
}

.Articles-module__ZryReG__blogCard {
  transition: background-color .3s;
  border-radius: 8px;
}

.Articles-module__ZryReG__blogCard:hover {
  background-color: #00000014;
}

[data-bs-theme="dark"] .Articles-module__ZryReG__blogCard:hover {
  background-color: #ffffff14;
}


/*# sourceMappingURL=components_423d9b._.css.map*/
