
.campaignLink, .donorLink {
  align-self: stretch;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: calc(28 / 18);
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}

.donorLink {
  margin-top: var(--givewp-spacing-1);
}

.paymentMethod {
  display: flex;
  align-items: center;
  gap: var(--givewp-spacing-2);
}

.donationType {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.gatewayLink {
  display: flex;
  align-items: center;
  gap: var(--givewp-spacing-2);
  margin-top: var(--givewp-spacing-1);
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
}

.date {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: calc(28 / 18);
  color: var(--givewp-neutral-900);
}

.badge {
    --border-width: 1px;
    --padding-x: calc(var(--givewp-spacing-3) - var(--border-width));
    --padding-y: calc(var(--givewp-spacing-1) - var(--border-width));
    align-items: center;
    background-color: var(--givewp-neutral-25);
    border-radius: 1.5rem;
    border: var(--border-width) solid var(--givewp-neutral-600);
    color: var(--givewp-neutral-900);
    display: inline-flex ;
    font-size: 0.75rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.5;
    padding: var(--padding-y) var(--padding-x);
}

.notice {
  display: flex;
  gap: var(--givewp-spacing-2);
  padding: var(--givewp-spacing-3) var(--givewp-spacing-4);
  border-radius: var(--givewp-radius-md);
  background-color: #f2f9ff;
}

.noticeContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--givewp-spacing-1);
}

.noticeTitle{
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.43;
  color: #001326;

}

.noticeDescription {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
  color: #001326;

}
