.theme-mission-tiger.stand-alone .mt-donations-block {
  position: relative;
}

.theme-mission-tiger.stand-alone .mt-donations-block .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.theme-mission-tiger.stand-alone .mt-donations-block .hide-loading {
  display: none;
}

.theme-mission-tiger.stand-alone .mt-donations-block .dropdown-container {
  display: flex;
  justify-content: center;
}

.theme-mission-tiger.stand-alone .mt-donations-block .dropdown-container select {
  background-color: white;
  color: #0C1F65;
  font-size: 1rem;
  border: 3px solid #0C1F65;
  padding: .5rem;
  text-transform: uppercase;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding-left: 0;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list:has(.no-proposals-container) {
  justify-content: center;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item,
.theme-mission-tiger.stand-alone .mt-donations-block .state-list .no-proposals-container {
  flex: 0 0 84%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.25rem;
  width: 85%;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .no-proposals-container {
  justify-content: center;
  gap: 2rem;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .location,
.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .title,
.theme-mission-tiger.stand-alone .mt-donations-block .state-list .no-proposals-container .no-proposals-msg {
  color: white;
  margin: 0;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .no-proposals-container  .no-proposals-msg {
  width: 75%;
  line-height: 1.2;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .location,
.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .title,
.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .facility,
.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .funded {
  text-transform: uppercase;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .location {
  padding-bottom: .75rem;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .facility {
  margin: 0;
  min-height: 75px;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .state-img-container {
  position: relative;
  width: 100%;
  padding-bottom: .5rem;
}
  
.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .state-img-container::before {
  border-bottom: 4px solid #ef693A;
  box-shadow: 0 7px #FFF;
  content: "";
  left: 0;
  top: 40%;
  margin: 0 auto;
  position: absolute;
  width: 33%;
  z-index: 0;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .state-img-container::after {
  border-bottom: 4px solid #ef693A;
  box-shadow: 0 7px #FFF;
  content: "";
  right: 0;
  top: 40%;
  margin: 0 auto;
  position: absolute;
  width: 33%;
  z-index: 0;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .title {
  line-height: 1.2;
  min-height: 58px;
}
  
.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .description {
  font-size: .75rem;
  line-height: 1.2;
  min-height: 72px;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .progress-container {
  width: 100%;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .progress-bar-container {
  height: 42px;
  border: 4px solid var(--white);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .progress-bar {
  background-image: url('../../images/progress_bar_bg.png');
  height: 100%;
  overflow: hidden;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .progress {
  font-size: 3rem;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .funded {
  font-size: .75rem;
  margin: 0;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .donate-btn {
  background-color: #0C1364;
  padding: 0;
  width: 85%;
  border: none;
  border-radius: 1.75rem;
  cursor: unset;
}

.theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .donate-btn .donate-link {
  display: inline-block;
  font-size: 1.25rem;
  color: var(--white);
  width: 100%;
  height: 100%;
  padding: .938rem;
}

.theme-mission-tiger.stand-alone .mt-donations-block .dropdown-container .select-dropdown-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media(width >= 768px) {
  .theme-mission-tiger.stand-alone .mt-donations-block .dropdown-container {
    display: flex;
    justify-content: flex-start;
  }

  .theme-mission-tiger.stand-alone .mt-donations-block .state-list {
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem;
  }

  .theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item,
  .theme-mission-tiger.stand-alone .mt-donations-block .state-list .no-proposals-container {
    flex: 0 0 33.3333%;
    max-width: 378px;
    min-height: 450px;
    width: unset;
  }
}

@media(width >= 1024px) {
  .theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item .facility {
    min-height: 50px;
  }
}

@media(width >= 1200px) {
  .theme-mission-tiger.stand-alone .mt-donations-block .state-list .state-item,
  .theme-mission-tiger.stand-alone .mt-donations-block .state-list .no-proposals-container {
    max-width: 389px;
  }
}