/**
 * Project cards, filters, terms and single-page components.
 */

/* Project */
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	display:inline-flex!important;
}

.hashtag-container .elementor-icon-list-item {
	margin-bottom:2px!important;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: 2px!important;
}

.project-item  .hashtag-container {
	padding-left:6px;
}

.term-chips-project {
  gap: 0 !important;;
}

.project-item 
.hashtag-container a, 
.knowledge-item .hashtag-container a, 
.term-chips.term-chips-project.term-chips-topic a,
.term-chips.term-chips-project.term-chips-hashtag a,
.term-chips.term-chips-network.term-chips-hashtag a{
    border-radius: 4px;
    background: #53B1AA;
		color:#fff!important;
    padding: 7px 10px 5px 10px;
    color: #fff;
		text-transform: capitalize!important;
}


.term-chips.term-chips-project.term-chips-topic a,
.term-chips.term-chips-project.term-chips-hashtag a {
	margin-right:4px;
}


/* Hashtag colors */
.project-item.blue 
.hashtag-container a,
.project-item.blue .term-chips.term-chips-project.term-chips-topic a,
.project-item.blue .term-chips.term-chips-project.term-chips-hashtag a {
    background: #53B1AA;
}

.project-item.yellow 
.hashtag-container a,
.project-item.yellow .term-chips.term-chips-project.term-chips-topic a,
.project-item.yellow .term-chips.term-chips-project.term-chips-hashtag a 
{
    background: #EEB632;
}

.project-item.red 
.hashtag-container a,
.project-item.red .term-chips.term-chips-project.term-chips-topic a,
.project-item.red .term-chips.term-chips-project.term-chips-hashtag a {
    background: #D95228;
}

.project-item.green 
.hashtag-container a,
.project-item.green .term-chips.term-chips-project.term-chips-topic a,
.project-item.green .term-chips.term-chips-project.term-chips-hashtag a {
    background: #2C615D;
}

/* Project filter */

.projects-filter-form {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  flex-wrap: nowrap;
}

.projects-filter-form select {
  flex: 0 0 22%;
  min-width: 200px;
  height: 72px;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 0 64px 0 24px;
  font-size: 20px;
  background-color: #fff;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L9 9.5L17 1.5' stroke='%236B6F76' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 18px 11px;
}

.projects-search-field {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

.projects-filter-form input {
  width: 100%;
  height: 72px;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 0 24px 0 70px;
  font-size: 20px;
  background: #fff;
  color: #333;
}

.projects-search-field::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/uploads/2026/05/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}

.projects-search-field button {
  display: none;
}

.projects-filter-reset {
  flex: 0 0 auto;
  height: 72px;
  padding: 0 28px;
  border-radius: 10px;
  border: 1px solid #df4b25;
  color: #df4b25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s ease;
  white-space: nowrap;
}

.projects-filter-reset:hover {
  background: #df4b25;
  color: #fff;
}

@media (max-width: 1024px) {
  .projects-filter-form {
    flex-wrap: wrap;
  }

  .projects-filter-form select {
    flex: 1 1 calc(50% - 9px);
  }

  .projects-search-field {
    flex: 1 1 calc(100% - 130px);
  }
}

@media (max-width: 767px) {
  .projects-filter-form {
    gap: 16px;
  }

  .projects-filter-form select,
  .projects-search-field,
  .projects-filter-reset {
    flex: 1 1 100%;
    width: 100%;
  }

  .projects-filter-form select,
  .projects-filter-form input,
  .projects-filter-reset {
    height: 60px;
    font-size: 16px;
  }

  .projects-search-field::before {
    left: 22px;
    width: 22px;
    height: 22px;
  }

  .projects-filter-form input {
    padding-left: 58px;
  }
}

/* Partnershop chip on project single page */
.project-partners-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.project-partner-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 5px 7px;
  border-radius: 4px;
  background: #A9A9A9;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
}

.project-partner-chip:hover {
  background: #8f8f8f;
  color: #fff;
}

/* Project hashtags*/
.project-single-page
.hashtag-container a, 
.project-single-page .hashtag-container a{
    border-radius: 4px;
    background: #53B1AA;
		color:#fff!important;
    padding: 7px 10px 5px 10px;
    color: #fff;
		text-transform: capitalize;
}
