.wdt-donation-item {
  display: grid;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  transition: var(--wdtBaseTransition);
}

/* Media */
.wdt-donation-item .wdt-donation-item-media, 
.wdt-donation-item .wdt-donation-item-media>a { 
  display: inline-flex; -webkit-border-radius: var(--wdtRadius_4X); border-radius: var(--wdtRadius_4X); overflow: hidden; position: relative; }

.wdt-donation-item .wdt-donation-item-media img { min-width: 200px; object-fit: cover; object-position: center center; width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: var(--wdtAltTransition); transition: var(--wdtAltTransition); }

.wdt-donation-item .wdt-donation-item-detail { display: inline-flex; flex-wrap: wrap; position: relative; padding: 30px 0; flex-direction: column; align-items: start; }

.wdt-donation-item .wdt-donation-item-detail>*:not(:last-child) { margin: 0 0 1rem 0; }
.wdt-donation-item:hover .wdt-donation-item-media img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.wdt-donation-item .wdt-donation-item-media>a:before {
  background: -webkit-linear-gradient(left, rgba(var(--wdtAccentTxtColorRgb), 0), rgba(var(--wdtAccentTxtColorRgb), 0.2) 100%);
    height: 100%;
    left: -100%;
    top: 0;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -webkit-transition: var(--wdtAltTransition); 
    transition: var(--wdtAltTransition);
    width: 50%;
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    border: none !important;
}
.wdt-donation-item:hover .wdt-donation-item-media>a:before {
  animation: shine 0.7s;
    -webkit-animation: shine 0.7s;
}
/* Title */
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-title { 
  transition: var(--wdtBaseTransition); transform-style: preserve-3d; 
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem); /* Min-20 & Max-26 */ }

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-title,
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-title a { display: inline-flex; }

/* description */

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-description {
  font-size: var(--wdtFontSize_Base);
  line-height: var(--wdtLineHeight_Base);
  margin-right: 20px;
}
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details {
  width: 100%;
}

/* Goal */
.wdt-donation-item-goal-detail { display: flex ; gap: 20px; font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Ext); color: var(--wdtHeadAltColor); }
.wdt-dark-bg .wdt-donation-item-goal-detail { color: var(--wdtAccentTxtColor); }


.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-container { display: flex; flex-wrap: wrap; width: 100%; }


/* Button */
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-button { line-height: 1; margin-top: 1rem; overflow: hidden; position: relative; z-index: 0;
  background-color: var(--wdtSecondaryColor); color: var(--wdtAccentTxtColor); }
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-button:hover { background-color: var(--wdtLinkHoverColor); color: var(--wdtHeadAltColor); }
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-group-wrapper .wdt-donation-item-wrapper { display: inline-flex; }

.wdt-custom-donation-grid .wdt-donation-item {
  flex-flow: column;
}

/* Donation Horizandal Progress Bar */

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-gf-wrapper { width: 100%; }
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-gf-wrapper .wdt-progressbar-container svg { border-radius: var(--wdtRadius_Part); }
.wdt-progressbar-horizontal .wdt-progressbar .wdt-progressbar-value {
  display: none !important;
}

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-horizontal .wdt-progressbar-container .wdt-progressbar-content .wdt-progressbar-value {
  margin-left: auto;
}

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-circle.wdt-progressbar-container .wdt-progressbar svg path:nth-child(2) {
  -webkit-transform: unset;
  transform: unset;
  -webkit-transform-origin: unset;
  transform-origin: unset;
}

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-circle.wdt-progressbar-container {
  justify-content: center;
}

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-circle.wdt-progressbar-container .wdt-progressbar-content .wdt-progressbar-value {
  display: none;
}

/* Progress Bar Horizontal */
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-container.wdt-progressbar-horizontal .wdt-progressbar { margin-bottom: 5px; }
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-container .wdt-progressbar-content { position: absolute; margin: 0; bottom: -19px; }

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-container .wdt-progressbar-content .wdt-progressbar-value {
  color: var(--wdtHeadAltColor); font-weight: var(--wdtFontWeight_Ext); font-size: var(--wdtFontSize_Ext); margin-left: 10px; margin-right: 10px; position: relative; top: auto; right: 0;
  -webkit-transform: none; transform: none; }
.wdt-dark-bg .wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-container .wdt-progressbar-content .wdt-progressbar-value { color: var(--wdtAccentTxtColor); }

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-container .wdt-progressbar-content .wdt-progressbar-value .wdt-progressbar-percentage { 
  font-size: inherit; top: auto; line-height: inherit; }
.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-container.wdt-progressbar-horizontal .wdt-progressbar-content .wdt-progressbar-value { margin-left: auto; }


.wdt-donation-item {
  flex-direction: column;
}


.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-circle.wdt-progressbar-container {
  flex-direction: column;
}

.wdt-donation-item .wdt-donation-item-detail .wdt-donation-item-fund-details .wdt-progressbar-circle.wdt-progressbar-container .wdt-progressbar svg path:nth-child(1) {
  fill-opacity: 1;
  fill: var(--wdtPrimaryColor);
  transform: scale(0.85) translate(10px, 8px);
}


/* Responsive */
@media only screen and (max-width: 1540px) {

  .wdt-donation-item .wdt-donation-item-detail { padding: 30px 0 10px 0; }

}

@media only screen and (max-width: 1280px) {

  .wdt-donation-item .wdt-donation-item-media,
  .wdt-donation-item .wdt-donation-item-detail,
  .wdt-donation-item .wdt-donation-item-media img {
    min-width: 265px;
  }

}

@media only screen and (max-width: 1024px) {

  .wdt-donation-item .wdt-donation-item-detail { padding:30px 0 0; }

}

/* Donation Plugin */

body #root-givewp-donation-form {
    width: 100%;
    max-width: 100% !important;
    border: none;
    padding: 0;
}