.dashboard-chart-summary {
  display: flex;
  align-items: flex-start;
}

.dashboard-chart-summary .summary-inner {
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}

.gift_card_item .card {
  position: relative;
}

.gift_card_item .btn-hide-project-tile {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 26px;
  height: 26px;
  line-height: 22px;
  padding: 0;
  border: none;
  background: none;
  color: #5b5b5b;
  font-size: 18px;
  box-shadow: none;
}

.gift_card_item .btn-hide-project-tile:focus {
  outline: none;
  box-shadow: none;
}

.gift_card_item .btn-hide-project-tile:hover {
  background: #f5f5f5;
  color: #111;
}

#gift-project-search {
  max-width: 320px;
}

.gift-dashboard-project-tiles:has(.swiper-container) {
  min-height: 320px;
}

.swiper-container.gift-project-tiles-static {
  overflow: visible;
}

.gift-project-tiles-static .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  transform: none !important;
  transition: none !important;
}

.gift-project-tiles-static .swiper-slide {
  width: 260px !important;
  height: auto;
  min-height: 300px;
  flex-shrink: 0;
}

.gift-project-search-empty {
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gift-project-search-empty-inner {
  width: 260px;
  max-width: 100%;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
}
