.giftflow-donor-account-dashboard {
  
  &__welcome {
    margin-bottom: 3rem;
    
    h2 {
      margin: 0 0 1rem 0;
      font-size: 1.5rem;
      font-weight: 600;
      color: #1a1a1a;
    }
    
    p {
      margin: 0;
    }
  }
  
  &__quick-actions {
    margin-bottom: 3rem;
    
    h3 {
      margin: 0 0 1.5rem 0;
      font-size: 1.3rem;
      font-weight: 600;
      color: #1a1a1a;
    }
    
    ul {
      margin: 0;
      padding: 0;
      list-style: none;
      
      @media (max-width: 768px) {
        grid-template-columns: 1fr;
      }
    }
    
    li {
      margin: 0 0 .5rem;
    }
  }
  
  &__message {
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
  
  }
}

.giftflow-dashboard-action {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;

  &:hover,
  &:focus {
    background: none;
    outline: none;
    opacity: .5
  }

  svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 0.6rem;
    color: inherit;
  }

  span {
    font-size: 1rem;
    font-weight: 500;
    color: inherit;
  }

  @media (max-width: 480px) {
    svg {
      width: 18px;
      height: 18px;
      margin-right: 0.5rem;
    }

    span {
      font-size: 0.95rem;
    }
  }
}
