main {
  background-color: #f2f1f2 !important;
}

.challenge-container {
  --green: #1b8354;
  font-size: 1rem;
  font-style: normal;
  border: 1px solid #000;
  border-width: 1px 0;
  padding-top: 2rem;
}

.challenge-container>* {
  margin-bottom: 2rem;
}

.challenge-container .challenge-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 150px;
  overflow: hidden;
}

.challenge-container .challenge-head .challenge-side {
  background: var(--green);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  text-align: center;
  align-self: stretch;
}

.challenge-container .challenge-head .challenge-side.left {
  display: grid;
  align-items: stretch;
  justify-content: stretch;
}

.challenge-container .challenge-head .challenge-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.challenge-container .challenge-head .challenge-code {
  background-color: white;
  color: #000;
  font-weight: bold;
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.challenge-container .challenge-head .challenge-title {
  background-color: white;
  flex: 1;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 0 40px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
}

.challenge-container .challenge-head .vertical {
  padding: 20px;
  writing-mode: vertical-rl;
  white-space: normal;
  inline-size: 150px;
  /* adjust width to control wrap */
  word-break: break-word;
  /* wrap long words if needed */
  font-size: 1.5rem;
  line-height: 1.5;
}

.challenge-container .challenge-content {
  background-color: #fff;
  padding: 20px;
  display: grid;
  align-items: center;
  min-height: 6rem;
  margin-top: 0.5rem;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
}

.challenge-container .challenge-body .challenge-title {
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  background: var(--green);
  line-height: 2;
  margin: 0;
}

.challenge-container .challenge-questions-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.challenge-container .challenge-questions-list .challenge-title {
  background: var(--green);
  line-height: 1.5;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  display: grid;
  align-items: center;
  min-width: 150px;
  margin: 0;
}

.challenge-container .challenge-questions-list .challenge-questions-content {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.challenge-container .challenge-questions-list .challenge-questions-content>.field {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
}

.challenge-container .challenge-questions-list .challenge-questions-content>.field>* {
  background-color: #fff;
  padding: 1rem;
}

.challenge-container .challenge-questions-list .challenge-questions-content>.field .field__label {
  font-size: 1.3rem;
  text-align: center;
  border: 5px dashed var(--green);
  line-height: 2;
  height: fit-content;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
}

.challenge-container .challenge-questions-list .challenge-questions-content>.field .field__item {
  height: 100%;
  padding-inline-start: 3rem;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
}

.challenge-container .challenge-questions-list .challenge-questions-content>.field::after {
  display: none;
}

.challenge-container .challenge-dates {
  display: flex;
  justify-content: stretch;
  background-color: #fff;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
}

.challenge-container .challenge-dates .field {
  border: 1px solid #000;
  flex: 1 1 0;
}

.challenge-container .challenge-dates .field:nth-child(1) {
  border-width: 0 0 1px 1px;
}

.challenge-container .challenge-dates .field:nth-child(2) {
  border-width: 0 0 1px 0;
}

.challenge-container .challenge-dates .field .field__label {
  background-color: var(--green);
  color: #fff;
  width: 100%;
  padding: 5px 0;
  padding-inline-start: 1rem;
}

.challenge-container .challenge-dates .field .field__item {
  font-size: 1.5rem;
  padding: 1rem 0;
  padding-inline-start: 1rem;
}

.challenge-container .challenges-apply-link {
  display: flex;
  justify-content: center;
}

.challenge-container .challenges-apply-link a svg {
  width: 22px;
  height: 22px;
}

.challenge-container .InnovationPlatformView .card-objectives .icons {
  margin-block: 0.5rem;
  /*background: rgba(var(--bs-primary-rgb), 0.05) !important;*/
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.challenge-container .InnovationPlatformView .card-objectives .icons img {
  /* border-radius: 50%; */
  padding: 0.6rem;
  display: block;
  /* width: 100%; */
  height: 100%;
  object-fit: fill;
}

.challenge-container .InnovationPlatformView .title-section .title {
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  background: var(--green);
  line-height: 2;
  margin: 0;
}

.challenge-container .InnovationPlatformView .title-section .description {
  background-color: #fff;
  padding: 20px;
  display: grid;
  align-items: center;
  min-height: 6rem;
  margin-top: 0.5rem;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
}

.field--name-field-questions-how-can-we .field__label {
  direction: rtl;
}

.challenge-container .InnovationPlatformView .card {
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 800px) {
  .challenge-container .challenge-head {
    flex-flow: row wrap;
  }

  .challenge-container .challenge-head .challenge-side.left {
    flex: 1 1 100%;
  }

  .challenge-container .challenge-questions-list {
    flex-direction: column;
  }

  .challenge-container .challenge-questions-list .challenge-questions-content {
    flex-flow: row wrap;
    gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .challenge-container .challenge-head {
    flex-direction: column;
  }

  .challenge-container .challenge-head .vertical {
    writing-mode: horizontal-tb;
    inline-size: unset;
  }

  .challenge-container .challenge-dates {
    flex-direction: column;
    gap: 1rem;
    background: transparent;
  }

  .challenge-container .challenge-dates .field {
    background-color: white;
  }
}

/*# sourceMappingURL=challenges-view.css.map */