/* Smooth append animation */
#posts-container .post-wrapper {
    animation: crdtFadeIn 0.5s ease-out;
}

@keyframes crdtFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Loading spinner container */
#crdt-loader {
  text-align: center;
  margin-top: 50px;
  display: block;
  scale: 1.6;
}

/* Tag colors */
.tag-color-orange {
  /* color: #FA7252!important; */
}
.tag-color-yellow {
  /* color: #EAE7B5!important; */
}
.tag-color-purple {
  /* color: #E1A3E5!important; */
}
.tag-color-cyan {
  /* color: #00ADBB!important; */
}
.tag-color-blue {
  /* color: #0582D8!important; */
}


img.object-fit {
  width: 100vw;
  height: 230px;
  object-fit: cover;
  box-shadow: 2px 20px 15px 1px rgba(17,17,17,.22);
}

/* Sector category navigation */
body.category-projects #sector-cat-nav-menu a[aria-label="projects"],
body.category-digital-learning #sector-cat-nav-menu a[aria-label="digital-learning"],
body.category-education #sector-cat-nav-menu a[aria-label="education"],
body.category-health-wellbeing #sector-cat-nav-menu a[aria-label="health-wellbeing"],
body.category-sustainable-development-entrepreneurship #sector-cat-nav-menu a[aria-label="sustainable-development-entrepreneurship"],
body.category-youth-rights-inclusion #sector-cat-nav-menu a[aria-label="youth-rights-inclusion"] {
  background-color: black;
}


.overlap-card {
  max-width: 90%;
  position: relative;
  top: -20px;
}

.uk-card-primary .uk-card-title {
  min-height: 100px!important;
}
